mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-04 19:46:27 +00:00
Fix a few more errors in plugin.yml
This commit is contained in:
parent
28d4609c8c
commit
7369155166
1 changed files with 16 additions and 16 deletions
|
@ -111,10 +111,6 @@ commands:
|
||||||
description: Take off, and soar!
|
description: Take off, and soar!
|
||||||
usage: /<command> [player [on|off]]
|
usage: /<command> [player [on|off]]
|
||||||
aliases: [efly]
|
aliases: [efly]
|
||||||
itemdb:
|
|
||||||
description: Searches for an item.
|
|
||||||
usage: /<command> <item>
|
|
||||||
aliases: [eitemdb,itemno,eitemno,durability,dura,edura,edurability]
|
|
||||||
fireball:
|
fireball:
|
||||||
description: Throw a fireball.
|
description: Throw a fireball.
|
||||||
usage: /<command> [small]
|
usage: /<command> [small]
|
||||||
|
@ -123,14 +119,14 @@ commands:
|
||||||
description: Change player gamemode.
|
description: Change player gamemode.
|
||||||
usage: /<command> <survival|creative|adventure> [player]
|
usage: /<command> <survival|creative|adventure> [player]
|
||||||
aliases: [gm,creative,creativemode,survival,survivalmode,adventure,adventuremode,gmc,gma,gms,gmt,egamemod,eecreative,ecreativemode,esurvival,esurvivalmode,eadventure,eadventuremode,egmc,egma,egms,egm,egmt]
|
aliases: [gm,creative,creativemode,survival,survivalmode,adventure,adventuremode,gmc,gma,gms,gmt,egamemod,eecreative,ecreativemode,esurvival,esurvivalmode,eadventure,eadventuremode,egmc,egma,egms,egm,egmt]
|
||||||
getpos:
|
|
||||||
description: Get your current coordinates or those of a player.
|
|
||||||
usage: /<command> [player]
|
|
||||||
aliases: [coords,egetpos,position,eposition,whereami,ewhereami]
|
|
||||||
gc:
|
gc:
|
||||||
description: Reports memory, uptime and tick info.
|
description: Reports memory, uptime and tick info.
|
||||||
usage: /<command>
|
usage: /<command>
|
||||||
aliases: [elag,lag,mem,memory,egc,emem,ememory,uptime,euptime]
|
aliases: [elag,lag,mem,memory,egc,emem,ememory,uptime,euptime]
|
||||||
|
getpos:
|
||||||
|
description: Get your current coordinates or those of a player.
|
||||||
|
usage: /<command> [player]
|
||||||
|
aliases: [coords,egetpos,position,eposition,whereami,ewhereami]
|
||||||
give:
|
give:
|
||||||
description: Give a player an item.
|
description: Give a player an item.
|
||||||
usage: /<command> <player> <item|numeric> [amount <enchantmentname[:level]> ...]
|
usage: /<command> <player> <item|numeric> [amount <enchantmentname[:level]> ...]
|
||||||
|
@ -175,6 +171,10 @@ commands:
|
||||||
description: Spawn an item.
|
description: Spawn an item.
|
||||||
usage: /<command> <item|numeric> [amount <enchantmentname[:level]> ...]
|
usage: /<command> <item|numeric> [amount <enchantmentname[:level]> ...]
|
||||||
aliases: [i,eitem]
|
aliases: [i,eitem]
|
||||||
|
itemdb:
|
||||||
|
description: Searches for an item.
|
||||||
|
usage: /<command> <item>
|
||||||
|
aliases: [eitemdb,itemno,eitemno,durability,dura,edura,edurability]
|
||||||
jails:
|
jails:
|
||||||
description: List all jails.
|
description: List all jails.
|
||||||
usage: /<command>
|
usage: /<command>
|
||||||
|
@ -191,10 +191,6 @@ commands:
|
||||||
description: Kicks all players off the server except the issuer.
|
description: Kicks all players off the server except the issuer.
|
||||||
usage: /<command> [reason]
|
usage: /<command> [reason]
|
||||||
aliases: [ekickall]
|
aliases: [ekickall]
|
||||||
kit:
|
|
||||||
description: Obtains the specified kit or views all available kits.
|
|
||||||
usage: /<command> [kit] [player]
|
|
||||||
aliases: [ekit,kits,ekits]
|
|
||||||
kill:
|
kill:
|
||||||
description: Kills specified player.
|
description: Kills specified player.
|
||||||
usage: /<command> <player>
|
usage: /<command> <player>
|
||||||
|
@ -203,17 +199,21 @@ commands:
|
||||||
description: Kill all mobs in a world.
|
description: Kill all mobs in a world.
|
||||||
usage: /<command> [mobType] [radius]
|
usage: /<command> [mobType] [radius]
|
||||||
aliases: [ekillall,butcher,ebutcher,mobkill,emobkill]
|
aliases: [ekillall,butcher,ebutcher,mobkill,emobkill]
|
||||||
|
kit:
|
||||||
|
description: Obtains the specified kit or views all available kits.
|
||||||
|
usage: /<command> [kit] [player]
|
||||||
|
aliases: [ekit,kits,ekits]
|
||||||
kittycannon:
|
kittycannon:
|
||||||
description: Throw an exploding kitten at your opponent
|
description: Throw an exploding kitten at your opponent
|
||||||
usage: /<command>
|
usage: /<command>
|
||||||
list:
|
|
||||||
description: List all online players.
|
|
||||||
usage: /<command>
|
|
||||||
aliases: [playerlist,who,online,plist,eplist,elist,ewho,eplayerlist,eonline]
|
|
||||||
lightning:
|
lightning:
|
||||||
description: The power of Thor. Strike at cursor or player.
|
description: The power of Thor. Strike at cursor or player.
|
||||||
usage: /<command> [player] [power]
|
usage: /<command> [player] [power]
|
||||||
aliases: [strike,smite,thor,shock,elightning,estrike,esmite,ethor,eshock]
|
aliases: [strike,smite,thor,shock,elightning,estrike,esmite,ethor,eshock]
|
||||||
|
list:
|
||||||
|
description: List all online players.
|
||||||
|
usage: /<command>
|
||||||
|
aliases: [playerlist,who,online,plist,eplist,elist,ewho,eplayerlist,eonline]
|
||||||
mail:
|
mail:
|
||||||
description: Manages inter-player, intra-server mail.
|
description: Manages inter-player, intra-server mail.
|
||||||
usage: /<command> [read|clear|send [to] [message]|sendall [message]]
|
usage: /<command> [read|clear|send [to] [message]|sendall [message]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue