mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 11:49:12 +00:00
Change {PLAYER} to {USERNAME} in kits.yml comment (#3057)
Avoids confusion between `{PLAYER}` (KeywordReplacer placeholder) and `{player}` (kit-specific placeholder).
This commit is contained in:
parent
ab4501aa4c
commit
eb596caa00
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
|||
# All kit names should be lower case, and will be treated as lower in permissions/costs.
|
||||
# Syntax: - name[:durability] amount [enchantment:level]... [itemmeta:value]...
|
||||
# For Item Meta information visit http://wiki.ess3.net/wiki/Item_Meta
|
||||
# To make the kit execute a command, add /<command> to the items list. Use {player} to specify the player receiving the kit.
|
||||
# To make the kit execute a command, add /<command> to the items list. Use {USERNAME} to specify the player receiving the kit.
|
||||
# {PLAYER} will show the player's displayname instead of username.
|
||||
# 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
|
||||
# Set delay to -1 for a one time kit.
|
||||
# For more information, visit http://wiki.ess3.net/wiki/Kits
|
||||
|
|
Loading…
Reference in a new issue