mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-28 03:57:48 +01:00
fixed home commands syntax to match multi-home
This commit is contained in:
parent
aa47499656
commit
41344ce1b0
@ -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 New Issue
Block a user