Spigot plugin that allows whitelisting users through a discord text channel.
Go to file
JoeShimo bb9af73581 changed role check to equals instead of contains
solves the issue where another role with a similar name as another permission role will be treated the same.
2019-10-30 23:35:00 +00:00
src/main/java/uk/co/angrybee/joe changed role check to equals instead of contains 2019-10-30 23:35:00 +00:00
.gitignore Split allowed to use role into 2 roles 2019-10-29 15:19:43 +00:00
plugin.yml changed role check to equals instead of contains 2019-10-30 23:35:00 +00:00
pom.xml finished discord client for the most part 2019-08-01 15:10:58 +01:00
README.md Update README.md 2019-08-25 15:31:30 +01:00

DiscordWhitelisterBot-Spigot

A simple spigot plugin which allows whitelisting through a discord text channel. This provides an easy way for staff members on a server to whitelist outside the server whilst not having full access to the console.

Features:

  • use '!whitelist add "MinecraftUsername"' in a valid channel to whitelist people on your minecraft server
  • use '!whitelist remove "MinecraftUsername"' in a valid channel to remove people from the whitelist on your minecraft server
  • use '!whitelist' in a valid channel to get info about the bot and how to use it
  • only select Discord roles can whitelist through the bot
  • bot only listens for messages in select text channels
  • logs whitelist attempts from valid roles in the console

Config file is located at: (server-root)/plugins/DiscordWhitelister - this needs a valid bot token and valid channel ids to work. To create a Discord application and/or find your discord bot token, follow this link: https://discordapp.com/developers/applications/