Перейти к содержимому
Mineforgian

EasyWhitelist

Name-based whitelist for Fabric servers

Загрузки
23K
Подписчики
93
Обновлён
31 марта 2026 г.
Лицензия
MIT

Опубликован 2 ноября 2021 г.

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. You need to enable whitelist in server.properties

  2. 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>
  3. All commands are case-sensitive

  4. 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"
  }

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

My authentication mod

Ченджлог

1.1.3Релиз1.21.11 · 27 декабря 2025 г.

1.1.3 Minecraft 1.21.11

  • Include correct version of the uuid if the player is online
  • Kick players if they are banned
1.1.1Релиз1.21.9, 1.21.10 · 3 октября 2025 г.

1.21.9 Support

1.1.0Релиз1.21.6, 1.21.7, 1.21.8 · 17 июня 2025 г.
  • Do not include fabric-permissions-api in jar
1.0.1Релиз1.19.2, 1.19.3, 1.19.4 · 7 июня 2022 г.

Update to 1.19

1.18-1.0.0Релиз1.18, 1.18.1, 1.18.2 · 22 января 2022 г.

Add permission for all commands

  • easywhitelist.commands.easywhitelist.root
    • easywhitelist.commands.easywhitelist.add
    • easywhitelist.commands.easywhitelist.remove
  • easywhitelist.commands.easypardon
  • easywhitelist.commands.easyop
  • easywhitelist.commands.easydeop
  • easywhitelist.commands.easyban
1.18-0.2.0Релиз1.18, 1.18.1 · 30 ноября 2021 г.

0.2.0 Minecraft 1.17.1, 1.18

Add offline version of some commands:

  • easywhitelist remove <nickname>
  • easyban <nickname>
  • easypardon <nickname>
  • easyop <nickname>
  • easydeop <nickname>

Комментарии

Загружаем…