mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
fixed home commands syntax to match multi-home
This commit is contained in:
parent
aa47499656
commit
41344ce1b0
1 changed files with 3 additions and 3 deletions
|
@ -61,7 +61,7 @@ commands:
|
|||
aliases: [ecompass]
|
||||
delhome:
|
||||
description: Removes a home
|
||||
usage: /<command> [player] <name>
|
||||
usage: /<command> [player:]<name>
|
||||
aliases: [edelhome,remhome,rmhome,eremhome,ermhome]
|
||||
deljail:
|
||||
description: Removes a jail
|
||||
|
@ -120,7 +120,7 @@ commands:
|
|||
aliases: [ehelpop]
|
||||
home:
|
||||
description: Teleport to your home.
|
||||
usage: /<command> <player>
|
||||
usage: /<command> [player:][name]
|
||||
aliases: [ehome]
|
||||
ignore:
|
||||
description: Ignore other players.
|
||||
|
@ -244,7 +244,7 @@ commands:
|
|||
aliases: [esell]
|
||||
sethome:
|
||||
description: Set your home to your current location.
|
||||
usage: /<command>
|
||||
usage: /<command> [[player:]name]
|
||||
aliases: [esethome]
|
||||
setjail:
|
||||
description: Creates a jail where you specified named [jailname]
|
||||
|
|
Loading…
Reference in a new issue