TF-EssentialsX/Essentials/src/com/earth2me/essentials
Taylor 1664da55a4 Merge pull request #10 from CreedTheFreak/commit_squashing
Final Implementation and the squasing of many commits
2017-09-17 16:55:14 -05:00
..
api Implement tab completion for all commands. (#1282) 2017-06-11 01:17:43 +01:00
commands Implemented the ability to add a reason while muting a 2017-09-16 22:27:34 -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
settings
signs [Fix] Essentials signs validity (#1402) 2017-08-04 00:09:12 +01:00
storage
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
Backup.java
ChargeException.java
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 Update spawner blockstates (#1536) 2017-09-14 07:36:39 +01: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
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
ExecuteTimer.java
I18n.java
IConf.java
IEssentials.java Implement tab completion framework (#1203) 2017-06-06 01:31:41 +01:00
IEssentialsModule.java
ISettings.java Alter config options for EssentialsX Spawn listeners (#1491) 2017-09-16 15:23:56 +01:00
ITarget.java
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
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
ManagedFile.java
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
PlayerList.java
PlayerTarget.java
Potions.java Update potions to 1.9 2016-03-06 16:19:06 -07:00
Settings.java Alter config options for EssentialsX Spawn listeners (#1491) 2017-09-16 15:23:56 +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
TNTExplodeListener.java
Trade.java
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 Implemented the ability to add a reason while muting a 2017-09-16 22:27:34 -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
Worth.java