1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-13 18:14:38 +02:00

Removing Reloadall Command

Tidy plugin.yml
This commit is contained in:
KHobbits
2011-11-04 16:20:09 +00:00
parent 6b657aca9a
commit b12b365f2d
2 changed files with 45 additions and 70 deletions

View File

@@ -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"));
}
}

View File

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