Skip to content

Releases: FrostedCA/EasyCommands

EasyCommands v0.7.1

11 May 05:13
Compare
Choose a tag to compare

EasyCommands v0.7.0

01 May 19:20
Compare
Choose a tag to compare

Full Changelog: v0.6.8.1...v0.7.0

Update 0.7.0

Added 3 new config settings ->

# Auto Role
member_role_id=0
bot_role_id=0

# Global logs
log_channel_id=0

AutoRole
Member Auto role and Bot Auto role now supported. (Single guild)

Logs
Logs are now being sent to the console and guild channel. (If a channel ID is given in config)
You can create your own logs with ->
easyCommands.getLogger().logBoth(LogType type, String log)

Executors
Modified the execute() function in the executor classes ->
FROM execute(EventData data) TO execute(EventData data, MySQL mysql)
This change has been made to give quick and easy access to MySQL inside executors.

Error traces
Added a couple error traces in the config file and bot startup phase.
This will help recognize what is causing the error.
Still needs work

v0.6.8.1

07 Apr 23:16
Compare
Choose a tag to compare

Full Changelog: v0.6.8...v0.6.8.1

Easy Commands v0.6.8

07 Apr 23:08
Compare
Choose a tag to compare

EasyCommands v0.6.7.1

06 Apr 23:58
Compare
Choose a tag to compare

EasyCommands v0.6.7

06 Apr 23:57
Compare
Choose a tag to compare

EasyCommands v0.6.6

03 Apr 20:51
Compare
Choose a tag to compare

Full Changelog: v0.6.5...v0.6.6

Small fix for the Config file, if you let the config file empty it would throw null errors while trying to read the config.

EasyCommands v0.6.5

15 Mar 03:59
Compare
Choose a tag to compare

EasyCommands v0.6.4

15 Mar 00:30
Compare
Choose a tag to compare

EasyCommands v0.6.3

15 Mar 00:22
Compare
Choose a tag to compare