TF-EssentialsX/Essentials/src/com/earth2me/essentials/commands
2012-08-03 10:29:22 +02:00
..
Commandafk.java Cleaning up displaynames 2012-03-21 23:54:57 +00:00
Commandantioch.java Make the antioch message optional. 2012-03-02 17:03:34 +00:00
Commandback.java Make /home and /back obey the world perm system. 2012-05-20 23:58:03 +01:00
Commandbackup.java Clarify how backup works. 2012-03-26 00:49:53 +01:00
Commandbalance.java Allow more currency customization. 2012-03-04 10:11:58 +00:00
Commandbalancetop.java Allow more currency customization. 2012-03-04 10:11:58 +00:00
Commandban.java Add optional 2n'd param to temp ban reason TL key. 2012-06-19 08:46:33 +01:00
Commandbanip.java
Commandbigtree.java Extra Trees 2012-03-22 17:25:13 +00:00
Commandbreak.java Update to CB #2126 B #1425 2012-03-29 02:00:51 +01:00
Commandbroadcast.java Broadcast command allows colour formatting. 2012-06-10 23:35:50 +01:00
Commandburn.java
Commandclearinventory.java
Commandcompass.java
Commanddelhome.java
Commanddeljail.java
Commanddelwarp.java
Commanddepth.java
Commandeco.java Adding option to modify all users balances (including offline) /eco reset ** <amount> 2012-03-04 09:20:03 +00:00
Commandenchant.java
Commandessentials.java Fix /essentials command to not show command debugging if there were no conflicts. 2012-06-10 22:46:56 +01:00
Commandexp.java Another fix for /exp 2012-08-03 10:29:22 +02:00
Commandext.java
Commandfeed.java
Commandfireball.java
Commandfly.java Allow syntax: /god <player> <on/off> 2012-06-10 19:20:43 +01:00
Commandgamemode.java Switching the syntax of gamemode /gm mode player and adding mode aliases 2012-08-02 17:43:58 +01:00
Commandgc.java There is no need to start a second task to measure lag, it can in fact be measured with enough precision from the exisitng one. 2012-05-17 20:33:40 +10:00
Commandgetpos.java New permission check: essentials.list.hidden is now required to /getpos hidden players. 2012-03-24 21:08:45 +00:00
Commandgive.java Switch the order of the alt give syntax to follow vanilla order. 2012-04-18 00:37:44 +01:00
Commandgod.java Allow syntax: /god <player> <on/off> 2012-06-10 19:20:43 +01:00
Commandhat.java Avoid silent command failures on /hat (ie typing /hat fish will no longer silently return as if broken) 2012-06-16 14:02:13 +01:00
Commandheal.java
Commandhelp.java Help command refresh. 2012-03-23 17:16:09 +00:00
Commandhelpop.java Split colour permissions into 3: color/magic/format 2012-03-22 22:07:13 +00:00
Commandhome.java Separate toggle for world teleports using homes. 2012-05-22 17:54:19 +01:00
Commandignore.java Players should not be able to ignore Console 2012-06-16 16:22:51 +01:00
Commandinfo.java
Commandinvsee.java Invsee now shows a live player inventory in a window, rather than cloning players inventory. 2012-03-25 02:33:52 +01:00
Commanditem.java Throw syntax error on /item, if syntax is wrong. 2012-04-14 17:53:33 +01:00
Commanditemdb.java Fix broken output of /itemdb 2012-08-03 10:02:47 +02:00
Commandjails.java
Commandjump.java Fix double charge in /jump 2012-04-12 23:57:19 +03:00
Commandkick.java Console should be able to kick everyone. 2012-04-07 03:07:07 +01:00
Commandkickall.java Add message to sender when all players kicked, addresses issue #1968 2012-04-24 17:47:27 +10:00
Commandkill.java Revert "We can't damage and kill, so we will just kill to make everyone happy, and the event pointless." 2012-05-06 16:09:47 +01:00
Commandkillall.java Don't kill tamed ocelots with killall Test #1921 2012-04-13 14:49:15 +01:00
Commandkit.java Fix kits to only show to people who can use them. 2012-06-10 18:27:55 +01:00
Commandkittycannon.java Allow spamming of this, by reducing explosion damage to 0, same effect, no mess 2012-03-05 18:28:04 +11:00
Commandlightning.java Fix /lightning <player> <damage> to actually deal the proper set damage (5 or 25% by default). 2012-06-10 23:00:49 +01:00
Commandlist.java Split colour permissions into 3: color/magic/format 2012-03-22 22:07:13 +00:00
Commandmail.java Players should not be able to ignore Console 2012-06-16 16:22:51 +01:00
Commandme.java New Permission: essentials.chat.url 2012-03-22 22:19:58 +00:00
Commandmore.java
Commandmotd.java
Commandmsg.java Players should not be able to ignore Console 2012-06-16 16:22:51 +01:00
Commandmute.java Fix /mute to follow same convention as /tjail 2012-06-10 19:56:24 +01:00
Commandnear.java
Commandnick.java Split colour permissions into 3: color/magic/format 2012-03-22 22:07:13 +00:00
Commandnuke.java Make /nuke drop tnt from a more reasonable height. 2012-03-15 05:09:34 +00:00
Commandpay.java Using /exp, show can't find player message, if no matching player is found. 2012-06-16 18:22:31 +01:00
Commandping.java Split colour permissions into 3: color/magic/format 2012-03-22 22:07:13 +00:00
Commandpowertool.java Little bit of powertools code cleanup. 2012-04-04 00:40:58 +01:00
Commandpowertooltoggle.java
Commandptime.java I spied some more big Booleans. 2012-06-11 00:14:19 +01:00
Commandr.java Players should not be able to ignore Console 2012-06-16 16:22:51 +01:00
Commandrealname.java Split colour permissions into 3: color/magic/format 2012-03-22 22:07:13 +00:00
Commandremove.java Fix bug with /remove and minecarts 2012-06-10 19:36:31 +01:00
Commandrepair.java Command cost api update: Can now set fallback costs. 2012-04-03 15:35:13 +01:00
Commandrules.java
Commandseen.java Fix null locations in /seen 2012-04-14 15:57:47 +01:00
Commandsell.java Allow more currency customization. 2012-03-04 10:11:58 +00:00
Commandsethome.java Revert "Update home count..." This reverts commit 9b731cc39c. 2012-05-07 00:16:45 +01:00
Commandsetjail.java Strip invalid chars from kit names 2012-05-19 17:44:47 +01:00
Commandsetwarp.java Fixing setwarp command. 2012-03-15 02:12:43 +00:00
Commandsetworth.java Fix using /setworth <price> 2012-03-29 00:13:56 +01:00
Commandsocialspy.java
Commandspawner.java Make /spawner errors more descriptive. 2012-03-15 04:41:56 +00:00
Commandspawnmob.java Report invalid enchantments in kits. 2012-04-04 03:09:27 +01:00
Commandsudo.java Fixing a few TL Keys 2012-03-12 15:35:20 +00:00
Commandsuicide.java Revert "We can't damage and kill, so we will just kill to make everyone happy, and the event pointless." 2012-05-06 16:09:47 +01:00
Commandtempban.java Add optional 2n'd param to temp ban reason TL key. 2012-06-19 08:46:33 +01:00
Commandthunder.java
Commandtime.java Allow vanilla syntax of /give 2012-04-07 04:39:12 +01:00
Commandtogglejail.java Update offline user check. 2012-03-12 01:00:57 +00:00
Commandtop.java
Commandtp.java Check the player we are bringing has permission to enter the world vs the initiating user the final frontier 2012-08-01 16:04:13 +02:00
Commandtpa.java Players should not be able to ignore Console 2012-06-16 16:22:51 +01:00
Commandtpaall.java Adding world permission checks to: 2012-03-27 15:28:40 +01:00
Commandtpaccept.java Adding world permission checks to: 2012-03-27 15:28:40 +01:00
Commandtpahere.java Check the player we are bringing has permission to enter the world vs the initiating user 2012-08-01 15:50:28 +02:00
Commandtpall.java re: re: Check the player we are bringing has permission to enter the world vs the initiating user 2012-08-01 15:56:58 +02:00
Commandtpdeny.java
Commandtphere.java Check the player we are bringing has permission to enter the world vs the initiating user 2012-08-01 15:52:55 +02:00
Commandtpo.java Fix tpo syntax error. 2012-03-29 22:32:16 +01:00
Commandtpohere.java Check the player we are bringing has permission to enter the world vs the initiating user 2012-08-01 15:53:30 +02:00
Commandtppos.java Allow tppos to be used in console. 2012-04-02 02:47:44 +01:00
Commandtptoggle.java
Commandtree.java Extra Trees 2012-03-22 17:25:13 +00:00
Commandunban.java Report invalid enchantments in kits. 2012-04-04 03:09:27 +01:00
Commandunbanip.java
Commandunlimited.java I spied some more big Booleans. 2012-06-11 00:14:19 +01:00
Commandvanish.java Fixing vanish on off arguments 2012-06-18 15:35:21 +01:00
Commandwarp.java Fixing warp command costs. 2012-03-13 16:15:01 +00:00
Commandweather.java
Commandwhois.java Messing around with whois syntax 2012-06-12 01:43:20 +01:00
Commandworld.java Teleport check cleanup 2012-03-20 13:26:49 +00:00
Commandworth.java Allow more currency customization. 2012-03-04 10:11:58 +00:00
EssentialsCommand.java Update offline user check. 2012-03-12 01:00:57 +00:00
IEssentialsCommand.java
NoChargeException.java
NotEnoughArgumentsException.java
WarpNotFoundException.java Fixing setwarp command. 2012-03-15 02:12:43 +00:00