mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-02-04 06:21:35 +01:00
[Fix] Fix toggle syntax in plugin.yml
This commit is contained in:
parent
96cf363567
commit
18d0183364
@ -113,7 +113,7 @@ commands:
|
||||
aliases: [eat,eeat,efeed]
|
||||
fly:
|
||||
description: Take off, and soar!
|
||||
usage: /<command> [player [on|off]]
|
||||
usage: /<command> [player] [on|off]
|
||||
aliases: [efly]
|
||||
fireball:
|
||||
description: Throw a fireball.
|
||||
@ -141,7 +141,7 @@ commands:
|
||||
aliases: [egive]
|
||||
god:
|
||||
description: Enables your godly powers.
|
||||
usage: /<command> [player [on|off]]
|
||||
usage: /<command> [player] [on|off]
|
||||
aliases: [egod,godmode,egodmode,tgm,etgm]
|
||||
hat:
|
||||
description: Get some cool new headgear.
|
||||
@ -336,7 +336,7 @@ commands:
|
||||
aliases: [esetworth]
|
||||
socialspy:
|
||||
description: Toggles if you can see msg/mail commands in chat.
|
||||
usage: /<command> [player]
|
||||
usage: /<command> [player] [on|off]
|
||||
aliases: [esocialspy]
|
||||
spawner:
|
||||
description: Change the mob type of a spawner.
|
||||
@ -424,7 +424,7 @@ commands:
|
||||
aliases: [etppos]
|
||||
tptoggle:
|
||||
description: Blocks all forms of teleportation.
|
||||
usage: /<command> [player [on|off]]
|
||||
usage: /<command> [player] [on|off]
|
||||
aliases: [etptoggle]
|
||||
tree:
|
||||
description: Spawn a tree where you are looking.
|
||||
|
Loading…
Reference in New Issue
Block a user