Skip to content

Releases: Pyragon/D4RSPS

Release 14, Update JDA to 4.2.0_214

10 Nov 03:54
305f216

Choose a tag to compare

Release 14, Update JDA to 4.2.0_214 to use updated discord api.

Release 13, Fix blocking code

03 Nov 09:12
305f216

Choose a tag to compare

Release 13

Builds JDA using buildAsync instead of buildBlocking

Release 12, Fix issues with account link

14 Sep 07:54
4be358e

Choose a tag to compare

Release 12

Fix issues with previous release

Release 11, Link accounts from server

14 Sep 05:55
4be358e

Choose a tag to compare

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

08 Aug 03:29
e3bcf08

Choose a tag to compare

Release 10.
This release will force character encoding for the database to fix issues with MySQL versions.

Release 7, Friends Chat Fixes

03 Aug 04:59
9077e00

Choose a tag to compare

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

01 Aug 05:20
5fcbca3

Choose a tag to compare

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

31 Jul 20:00
d8d61e7

Choose a tag to compare

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

31 Jul 03:32
d8d61e7

Choose a tag to compare

Fixes issues with people not being able to initially setup the bot

After tutorial release

07 Jun 07:28

Choose a tag to compare

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