Commit Graph

20 Commits

Author SHA1 Message Date
Joe Shimell 2b3fa31aeb moving premium version back over 2020-10-29 00:08:22 +00:00
Joe Shimell 9435d86106 quick fix for start-up hang when the bot does not have the 'GUILD_MEMBERS' intent 2020-10-27 23:14:54 +00:00
Joe Shimell e71d68f910 Some code cleanup 2020-07-10 00:41:37 +01:00
Joe Shimell 2db6c8cc68 Support for auto adding multiple roles, target whitelist roles now respect 'use-id-for-roles' option and will check for ids instead, when enabled. 2020-07-08 20:01:49 +01:00
Joe Shimell d9802b1c1c Show skin armour on whitelist
Fixes not showing hair etc. on the players' skin
2020-07-08 14:26:07 +01:00
Joe Shimell 1b3454300f Custom command prefix support & ability to hide the players' skin image on whitelist 2020-07-08 01:50:24 +01:00
BuildTools d1acb83f10 fixed bug not assigning roles on multiple servers. Fixed a config variable not hot reloading. 2020-06-30 19:54:39 +01:00
Joe Shimell cdc1ba23f3 Hot reload support 2020-06-04 12:07:47 +01:00
Joe Shimell ba9b761b6d Support for using ids for Discord roles instead of the role name
Helps when trying to add Role with emojis and special characters
2020-06-02 18:29:57 +01:00
JoeShimell 5b815d7cc3 fixed a bug where the bot did not check if the user was already on the whitelist, when not using Easy Whitelist 2020-05-01 21:07:06 +01:00
JoeShimell 1041bf9503 Custom message support 2020-05-01 20:21:06 +01:00
vacer25 48a194622a Fixed bug in player count when vanished and normal players join.
Updated role error messages.
Increased version to 1.3.3
2020-04-27 00:08:19 -04:00
vacer25 2636cb47f8 Made !whitelist add/remove commands required to be at start of message.
Made the name be the text up to the first space following the command (everything else is ignored).
This allows writing something like "@user please do !whitelist add <username>" without triggering the bot.

Fixed error that occurred when users leave guild which did not use the plugin to add to the whitelist.
Fixed version not displaying correctly (was still showing 1.2.0).
Made GitHub link in /dwabout command green.
2020-04-24 20:53:18 -04:00
vacer25 847273bf48 Added option to add/remove a role to users after whitelisting.
This feature is meant to be used when users have the ability to whitelist themselves (limited-add-roles).
If whitelisted-role-auto-add is set to true (false by default), the Discord role with the name defined by whitelisted-role ("Whitelisted" by default) will be added when the user successfully adds to the whitelist.
If whitelisted-role-auto-remove is set to true (false by default), that role will be removed when the user successfully removes from the whitelist.
2020-04-24 17:40:36 -04:00
JoeShimell be4bc8fff5 Added config option for showing player count. Moved join & leave Events to a new class. 2020-04-20 13:45:11 +01:00
Timothy Roe, Jr 8cb168260a Added Activity to Discord Bot to show number of Users Online. 2020-04-19 00:44:10 -07:00
zaanposni aad47f62b8 added info/version command, unlist users on guild leave. version bump to 1.2 not compatible with lower versions! 2020-04-14 17:45:34 +02:00
JoeShimell ed16ccfbdd avoid times whitelisted going into negatives if max whitelist amount is lowered and a user has whitelisted over it 2019-11-11 00:08:09 +00:00
JoeShimell bcc0c08eb5 Update DiscordClient.java 2019-11-10 13:49:47 +00:00
JoeShimo 8fd23d0a1f clean up 2019-11-10 00:04:56 +00:00