.. |
api
|
If a player already exists in the usermap, don't replace it with a eco npc.
|
2014-07-19 18:04:35 +01:00 |
commands
|
rework /seen to be a little stricter on argument matching.
|
2014-08-18 21:00:03 +01:00 |
craftbukkit
|
Use quicker ban lookup to reduce /seen lag.
|
2014-08-14 01:50:31 +01:00 |
metrics
|
Optimize player / user iteration.
|
2014-07-19 20:07:50 +01:00 |
perm
|
empty array is not null array
|
2014-06-19 16:22:38 +01:00 |
register/payment
|
Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuff
|
2013-11-06 21:22:32 -05:00 |
settings
|
|
|
signs
|
Formatting fixes.
|
2014-07-19 20:11:45 +01:00 |
storage
|
Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuff
|
2013-11-06 21:22:32 -05:00 |
textreader
|
Optimize player / user iteration.
|
2014-07-19 20:07:50 +01:00 |
utils
|
Remove outdated try-catches
|
2014-08-11 00:11:06 +01:00 |
AlternativeCommandsHandler.java
|
Logger cleanup pt 1.
|
2013-12-07 20:03:05 +00:00 |
Backup.java
|
Optimize player / user iteration.
|
2014-07-19 20:07:50 +01:00 |
ChargeException.java
|
|
|
CommandSource.java
|
Extract CommandSender to CommandSource, this should prevent Ess user object leaks.
|
2013-10-16 21:05:33 +01:00 |
Console.java
|
Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuff
|
2013-11-06 21:22:32 -05:00 |
Enchantments.java
|
Remove outdated try-catches
|
2014-08-11 00:11:06 +01:00 |
Essentials.java
|
Optimize player / user iteration.
|
2014-07-19 20:07:50 +01:00 |
EssentialsBlockListener.java
|
Convert 9 anonymous scheduled tasks to named classes for better logging.
|
2014-05-18 21:32:07 +01:00 |
EssentialsConf.java
|
Revert writecount reset, this could cause odd behavior.
|
2014-05-27 06:18:34 +01:00 |
EssentialsEntityListener.java
|
Convert 9 anonymous scheduled tasks to named classes for better logging.
|
2014-05-18 21:32:07 +01:00 |
EssentialsPlayerListener.java
|
Make sure we close any open inventories of players who leave.
|
2014-08-14 01:58:17 +01:00 |
EssentialsPluginListener.java
|
Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuff
|
2013-11-06 21:22:32 -05:00 |
EssentialsTimer.java
|
Optimize player / user iteration.
|
2014-07-19 20:07:50 +01:00 |
EssentialsUpgrade.java
|
Use quicker ban lookup to reduce /seen lag.
|
2014-08-14 01:50:31 +01:00 |
EssentialsUserConf.java
|
Try to use consistent UUIDs and not rely on Bukkit lookup while saving.
|
2014-06-07 15:45:57 +01:00 |
ExecuteTimer.java
|
Modifier order consistency
|
2014-02-04 11:11:43 -05:00 |
I18n.java
|
Initialize TL Bundle on plugin start.
|
2014-05-06 07:00:57 +01:00 |
IConf.java
|
|
|
IEssentials.java
|
Optimize player / user iteration.
|
2014-07-19 20:07:50 +01:00 |
IEssentialsModule.java
|
|
|
IReplyTo.java
|
Extract CommandSender to CommandSource, this should prevent Ess user object leaks.
|
2013-10-16 21:05:33 +01:00 |
ISettings.java
|
Add a lag check for permission system checks.
|
2014-06-19 02:38:28 +01:00 |
ITarget.java
|
Split util classes.
|
2013-06-08 22:31:19 +01:00 |
ItemDb.java
|
Converted emulated player class calls to use base class.
|
2014-04-13 01:01:49 +01:00 |
IUser.java
|
Cleanup
|
2014-04-06 15:44:37 +01:00 |
Jails.java
|
Rename listening methods to be a little more descriptive of their purpose.
|
2014-05-24 18:47:40 +01:00 |
Kit.java
|
Kit cleanup and refactor.
|
2014-06-25 19:03:31 +01:00 |
LocationTarget.java
|
|
|
ManagedFile.java
|
Future Java versions may not support _ as identifier.
|
2014-03-22 16:08:11 +11:00 |
MetaItemStack.java
|
New permission: essentials.itemspawn.meta-vanilla
|
2014-06-07 16:08:51 +01:00 |
Mob.java
|
Future Java versions may not support _ as identifier.
|
2014-03-22 16:08:11 +11:00 |
MobData.java
|
Allow forcing adult status on randomly generated /spawnmob mobs.
|
2014-07-06 18:25:00 +01:00 |
OfflinePlayer.java
|
If Bukkit doesn't know who a player is, but we do, substitute the last known nickname when ban checking.
|
2014-05-10 21:52:45 +01:00 |
PlayerExtension.java
|
Essentials UUID conversion.
|
2014-04-13 21:40:15 +01:00 |
PlayerList.java
|
Optimize player / user iteration.
|
2014-07-19 20:07:50 +01:00 |
PlayerTarget.java
|
The /tpahere command now stores the location of 'here' rather than using the current players location.
|
2013-08-11 16:37:21 +01:00 |
Potions.java
|
Remove outdated try-catches
|
2014-08-11 00:11:06 +01:00 |
Settings.java
|
Add a lag check for permission system checks.
|
2014-06-19 02:38:28 +01:00 |
SpawnMob.java
|
Allow forcing adult status on randomly generated /spawnmob mobs.
|
2014-07-06 18:25:00 +01:00 |
Teleport.java
|
Allow people with god & fly to teleport to unsafe locations even when teleport safety is disabled.
|
2014-07-12 16:33:50 +01:00 |
TimedTeleport.java
|
Convert 9 anonymous scheduled tasks to named classes for better logging.
|
2014-05-18 21:32:07 +01:00 |
TNTExplodeListener.java
|
[API] Move 2.x API to new package, create dummy classes for compatibility
|
2013-07-13 11:14:39 -04:00 |
Trade.java
|
Add amount required to notEnoughMoney TL key.
|
2014-07-19 20:31:50 +01:00 |
User.java
|
Add amount required to notEnoughMoney TL key.
|
2014-07-19 20:31:50 +01:00 |
UserData.java
|
Update to new ban method.
|
2014-07-12 17:40:14 +01:00 |
UserMap.java
|
Show UUID in trackUUID debug message.
|
2014-06-07 18:21:10 +01:00 |
UUIDMap.java
|
Prevent reading and writing the usermap at the same time.
|
2014-05-17 01:50:41 +01:00 |
Warps.java
|
Future Java versions may not support _ as identifier.
|
2014-03-22 16:08:11 +11:00 |
Worth.java
|
Converted emulated player class calls to use base class.
|
2014-04-13 01:01:49 +01:00 |