Releases: Pyragon/D4RSPS
Release 14, Update JDA to 4.2.0_214
Release 13, Fix blocking code
Release 13
Builds JDA using buildAsync instead of buildBlocking
Release 12, Fix issues with account link
Release 12
Fix issues with previous release
Release 11, Link accounts from server
Release 11
This release adds the ability to begin linking discord and in-game accounts from in-game.
Calling Links.beginDiscordLinkFromServer(username); will provide a random string if the accounts are not linked, or will return null if they're in-game account is already linked.
Provide the player with this string, and a new command has been added in discord: .verify (random) that players can use to finish the link.
Release 10, force character encoding
Release 10.
This release will force character encoding for the database to fix issues with MySQL versions.
Release 7, Friends Chat Fixes
Release 1.0.7
Adds method to send messages from in-game friends chats to discord channels they are linked to. Accidentally overlooked earlier.
Release 6, Customization
Customization is this releases focus.
Helper methods have been added to send messages to discord channels, send private messages to discord users, get users discord ids (if their accounts are linked)
The ability to add custom commands, games, and dialogues has been added. More information on how to provide them can be found on the rune-server post.
Release 5, Fixes Breaking Issues
Release 5, fixes multiple issues with commands, games, and some dialogue not working.
Adds .help command to list all commands available to users.
Bot now allows owner of the discord server to initially setup the bot. Afterward, the owner will need to link their discord and in-game accounts for permissions and rights to work properly.
This should not break compatibility with previous versions, simply update your JAR (Remember to reload project if using maven).
If you come across any issues, simply redo the .setup command and follow the instructions, it will remember previous answers.
v1.0.3
After tutorial release
While writing the tutorial, I found a few things that should have been included in initial release, but I just jumped the gun and wanted the link to the release. Whoops