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

WhitelistMeBot

Have a discord bot linked to your minecraft server which allows you to add/remove people from your whitelist

13
0

This plugin creates a discord bot which would be hosted on the server itself which lets you use the following commands through Discord's slash commands:

  • whitelist add {player}
  • whitelist remove {player}

This is the config file (on display to view what customisability the plugin offers)

# Discord Bot Token - Get this from https://discord.com/developers/applications
token: YOUR_DISCORD_BOT_TOKEN_HERE
allowedDiscordRoles: []

# Command templates executed by the server console.
# Use {player} as a placeholder for the Minecraft username.
whitelistAddCommand: "whitelist add {player}"
whitelistRemoveCommand: "whitelist remove {player}"

# Discord reply messages.
# Placeholders:
# - {player} / {username}: the Minecraft username
messages:
  noPermission: "You don't have permission to use this command!"
  errorNoSubcommand: "Error: No subcommand provided!"
  errorNoUsername: "Error: Username option not provided!"
  errorPluginNotInitialized: "Error: Plugin not initialized!"
  invalidUsername: "Error: Invalid username! Minecraft usernames must be 3-16 characters (letters, numbers, underscore only)."
  successAdded: "Added **{player}** to the whitelist!"
  successRemoved: "Removed **{player}** from the whitelist!"

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

Minecraft: Java Edition

1.21.x

Платформы

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

Сервер

Детали

Лицензия:LicenseRef-All-Rights-Reserved
Опубликован:1 месяц назад
Обновлён:1 месяц назад
Главная