Download EasyWhitelist — Minecraft Mods — MetaMods

EasyWhitelist

Active

Downloads

0

Last update

4 months ago

Versions

1.17.1 — 1.21.8
Server
Fabric
Quilt
Utils

EasyWhitelist - Mod for Simple Whitelist Management

This simple mod changes the operation principle of the whitelist (as well as ban lists and operator lists) from UUID-based identification to player name-based identification. This solution allows using these functions in server offline mode.

Key Features

The mod adds special commands for working in offline mode:

  • easywhitelist add <nickname> - add player to whitelist
  • easywhitelist remove <nickname> - remove player from whitelist
  • easyban <nickname> - ban player
  • easypardon <nickname> - unban player
  • easyop <nickname> - grant operator rights
  • easydeop <nickname> - revoke operator rights

Unlike the standard whitelist command, which adds nicknames in lowercase, all EasyWhitelist commands are case-sensitive.

Important Notes

Before using the mod, you need to activate the whitelist in the server.properties file. The files whitelist.json, ops.json, and banned-players.json must still contain both the player's name and UUID. The UUID can be arbitrary but must follow the correct format.

Example entry in the file:

{
  "uuid": "01234567-89ab-def0-1234-56789abcdef0",
  "name": "NikitaCartes"
}

Permission System

The mod provides the following access rights:

  • easywhitelist.commands.easywhitelist.root (root permission)
    • easywhitelist.commands.easywhitelist.add
    • easywhitelist.commands.easywhitelist.remove
  • easywhitelist.commands.easypardon
  • easywhitelist.commands.easyop
  • easywhitelist.commands.easydeop
  • easywhitelist.commands.easyban
Project members
NikitaCartes

NikitaCartes

Developer

NikitaCartes2

NikitaCartes2

Created: 2 Nov 2021

ID: 5623