1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-08 15:46:54 +02:00

[Fix] Fix toggle syntax in plugin.yml

This commit is contained in:
KHobbits
2013-06-26 08:57:26 +01:00
parent 42f3da8953
commit 918f06659d

View File

@@ -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.