Spigot plugin that allows whitelisting users through a discord text channel.
Go to file
2019-08-25 15:31:30 +01:00
src/main/java/uk/co/angrybee/joe added a remove command and info command 2019-08-25 15:19:17 +01:00
.gitignore finished discord client for the most part 2019-08-01 15:10:58 +01:00
plugin.yml added a remove command and info command 2019-08-25 15:19:17 +01: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/