From c63d210a29ef8b7fcca7f284359fd28e04f8f4b0 Mon Sep 17 00:00:00 2001 From: s8n-ru <279801990+s8n-ru@users.noreply.github.com> Date: Mon, 4 May 2026 15:50:18 +0100 Subject: [PATCH] commands: align help/aliases + drop register confirm - 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 --- live-server/commands.yml | 11 ++++++++--- live-server/plugins/AuthMe/config.yml | 2 +- live-server/plugins/HelpCommand/config.yml | 2 +- live-server/plugins/ProAntiTab/storage.yml | 2 -- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/live-server/commands.yml b/live-server/commands.yml index b5c1e3b..dc95078 100755 --- a/live-server/commands.yml +++ b/live-server/commands.yml @@ -12,20 +12,25 @@ 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: [] diff --git a/live-server/plugins/AuthMe/config.yml b/live-server/plugins/AuthMe/config.yml index 54ec459..1a0f62a 100755 --- a/live-server/plugins/AuthMe/config.yml +++ b/live-server/plugins/AuthMe/config.yml @@ -347,7 +347,7 @@ settings: # CONFIRMATION = must repeat first argument (pass or email) # EMAIL_OPTIONAL = for password register: 2nd argument can be empty or have email address # EMAIL_MANDATORY = for password register: 2nd argument MUST be an email address - secondArg: CONFIRMATION + secondArg: NONE email: # Should we unregister the player when he didn't verify the email? # This only works if you enabled email registration. diff --git a/live-server/plugins/HelpCommand/config.yml b/live-server/plugins/HelpCommand/config.yml index 2fa607e..7d46d4d 100755 --- a/live-server/plugins/HelpCommand/config.yml +++ b/live-server/plugins/HelpCommand/config.yml @@ -43,7 +43,7 @@ help: - "&e/bal &8> &7show your current balance" - "&e/pay &8> &7pay another player" - " " - - "&e/region &8> &7manage your land claim" + - "&e/lands &8> &7manage your land claim" - "&e/claim &8> &7claim the chunk you're standing in" - " " - "&e/shop &8> &7open the shop gui" diff --git a/live-server/plugins/ProAntiTab/storage.yml b/live-server/plugins/ProAntiTab/storage.yml index 5dc0646..863bbc2 100755 --- a/live-server/plugins/ProAntiTab/storage.yml +++ b/live-server/plugins/ProAntiTab/storage.yml @@ -33,8 +33,6 @@ groups: - msg - reply - r - - tpa - - tpahere - back - spawn - delhome