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

Password

Protect your server with a password.

Загрузки
1K
Подписчики
12
Обновлён
23 августа 2026 г.
Лицензия
AGPL-3.0-only

Опубликован 6 декабря 2025 г.

showcase screenshot Players have to enter a password before they can connect to the server or even appear on the world. The password can easily be changed in the config file and can be up to 128 characters long. Optionally, players that are whitelisted, operators, or have the password.bypass permission don't have to enter the password when joining.

Preview the default config.yml
password: changeme

# Weather operators have to enter the password when joining.
operator_bypass: true

# Weather whitelisted players have to enter the password when joining.
whitelist_bypass: false

# Whitelisted players inactive for the specified number of days have to re-enter the password.
whitelist_bypass_expiration:
  enabled: false
  days: 14

# Whether players should be whitelisted when entering the password.
auto_whitelist: false

Ченджлог

1.3Релиз26.1.1, 26.1.2, 26.2 · 23 августа 2026 г.
  • Added the auto_whitelist config, automatically whitelisting players entering the correct password.
  • Added the whitelist_bypass_expiration config, requiring inactive but whitelisted players to re-enter the password.
  • Implemented the password.bypass permission and bStats
1.2Релиз26.1.1, 26.1.2, 26.2 · 10 декабря 2025 г.

Added new operator_bypass and whitelist_bypass config options

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

Making Password compatible with 1.21.11+

Комментарии

Загружаем…