- HelpCommand: /region -> /lands (Lands plugin, not WorldGuard) - commands.yml: add pm -> essentials:msg alias (matches help text) - ProAntiTab storage: drop dead tpa/tpahere whitelist entries (already disabled at alias layer in commands.yml) - AuthMe: secondArg CONFIRMATION -> NONE single-pass /register; chat already echoes input
37 lines
879 B
YAML
Executable file
37 lines
879 B
YAML
Executable file
# This is the Bukkit commands configuration file for Paper.
|
|
#
|
|
# If you need help with the configuration or have any questions related to Paper,
|
|
# join us in our Discord or check the docs page.
|
|
#
|
|
# File Reference: https://docs.papermc.io/paper/reference/bukkit-commands-configuration/
|
|
# Docs: https://docs.papermc.io/
|
|
# Discord: https://discord.gg/papermc
|
|
# Website: https://papermc.io/
|
|
|
|
command-block-overrides: []
|
|
ignore-vanilla-permissions: false
|
|
|
|
aliases:
|
|
# /tp = request teleport (not raw teleport)
|
|
tp:
|
|
- essentials:tpa $1-
|
|
|
|
# /pm = private message (matches help text)
|
|
pm:
|
|
- essentials:msg $1-
|
|
|
|
# Allow ONLY /deletehome (maps to essentials:delhome)
|
|
deletehome:
|
|
- essentials:delhome $1-
|
|
|
|
# Disable /delhome by NOT defining it here
|
|
|
|
tpa: []
|
|
tpahere: []
|
|
tphere: []
|
|
teleport: []
|
|
|
|
skin clear: []
|
|
skin update: []
|
|
skin search: []
|
|
skin random: []
|