▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Simple Whitelist
Simple Whitelist

Simple Whitelist

Nickname based whitelist fabric mod

864
12

Simple Whitelist

This is a Fabric mod for Minecraft 1.21 that provides a simple whitelist system based on usernames.

Features

  • Whitelist based on usernames: The whitelist system is based on usernames, not UUIDs.
  • Database storage: You can choose between storing the whitelist data in a JSON file or a MySQL database.

Dependencies

This mod requires the following dependencies:

Configuration

The default configuration file is config\SimpleWhitelist\config.json:

{
    "whitelist": true,
    "databaseType": "json",
    "mysqlUrl": "jdbc:mysql://<username>:<password>@<host>:<port>/<database>",
    "jsonFileName": "whitelist.json"
}

Configuration options:

  • whitelist: Enable or disable the whitelist.
  • databaseType: The type of database to use. Can be either json or mysql.
  • mysqlUrl: The connection string for the MySQL database.
  • jsonFileName: The name of the JSON file to store the whitelist data.

Commands

  • simplewhitelist list: List all players on the whitelist.
  • simplewhitelist add <player>: Add a player to the whitelist.
  • simplewhitelist remove <player>: Remove a player from the whitelist.
  • simplewhitelist on: Enable the whitelist.
  • simplewhitelist off: Disable the whitelist.

simplewhitelistaliases: swl, swh, swhitelist

Permissions

  • simplewhitelist.command: Allows players to use the whitelist commands.

Installation

  1. Download the latest release of Simple Whitelist from here.
  2. Place the .jar file in your mods folder.

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:MIT
Опубликован:1 год назад
Обновлён:1 год назад
Главная