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
This commit is contained in:
s8n-ru 2026-05-04 15:50:18 +01:00
parent 98102fa09f
commit c63d210a29
4 changed files with 10 additions and 7 deletions

View file

@ -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: []

View file

@ -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.

View file

@ -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"

View file

@ -33,8 +33,6 @@ groups:
- msg
- reply
- r
- tpa
- tpahere
- back
- spawn
- delhome