mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Added plural alias for kit & warp
This commit is contained in:
parent
864e608582
commit
19ba6e5195
1 changed files with 353 additions and 352 deletions
|
@ -152,6 +152,7 @@ commands:
|
|||
kit:
|
||||
description: Obtains the specified kit or views all available kits.
|
||||
usage: /<command> <kit>
|
||||
aliases: [ekit,kits]
|
||||
kill:
|
||||
description: Kills specified player.
|
||||
usage: /<command> <player>
|
||||
|
@ -334,7 +335,7 @@ commands:
|
|||
warp:
|
||||
description: List all warps or warp to the specified location.
|
||||
usage: /<command> <warp> <player>
|
||||
aliases: [ewarp]
|
||||
aliases: [ewarp,warps]
|
||||
weather:
|
||||
description: Setting the weather.
|
||||
usage: /<command> <storm/sun> [duration]
|
||||
|
|
Loading…
Reference in a new issue