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:
parent
98102fa09f
commit
c63d210a29
4 changed files with 10 additions and 7 deletions
|
|
@ -12,20 +12,25 @@ command-block-overrides: []
|
||||||
ignore-vanilla-permissions: false
|
ignore-vanilla-permissions: false
|
||||||
|
|
||||||
aliases:
|
aliases:
|
||||||
|
# /tp = request teleport (not raw teleport)
|
||||||
tp:
|
tp:
|
||||||
- essentials:tpa $1-
|
- essentials:tpa $1-
|
||||||
|
|
||||||
|
# /pm = private message (matches help text)
|
||||||
|
pm:
|
||||||
|
- essentials:msg $1-
|
||||||
|
|
||||||
# Allow ONLY /deletehome (maps to essentials:delhome)
|
# Allow ONLY /deletehome (maps to essentials:delhome)
|
||||||
deletehome:
|
deletehome:
|
||||||
- essentials:delhome $1-
|
- essentials:delhome $1-
|
||||||
|
|
||||||
# Disable /delhome by NOT defining it here
|
# Disable /delhome by NOT defining it here
|
||||||
|
|
||||||
tpa: []
|
tpa: []
|
||||||
tpahere: []
|
tpahere: []
|
||||||
tphere: []
|
tphere: []
|
||||||
teleport: []
|
teleport: []
|
||||||
|
|
||||||
skin clear: []
|
skin clear: []
|
||||||
skin update: []
|
skin update: []
|
||||||
skin search: []
|
skin search: []
|
||||||
|
|
|
||||||
|
|
@ -347,7 +347,7 @@ settings:
|
||||||
# CONFIRMATION = must repeat first argument (pass or email)
|
# CONFIRMATION = must repeat first argument (pass or email)
|
||||||
# EMAIL_OPTIONAL = for password register: 2nd argument can be empty or have email address
|
# 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
|
# EMAIL_MANDATORY = for password register: 2nd argument MUST be an email address
|
||||||
secondArg: CONFIRMATION
|
secondArg: NONE
|
||||||
email:
|
email:
|
||||||
# Should we unregister the player when he didn't verify the email?
|
# Should we unregister the player when he didn't verify the email?
|
||||||
# This only works if you enabled email registration.
|
# This only works if you enabled email registration.
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ help:
|
||||||
- "&e/bal &8> &7show your current balance"
|
- "&e/bal &8> &7show your current balance"
|
||||||
- "&e/pay &8> &7pay another player"
|
- "&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/claim &8> &7claim the chunk you're standing in"
|
||||||
- " "
|
- " "
|
||||||
- "&e/shop &8> &7open the shop gui"
|
- "&e/shop &8> &7open the shop gui"
|
||||||
|
|
|
||||||
|
|
@ -33,8 +33,6 @@ groups:
|
||||||
- msg
|
- msg
|
||||||
- reply
|
- reply
|
||||||
- r
|
- r
|
||||||
- tpa
|
|
||||||
- tpahere
|
|
||||||
- back
|
- back
|
||||||
- spawn
|
- spawn
|
||||||
- delhome
|
- delhome
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue