From b12b365f2dc5123d2813345a3398956cf7547f0c Mon Sep 17 00:00:00 2001 From: KHobbits Date: Fri, 4 Nov 2011 16:20:09 +0000 Subject: Removing Reloadall Command Tidy plugin.yml --- .../essentials/commands/Commandreloadall.java | 21 ----- Essentials/src/plugin.yml | 94 +++++++++++----------- 2 files changed, 45 insertions(+), 70 deletions(-) delete mode 100644 Essentials/src/com/earth2me/essentials/commands/Commandreloadall.java diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandreloadall.java b/Essentials/src/com/earth2me/essentials/commands/Commandreloadall.java deleted file mode 100644 index bd4f59dcc..000000000 --- a/Essentials/src/com/earth2me/essentials/commands/Commandreloadall.java +++ /dev/null @@ -1,21 +0,0 @@ -package com.earth2me.essentials.commands; - -import com.earth2me.essentials.Util; -import org.bukkit.Server; -import org.bukkit.command.CommandSender; - - -public class Commandreloadall extends EssentialsCommand -{ - public Commandreloadall() - { - super("reloadall"); - } - - @Override - public void run(Server server, CommandSender sender, String commandLabel, String[] args) throws Exception - { - server.reload(); - sender.sendMessage(Util.i18n("reloadAllPlugins")); - } -} diff --git a/Essentials/src/plugin.yml b/Essentials/src/plugin.yml index a82ec81a2..4f199ef14 100644 --- a/Essentials/src/plugin.yml +++ b/Essentials/src/plugin.yml @@ -25,7 +25,7 @@ commands: aliases: [ebackup] balance: description: States the current balance of a player. - usage: / + usage: / [player] aliases: [bal,emoney,ebalance,ebal] balancetop: description: Gets the top x balance values. (max 10) @@ -33,23 +33,23 @@ commands: aliases: [baltop,ebaltop,ebalancetop] ban: description: Bans a player. - usage: / [player] + usage: / [reason] aliases: [eban] banip: description: Bans an IP address. - usage: / [address] + usage: /
aliases: [ebanip] broadcast: description: Broadcasts a message to the entire server. - usage: / [msg] + usage: / aliases: [ebroadcast,bcast,ebcast] bigtree: description: Spawn a big tree where you are looking. - usage: / [tree|redwood] + usage: / aliases: [ebigtree] burn: description: Set a player on fire. - usage: / [player] [seconds] + usage: / aliases: [eburn] clearinventory: description: Clear all items in your inventory. @@ -65,11 +65,11 @@ commands: aliases: [edelhome,remhome,rmhome,eremhome,ermhome] deljail: description: Removes a jail - usage: / [jailname] + usage: / aliases: [edeljail] delwarp: description: Deletes the specified warp. - usage: / [warp] + usage: / aliases: [edelwarp,remwarp,rmwarp,eremwarp,ermwarp] depth: description: States current depth, relative to sea level. @@ -77,14 +77,14 @@ commands: aliases: [edepth] eco: description: Manages the server economy. - usage: / [give|take|reset] [player] [amount] + usage: / aliases: [economy,eeco,eeconomy] essentials: description: Reloads essentials. usage: / ext: description: Extinguish players. - usage: / + usage: / [player] aliases: [extinguish,eext,eextinguish] fireball: description: Throw a fireball. @@ -104,7 +104,7 @@ commands: aliases: [mem,memory,egc,emem,ememory] give: description: Give a player an item. - usage: / [player] [item|numeric] + usage: / [amount] aliases: [egive] god: description: Enables your godly powers. @@ -112,7 +112,7 @@ commands: aliases: [tgm,godmode,egod,etgm,egodmode] heal: description: Heals you or the given player. - usage: / + usage: / [player] aliases: [eheal] help: description: Views a list of available commands. @@ -120,7 +120,7 @@ commands: aliases: [ehelp] helpop: description: Request help from online operators. - usage: / [message] + usage: / aliases: [ehelpop] home: description: Teleport to your home. @@ -140,7 +140,7 @@ commands: aliases: [einvsee] item: description: Spawn an item. - usage: / [item|numeric] + usage: / [amount] aliases: [i,eitem] jails: description: List all jails. @@ -152,15 +152,15 @@ commands: aliases: [j,ejump] kick: description: Kicks a specified player with a reason. - usage: / + usage: / [reason] aliases: [ekick] kickall: description: Kicks all players off the server except the issuer. - usage: / + usage: / [reason] aliases: [ekickall] kit: description: Obtains the specified kit or views all available kits. - usage: / + usage: / [kit] aliases: [ekit,kits] kill: description: Kills specified player. @@ -180,7 +180,7 @@ commands: aliases: [email] me: description: Describes an action in the context of the player. - usage: / [description] + usage: / aliases: [action,describe,eme,eaction,edescribe] motd: description: Views the Message Of The Day. @@ -192,19 +192,19 @@ commands: aliases: [m,t,emsg,tell,etell,whisper,ewhisper] mute: description: Mutes or unmutes a player. - usage: / [player] + usage: / [datediff] aliases: [emute] nick: description: Change your nickname or that of another player. - usage: / [nickname|off] + usage: / [player] aliases: [enick] nuke: description: May death rain upon them. - usage: / + usage: / [player] aliases: [enuke] pay: description: Pays another player from your balance - usage: / [player] [amount] + usage: / aliases: [epay] ping: description: Pong! @@ -220,23 +220,19 @@ commands: aliases: [ptt,epowertooltoggle,eptt] ptime: description: Adjust player's client time. Add @ prefix to fix. - usage: / [list|reset|day|night|dawn|17:30|4pm|4000ticks] + usage: / [list|reset|day|night|dawn|17:30|4pm|4000ticks] [player|*] aliases: [playertime, eptime, eplayertime] r: description: Quickly reply to the last player to message you. - usage: / [message] + usage: / aliases: [er,reply,ereply] realname: description: Displays the username of a user based on nickname. - usage: / [nickname] + usage: / aliases: [erealname] - reloadall: - description: Reloads all plugins. - usage: / - aliases: [rel,ereloadall,ereload,erel] repair: description: Repairs the durability of all or one item. - usage: / [hand|all] + usage: / aliases: [fix,erepair,efix] rules: description: Views the server rules. @@ -244,11 +240,11 @@ commands: aliases: [erules] seen: description: Shows the last logout time of a player - usage: / [playername] + usage: / aliases: [eseen] sell: description: Sells the item currently in your hand. - usage: / [itemname|id|hand|inventory|blocks] [-][amount] + usage: / [-][amount] aliases: [esell] sethome: description: Set your home to your current location. @@ -256,15 +252,15 @@ commands: aliases: [esethome] setjail: description: Creates a jail where you specified named [jailname] - usage: / [jailname] + usage: / aliases: [esetjail] setwarp: description: Creates a new warp. - usage: / [warp] + usage: / aliases: [createwarp,esetwarp] setworth: description: Set the sell value of an item. - usage: / [itemname|id] [price] + usage: / aliases: [esetworth] socialspy: description: Toggles if you can see msg/mail commands in chat. @@ -272,11 +268,11 @@ commands: aliases: [esocialspy] spawner: description: Change the mob type of a spawner - usage: / [mob] + usage: / aliases: [espawner] spawnmob: description: Spawns a mob. - usage: / [mob]<:data><,mount<:data>> + usage: / [:data][,[:data]] [amount] aliases: [espawnmob] suicide: description: Causes you to perish. @@ -284,19 +280,19 @@ commands: aliases: [esuicide] tempban: description: Temporary ban a user. - usage: / [playername] [datediff] + usage: / aliases: [etempban] thunder: description: Enable/disable thunder. usage: / [duration] aliases: [ethunder] time: - description: Change the world time. Defaults to current world. + description: Display/Change the world time. Defaults to current world. usage: / [day|night|dawn|17:30|4pm|4000ticks] [worldname|all] aliases: [etime, day, night] togglejail: description: Prevents a player from interacting with the world and teleports him/her to the the jail specified - usage: / [player] [jailname] + usage: / [datediff] aliases: [tjail,unjail,eunjail,etogglejail] top: description: Teleport to the highest block at your current position. @@ -304,7 +300,7 @@ commands: aliases: [etop] tp: description: Teleport to a player. - usage: / [player] + usage: / [otherplayer] aliases: [etp] tpa: description: Request to teleport to the specified player. @@ -332,7 +328,7 @@ commands: aliases: [tpno,etpdeny,etpno] tphere: description: Teleport a player to you. - usage: / [player] + usage: / aliases: [s,etphere] tpo: description: Teleport override for tptoggle. @@ -352,23 +348,23 @@ commands: aliases: [etptoggle] tree: description: Spawn a tree where you are looking. - usage: / [tree|birch|redwood] + usage: / aliases: [etree] unban: description: Unbans the specified player. - usage: / [player] + usage: / aliases: [pardon,eunban] unbanip: description: Unbans the specified IP address. - usage: / [address] + usage: /
aliases: [eunbanip,pardonip] unlimited: description: Allows the unlimited placing of items. - usage: / [list|item] + usage: / [player] aliases: [eunlimited,ul,unl,eul,eunl] warp: description: List all warps or warp to the specified location. - usage: / [pagenumber|warp] + usage: / [player] aliases: [ewarp,warps] weather: description: Setting the weather. @@ -376,7 +372,7 @@ commands: aliases: [sky,sun,storm,eweather,esky,esun,estorm] whois: description: Determine the username behind a nickname. - usage: / [nickname] + usage: / aliases: [ewhois] world: description: Switch between worlds. @@ -384,5 +380,5 @@ commands: aliases: [eworld] worth: description: Calculates the worth of items in hand or as specified. - usage: / + usage: / [item] [amount] aliases: [eworth] \ No newline at end of file -- cgit v1.2.3