.. |
api
|
Reduce calls to bukkit getPlayer();
|
2012-10-26 21:34:36 +01:00 |
commands
|
Ban cleanup
|
2013-01-09 21:31:56 +00:00 |
craftbukkit
|
Don't use broken CB methods ...
|
2012-12-20 15:45:22 +00:00 |
metrics
|
Log a few extra metrics.
|
2012-12-16 21:02:02 +00:00 |
perm
|
Added SimplyPerms Handler
|
2012-12-29 10:41:15 +11:00 |
register/payment
|
Async EssentialsSpawn join event, like the others.
|
2012-09-08 14:55:37 +01:00 |
settings
|
Remove 3.x api migration code.
|
2012-08-18 15:48:29 +01:00 |
signs
|
Throw an error if user doesn't have permission to use kit sign.
|
2013-01-05 07:39:32 +00:00 |
storage
|
Unnecessary RegEx is unnecessary.
|
2013-01-08 00:08:11 +11:00 |
textreader
|
Add support for whitelisting commands in /help by permission: essentials.help.<plugin>.<command>
|
2012-12-20 22:57:38 +00:00 |
AlternativeCommandsHandler.java
|
Log target plugin in debug mode for altcmd
|
2012-12-21 06:38:51 +00:00 |
Backup.java
|
Clarify how backup works.
|
2012-03-26 00:49:53 +01:00 |
ChargeException.java
|
Refactoring of the signs
|
2011-06-08 03:18:33 +02:00 |
Console.java
|
Code cleanup continues...
|
2011-11-18 18:11:49 +00:00 |
DescParseTickFormat.java
|
Minor cleanup
|
2012-09-24 03:16:15 +01:00 |
Enchantments.java
|
Unnecessary RegEx is unnecessary.
|
2013-01-08 00:08:11 +11:00 |
Essentials.java
|
Update bukkit/craftbukkit libs. Force latest beta version
|
2013-01-10 22:51:48 +11:00 |
EssentialsBlockListener.java
|
Unregister unused events.
|
2012-12-31 05:44:20 +00:00 |
EssentialsConf.java
|
Better handle invalid warp names
|
2012-10-02 00:19:42 +01:00 |
EssentialsEntityListener.java
|
Reorganize entity listener
|
2012-12-30 03:32:32 +00:00 |
EssentialsPlayerListener.java
|
Multiline kick messages and tempban countdown.
|
2013-01-09 21:04:58 +00:00 |
EssentialsPluginListener.java
|
Don't call plugin manager in Settings.
|
2012-10-15 20:30:52 +02:00 |
EssentialsTimer.java
|
Keep track of vanished players and tweak lag meter.
|
2012-05-21 15:13:24 +10:00 |
EssentialsUpgrade.java
|
Lets leave numeric homes as is for now, looping through all files on server startup is not the place to do this (reverse-merged from commit 79a44b919c )
|
2012-12-20 17:24:14 +11:00 |
ExecuteTimer.java
|
Update ExecuteTimer to use ns instead of ms for calculations, output is still in ms
|
2011-11-18 05:13:38 +01:00 |
I18n.java
|
Minor cleanup
|
2012-09-24 03:16:15 +01:00 |
IConf.java
|
Remove 3.x api migration code.
|
2012-08-18 15:48:29 +01:00 |
IEssentials.java
|
Remove 3.x api migration code.
|
2012-08-18 15:48:29 +01:00 |
IEssentialsModule.java
|
Updated EssentialsSpawn to use the new config code
|
2011-12-06 13:41:29 +01:00 |
IReplyTo.java
|
[trunk] /msg /r Reply to the console. Add /r console command.
|
2011-04-05 15:57:54 +00:00 |
ISettings.java
|
Allow unsafe enchantments in /item /give /kit and /enchant
|
2012-12-29 08:36:24 +00:00 |
ItemDb.java
|
Cleanup
|
2013-01-08 23:59:31 +00:00 |
IUser.java
|
Fixing IUser
|
2012-12-23 21:29:26 +11:00 |
Jails.java
|
Unregister unused events.
|
2012-12-31 05:44:20 +00:00 |
Kit.java
|
Fix multiple enchantments in kits
|
2013-01-08 02:25:35 +11:00 |
ManagedFile.java
|
Switch to the new I18n class and format cleanup of all classes
|
2011-11-21 02:55:26 +01:00 |
Mob.java
|
Add a couple of extra entities to spawnmob
|
2013-01-09 00:41:24 +00:00 |
OfflinePlayer.java
|
Implement abstract methods
|
2013-01-10 22:57:08 +11:00 |
PlayerExtension.java
|
Moved all dependency on craftbukkit to one package in the main jar. The rest is now clean bukkit code. Also cleaned PlayerExtension class.
|
2011-11-22 03:02:08 +01:00 |
Settings.java
|
Set default tpa timeout to 2 minutes.
|
2012-12-29 08:40:03 +00:00 |
SpawnMob.java
|
Add a couple of extra entities to spawnmob
|
2013-01-09 00:41:24 +00:00 |
Teleport.java
|
Fix home functionality bugs:
|
2012-12-29 06:43:26 +00:00 |
TNTExplodeListener.java
|
Limit tnt disable on /nuke to 10s
|
2012-11-04 02:18:51 +00:00 |
Trade.java
|
Update Inventory Workaround to the latest version
|
2012-12-20 00:46:03 +01:00 |
User.java
|
New perm: essentials.vanish.effect - People with this effect will get the potion effect applied while vanished.
|
2013-01-01 21:12:26 +00:00 |
UserData.java
|
Userdata cleanup
|
2012-11-27 17:47:08 +00:00 |
UserMap.java
|
Don't return null, throw an exception
|
2012-02-14 20:30:06 +01:00 |
Util.java
|
Util commenting
|
2013-01-09 21:18:46 +00:00 |
Warps.java
|
Better handle invalid warp names
|
2012-10-02 00:19:42 +01:00 |
Worth.java
|
Switch to the new I18n class and format cleanup of all classes
|
2011-11-21 02:55:26 +01:00 |