TF-EssentialsX/Essentials/src/com/earth2me/essentials
2017-09-03 19:49:57 -07:00
..
api Implement tab completion for all commands. (#1282) 2017-06-11 01:17:43 +01:00
commands fixed some wonky commit thing that happened, thus the following modifications are brought to you by Delbertina. 2017-09-03 19:49:57 -07:00
craftbukkit Fix compile 2016-12-12 10:09:43 -06:00
messaging [Feature] Added an option to spy chat messages from muted players (#1430) 2017-08-04 00:04:42 +01:00
metrics Add missing enable and disable functions to Metrics class (#1270) 2017-05-31 11:31:08 +01:00
perm Add LuckPerms to "specialCasePlugins" in SuperpermsHandler (#1518) 2017-08-27 22:20:48 +01:00
register/payment Run IntelliJ IDEA inspections 2015-06-03 14:11:56 -06:00
settings Reformat 2015-04-14 23:06:16 -05:00
signs [Fix] Essentials signs validity (#1402) 2017-08-04 00:09:12 +01:00
storage Run IntelliJ IDEA inspections 2015-06-03 14:11:56 -06:00
textreader Format {UNIQUE} in KeywordReplacer. 2016-07-13 22:54:52 +01:00
utils Format currency correctly by placing negative sign at beginning. 2017-08-19 20:11:21 +01:00
AlternativeCommandsHandler.java Run IntelliJ IDEA inspections 2015-06-03 14:11:56 -06:00
Backup.java Reformat 2015-04-14 23:06:16 -05: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 Implement tab completion for all commands. (#1282) 2017-06-11 01:17:43 +01:00
Essentials.java Support EntityPickupItemEvent. 2017-07-28 20:13:59 +01:00
EssentialsBlockListener.java [Untested] [Experimental] [Need @drtshock to fix build server] Fully support all versions of Spigot and CraftBukkit from 1.8+ 2015-06-17 10:25:46 -04:00
EssentialsConf.java Use try-with-resources 2016-03-01 11:52:29 -07:00
EssentialsEntityListener.java Make {player} referencing powertools activate only when the user has powertools enabled (#1474) 2017-08-13 16:03:46 +01:00
EssentialsPlayerListener.java We have added the ability for the Mute to contain a reason, which is stored for the duration of the mute in the user's data file. Currently we need to add in the mute reason code into some other commands such as /afk and /me and /seen ect. We will also need to fix a problem with the reason when we dont add in a time frame for the mute, which should mute the player indefinatly rather then cancelling the mute and throwing a DataFormat exception. 2017-09-03 14:41:32 -07:00
EssentialsPluginListener.java Fix compile, consider this stable 2015-06-19 21:48:11 -04:00
EssentialsServerListener.java Catch NullPointerExceptions in SLPE (#1463) 2017-08-21 10:40:23 +01:00
EssentialsTimer.java Nullcheck user iteration in EssentialsTimer (fixes #675) 2016-06-25 09:47:06 -06:00
EssentialsUpgrade.java Fix for offline player functionality (including /seen), implement automatic usermap repair 2015-10-17 08:20:33 -06:00
EssentialsUserConf.java Reformat 2015-04-14 23:06:16 -05:00
ExecuteTimer.java Run IntelliJ IDEA inspections 2015-06-03 14:11:56 -06:00
I18n.java Reformat 2015-04-14 23:06:16 -05:00
IConf.java Run IntelliJ IDEA inspections 2015-06-03 14:11:56 -06:00
IEssentials.java Implement tab completion framework (#1203) 2017-06-06 01:31:41 +01:00
IEssentialsModule.java Reformat 2015-04-14 23:06:16 -05:00
ISettings.java Add ability to click helmet slot to equip item. #960 2017-08-04 17:24:43 +01:00
ITarget.java Run IntelliJ IDEA inspections 2015-06-03 14:11:56 -06:00
ItemDb.java Trim comma separation in items.csv parsing. 2017-07-03 14:23:36 +01:00
IUser.java Implement player based toggle for pay confirmation prompts. Fixes #1032 2016-12-25 18:08:16 +00:00
Jails.java Reformat 2015-04-14 23:06:16 -05:00
Kit.java [Fix] Add option to not show one time use kits described in #188 2015-10-28 13:29:30 -06:00
LocationTarget.java Reformat 2015-04-14 23:06:16 -05:00
ManagedFile.java Reformat 2015-04-14 23:06:16 -05:00
MetaItemStack.java Allow unbreakable to not take any arguments, defaulting to true. Fixes #377 2017-08-07 14:05:20 +01:00
Mob.java Capitalise Parrot in Mob. 2017-06-18 21:00:02 +01:00
MobData.java Update to 1.12. :D 2017-06-18 19:54:04 +01:00
OfflinePlayer.java Fix typo in OfflinePlayer#setBanned(boolean). 2017-06-18 21:32:24 +01:00
PlayerExtension.java Reformat 2015-04-14 23:06:16 -05:00
PlayerList.java Reformat 2015-04-14 23:06:16 -05:00
PlayerTarget.java Reformat 2015-04-14 23:06:16 -05:00
Potions.java Update potions to 1.9 2016-03-06 16:19:06 -07:00
Settings.java Add ability to click helmet slot to equip item. #960 2017-08-04 17:24:43 +01:00
SpawnMob.java Fix missing setVillager call 2016-11-28 17:25:29 -06:00
Teleport.java Don't force player out of vehicle on teleport. Fixes #582 (#833) 2016-08-26 21:29:22 -05:00
TimedTeleport.java Reformat 2015-04-14 23:06:16 -05:00
TNTExplodeListener.java Reformat 2015-04-14 23:06:16 -05:00
Trade.java Reformat 2015-04-14 23:06:16 -05:00
User.java We have added the ability for the Mute to contain a reason, which is stored for the duration of the mute in the user's data file. Currently we need to add in the mute reason code into some other commands such as /afk and /me and /seen ect. We will also need to fix a problem with the reason when we dont add in a time frame for the mute, which should mute the player indefinatly rather then cancelling the mute and throwing a DataFormat exception. 2017-09-03 14:41:32 -07:00
UserData.java We have added the ability for the Mute to contain a reason, which is stored for the duration of the mute in the user's data file. Currently we need to add in the mute reason code into some other commands such as /afk and /me and /seen ect. We will also need to fix a problem with the reason when we dont add in a time frame for the mute, which should mute the player indefinatly rather then cancelling the mute and throwing a DataFormat exception. 2017-09-03 14:41:32 -07:00
UserMap.java Fix cache invalidation when resetting user 2016-10-14 08:25:53 -04:00
UUIDMap.java Don't allow double loads 2016-03-02 08:48:32 -07:00
Warps.java Reformat 2015-04-14 23:06:16 -05:00
Worth.java Reformat 2015-04-14 23:06:16 -05:00