TF-EssentialsX/Essentials/src/com/earth2me/essentials
pop4959 9c487b0aac
Match kit name in delkit (#3396)
This allows deleting kits ignoring case; fixes #3370.

I don't know if this is the ideal fix, but everything else for kits seems to nuke the letter casing. Not really sure why in `Kits.java`, the keys needs to get lowercased in a new mock `ConfigurationSection`. It just seems like this would purely make it harder to access the same section again in the real config. Instead, I just added a different method that matches the real config name of the kit (as set in `/createkit`, which currently allows uppercase).
2020-07-01 22:12:43 +01:00
..
api Reduce sync loads for teleporting (#3102) 2020-06-24 09:52:25 +01:00
commands Match kit name in delkit (#3396) 2020-07-01 22:12:43 +01:00
craftbukkit Update to 1.16.1 (#3408) 2020-06-27 12:17:35 -07:00
items Add serialize method to ItemResolvers for custom serialization (#3307) 2020-06-15 13:46:44 +01:00
messaging implement PrivateMessagePreSendEvent (#3260) 2020-05-13 08:03:28 +01:00
metrics Fix Metrics plugin name reporting 2019-05-13 19:15:33 +01:00
perm Add support for permission contexts (#3320) 2020-06-03 21:36:27 +01:00
register/payment Cleanup code (#3067) 2020-04-25 13:08:57 +01:00
settings Remove unnecessary types 2019-03-08 11:24:42 +00:00
signs Reduce sync loads for teleporting (#3102) 2020-06-24 09:52:25 +01:00
storage Cleanup code (#3067) 2020-04-25 13:08:57 +01:00
textreader Cleanup code (#3067) 2020-04-25 13:08:57 +01:00
utils Fix some reported bugs regarding teleportation. (#3433) 2020-06-30 17:00:20 +01:00
AlternativeCommandsHandler.java Cleanup code (#3067) 2020-04-25 13:08:57 +01:00
AsyncTeleport.java Update to 1.16.1 (#3408) 2020-06-27 12:17:35 -07:00
AsyncTimedTeleport.java Reduce sync loads for teleporting (#3102) 2020-06-24 09:52:25 +01:00
Backup.java Fix age old bug with active status in Backup manager (#3262) 2020-05-11 18:09:29 -07:00
ChargeException.java Reformat 2015-04-14 23:06:16 -05:00
CommandSource.java Rewrote messaging structure for more abstractness. 2015-10-27 20:46:58 -06:00
Console.java Add isReachable API to IMessageRecipient. 2015-10-30 19:58:30 +00:00
Enchantments.java Update to 1.16.1 (#3408) 2020-06-27 12:17:35 -07:00
Essentials.java Update to 1.16.1 (#3408) 2020-06-27 12:17:35 -07:00
EssentialsBlockListener.java Cleanup code (#3067) 2020-04-25 13:08:57 +01:00
EssentialsConf.java Cleanup code (#3067) 2020-04-25 13:08:57 +01:00
EssentialsEntityListener.java Ignore NPCs in EntityCombustByEntityEvent (#3389) 2020-07-01 22:06:49 +01:00
EssentialsPlayerListener.java Update to 1.16.1 (#3408) 2020-06-27 12:17:35 -07:00
EssentialsPluginListener.java Add support for permission contexts (#3320) 2020-06-03 21:36:27 +01:00
EssentialsServerListener.java Ignore CloudNet v3 SLPE (#3288) 2020-05-17 15:35:31 +01:00
EssentialsTimer.java Nullcheck user iteration in EssentialsTimer (fixes #675) 2016-06-25 09:47:06 -06:00
EssentialsUpgrade.java Cleanup after UUID Ignore List PR (#3227) 2020-05-04 14:32:49 +01:00
EssentialsUserConf.java Reformat 2015-04-14 23:06:16 -05:00
ExecuteTimer.java Cleanup code (#3067) 2020-04-25 13:08:57 +01:00
I18n.java Add UTF8 support for .properties files (#3358) 2020-06-07 12:06:33 +01:00
IConf.java Run IntelliJ IDEA inspections 2015-06-03 14:11:56 -06:00
IEssentials.java Provider Rework (#3407) 2020-06-24 22:00:59 +01:00
IEssentialsModule.java Reformat 2015-04-14 23:06:16 -05:00
ISettings.java Confirm home replacement when overwriting existing homes (#3338) 2020-07-01 22:03:22 +01:00
ITarget.java Run IntelliJ IDEA inspections 2015-06-03 14:11:56 -06:00
IUser.java Reduce sync loads for teleporting (#3102) 2020-06-24 09:52:25 +01:00
Jails.java Reduce sync loads for teleporting (#3102) 2020-06-24 09:52:25 +01:00
Kit.java Add command + money queues to process after items in kits (#3434) 2020-07-01 21:51:10 +01:00
Kits.java Match kit name in delkit (#3396) 2020-07-01 22:12:43 +01:00
LocationTarget.java Reformat 2015-04-14 23:06:16 -05:00
ManagedFile.java Cleanup code (#3067) 2020-04-25 13:08:57 +01:00
MetaItemStack.java Cleanup code (#3067) 2020-04-25 13:08:57 +01:00
Mob.java Update to 1.16.1 (#3408) 2020-06-27 12:17:35 -07:00
MobCompat.java Update to 1.16.1 (#3408) 2020-06-27 12:17:35 -07:00
MobData.java Update to 1.16.1 (#3408) 2020-06-27 12:17:35 -07:00
PlayerExtension.java Reformat 2015-04-14 23:06:16 -05:00
PlayerList.java Cleanup code (#3067) 2020-04-25 13:08:57 +01:00
PlayerTarget.java Reformat 2015-04-14 23:06:16 -05:00
Potions.java Compile against 1.13 preview. 2018-01-18 17:52:44 -08:00
Settings.java Confirm home replacement when overwriting existing homes (#3338) 2020-07-01 22:03:22 +01:00
SpawnMob.java Update to 1.16.1 (#3408) 2020-06-27 12:17:35 -07:00
Teleport.java Reduce sync loads for teleporting (#3102) 2020-06-24 09:52:25 +01:00
TimedTeleport.java Reduce sync loads for teleporting (#3102) 2020-06-24 09:52:25 +01:00
TNTExplodeListener.java Reformat 2015-04-14 23:06:16 -05:00
Trade.java Reduce sync loads for teleporting (#3102) 2020-06-24 09:52:25 +01:00
User.java Confirm home replacement when overwriting existing homes (#3338) 2020-07-01 22:03:22 +01:00
UserData.java Confirm home replacement when overwriting existing homes (#3338) 2020-07-01 22:03:22 +01:00
UserMap.java Cleanup code (#3067) 2020-04-25 13:08:57 +01:00
UUIDMap.java Cleanup code (#3067) 2020-04-25 13:08:57 +01:00
Warps.java Cleanup code (#3067) 2020-04-25 13:08:57 +01:00
Worth.java Fix Worth.setPrice on 1.13+; add Javadocs to Worth 2018-12-08 16:32:09 +00:00