AutoWhitelist

Quick rating

Community listing page, reviews here may not be monitored by the author.

AutoWhitelist

No reviews yet

A way to automate the whitelist of a minecraft server based on discord roles

Mod Loaders
Minecraft
26.2

About

Description

fabric-api

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.

This mod works on top of the vanilla whitelist, so make sure to enable the vanilla whitelist, you can do that by changing white-list on server.properties to true or by running whitelist on on the server console

You can customize the bot messages with a datapack, more about it can be found here

You can find a tutorial on how to configure and install the mod here

The configuration file can be found at config/autowhitelist.json5, it is auto-generated after the mod is run for the first time


To register your player run the command /register <username> in Discord
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 /register AwakenedRedstone
The mod does not officially support offline servers.
When a player looses the role or leaves the discord server they are automatically removed from the whitelist

To reload a specific part of the mod run /autowhitelist reload [bot|cache|config] or /autowhitelist reload to reload everything

No froge

fabric-api

⚙️ Features

  • Discord link - allow users to add their Minecraft accounts to the whitelist with access filtered by role
  • Whitelist actions - execute actions when whitelisting/removing a player, execute commands, give them LuckPerms permissions or just whitelist
  • Whitelist cache - keep memory of the usernames, and automatically whitelist the players when they log in if they gained the required role back
  • Rich documentation - quickly setup the mod and start using within minutes
  • Custom messages - easily customize the mod messages
  • Extendable - the mod offers an API for mods to add more whitelist actions
  • Built-in LuckPerms compatibility - the mod comes with LuckPerms compatibility by default
  • Fast and clean - the mod uses the vanilla whitelist, providing a closer vanilla experience and is designed to provide a seamless login experience compared to vanilla
  • Stable - the mod was originally made to and is still made to be as stable as possible
  • Friendly logging - the logging was done to provide necessary details on errors and warnings and to be understandable by anyone

This mod works on top of the vanilla whitelist, so make sure to enable the vanilla whitelist, you can do that by changing white-list on server.properties to true or by running whitelist on on the server console

You can customize the bot messages with a datapack, more about it can be found here

You can find a detailed documentation here