Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Creators
Details
This version is deprecated!
Please use AutoWhitelist instead
AutoWhitelist is a mod made to automate the whitelisting of players based on their Discord role. Its main purpose is to make the whitelisting of Twitch subscribers and Youtube channel members easy.
It has also been made to be extremely stable so it can be used on servers that are constantly updating to the latest snapshot, so it is dependency free.
You can set the bot message text by editing messages.json on config/autowhitelist
Configuring the mod can be a bit complicated, you can find a tutorial below.
Creating the bot

Important settings

Getting the token

Getting ClientId

Adding to your server

Final steps
Inside the whitelist entry you will find, by default, "tier1": [], where is tier1 you will put an existing Minecraft team, you can create one with /team add teamNameHere
Inside the array ([]) you will put the ID of the roles that will be assigned to that team, please note that the role ID has to be as a String ("roleIdHere")
The owners entry is an option that allows the users in it to use the developer commands. In the option you put the ID of the users you want to have access to the dev commands.
You can find an example configuration file here
{
"version": 2.1,
"whitelistScheduledVerificationSeconds": 30,
"prefix": "np!",
"token": "OTM3ODgwNjU3Njk3MzA4Njgy.YfiLbQ.9xiSPQNQRaq2tYKhbjJIBzqqlis",
"clientId": "937880657697308682",
"discordServerId": "387760260166844418",
"whitelist": {
"subTier1": [
"744941527545020468"
]
},
"owners": ["387745099204919297", "483715272960901120"]
}
IMPORTANT: When using multiple roles, their position on the server will matter!
The higher role on the Discord server has higher priority, and so a user with multiple roles will be put on a team associated with the highest role.
To register your player run the command register <username>, by default the prefix is np!
The command requires the user to insert their Java username, if they change their nick, they don't have to register again. There is no way for a user to change their registered account or to register another one, a moderator will have to run /whitelist remove <player> in the Minecraft server. An example of running the command is np!register AwakenedRedstone
The mod does not support servers on offline mode, this means, it only registers official Minecraft Java Edition accounts.
To reload settings run /autowhitelist reload [bot|config|translations] to reload only one thing or /autowhitelist reload to reload everything




