A Simple plugin that allows for easy testing of any plugin on a test server
- Drag and drop the plugin into your plugins folder
- create a Discord Bot at https://discord.com/developers/applications
- put the bot token in the config.yml (WhitelistManager/config.yml)
- Restart, and it's ready!
You can modify the discord command prefix in the config.yml but the default is !whitelist
Some examples:
!whitelist temp (player-name) will temporally add a player to the whitelist
!whitelist perm (player-name) will permanently add a player to the bypass list in the config.yml allow them to bypass this system
!whitelist remove (player-name) will remove them from the test list or perm list, if they are current connected and have a test session it will be cut down to 5 seconds after that it will kick them from the server.
You can change messages and more stuff in the config.yml This plugin only works with 1.8R_3, due to PacketPlayOutChatPacket being hardcoded for the ActionBar message, change it ur self im lazy