GateKeeper
作者:rebot | 分类:模组
Minecraft 版本: 1.7.10 1.8 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9 1.9.1 1.9.2 1.9.3 1.9.4 1.10 1.10.1 1.10.2 1.11 1.11.1 1.11.2 1.12 1.12.1 1.12.2 1.13 1.13.1 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2 26.2
平台: velocity
标签: management utility
GateKeeper
A plugin adding a basic whitelist system to velocity, with Bedrock player and LuckPerms Group whitelisting support.
Commands and Permissions:
If you want to add a bedrock player to the whitelist by their username and not UUID, please prefix it with your configured bedrock player prefix (default:
.) first.
Example:Tim203->.Tim203
/vwhitelist (aliases: /velocitywhitelist, /gatekeeper)
add <username or uuid>: Adds a new player to the whitelistremove <username or uuid>: Removes the specified player from the whiteliston: Enables the whitelistoff: Disables the whitelistlist: Lists all players currently on the whitelistaddgroup <group name>: Adds a LuckPerms group to the whitelistremovegroup <group name>: Removes a LuckPerms group from the whitelistlistgroups: Lists all currently whitelisted LuckPerms groupsclear: Clears the entire whitelist
Permissions are given based on the commands:
whitelist: base command node
whitelist.addfor the add-commandwhitelist.clearfor the clear-commandwhitelist.listfor the list-commandwhitelist.offfor the off-commandwhitelist.onfor the on-commandwhitelist.addgroupfor the addgroup-commandwhitelist.removegroupfor the removegroup-commandẁhitelist.listgroupsfor the listgroups-command-
whitelist.removefor the remove-commandconfig.yml
enabled: true # if the whitelist should be enabled or not. This will change with the use of `/whitelist on|off`.
prefix: "[Whitelist] " # The prefix for every message except the disconnect reason.
messages:
disconnect-reason: | # the message shown to the player when he is not on the whitelist
<gray>Please contact an administrator if you believe this is a mistake.</gray>
errors:
player-not-found: "Player '{0}' not found."
already-whitelisted: "Player is already whitelisted."
group-already-whitelisted: "Group is already whitelisted."
not-whitelisted: "Player is not whitelisted."
group-not-whitelisted: "Group is not whitelisted."
incorrect-confirmation: "Incorrect confirmation number."
whitelist-already-on: "Whitelist is already enabled."
whitelist-already-off: "Whitelist is already disabled."
lp-integration-missing: "LuckPerms is required on the proxy to use the group whitelisting feature."
usage:
add: "Usage: /vwhitelist add "
addgroup: "Usage: /vwhitelist add "
remove: "Usage: /vwhitelist remove "
removegroup: "Usage: /vwhitelist remove "
whitelist: "Usage: /vwhitelist <on|off|add|remove|addgroup|removegroup|list|listgroups>"
info:
added-to-whitelist: "Added {0} to the whitelist."
removed-from-whitelist: "Removed {0} from the whitelist."
added-group-to-whitelist: "Added group {0} to the whitelist."
removed-group-from-whitelist: "Removed group {0} from the whitelist."
whitelist-on: "Whitelist has been enabled."
whitelist-off: "Whitelist has been disabled."
list: "Whitelisted players: {0}"
listgroups: "Whitelisted groups: {0}"
list-empty: "The whitelist is currently empty."
whitelist-clear: "Please type in /whitelist clear {0} in the next 15 seconds to confirm. Note that this action cannot be undone."
whitelist-clear-confirmed: "Whitelist cleared successfully."
请登录后举报
暂无评论,抢个沙发吧~