Skip to content

Mod that changes whitelist behaviour from uuid-based to name-based

License

Notifications You must be signed in to change notification settings

NikitaCartes/EasyWhitelist

Repository files navigation

Easy Whitelist Mod

Simple mod that changes whitelist (also banlist and op-list) behaviour from uuid-based to name-based, allowing it to be use at offline mode.

Note

  1. Mod adds following offline version of commands:
    • Vanilla whitelist in comparison adds lowercase nicknames
    • easywhitelist add <nickname>
    • easywhitelist remove <nickname>
    • easyban <nickname>
    • easypardon <nickname>
    • easyop <nickname>
    • easydeop <nickname>
  2. All commands are case-sensitive
  3. Elements in whitelist.json, ops.json, banned-players.json must still contain both name and uuid
    • uuids must be in correct format, but may be random
  {
    "uuid": "01234567-89ab-def0-1234-56789abcdef0",
    "name": "NikitaCartes"
  }
  1. List of permissions:
  • easywhitelist.commands.easywhitelist.root
    • easywhitelist.commands.easywhitelist.add
    • easywhitelist.commands.easywhitelist.remove
  • easywhitelist.commands.easypardon
  • easywhitelist.commands.easyop
  • easywhitelist.commands.easydeop
  • easywhitelist.commands.easyban

Discord

CurseForge, Modrinth

My authentication mod, for Fabric servers.

About

Mod that changes whitelist behaviour from uuid-based to name-based

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages