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