TF-EssentialsX/Essentials/src/com/earth2me/essentials
pop4959 e53520aef6
Remove 1.8 NMS spawner providers (#3276)
This PR removes the 1.8 R1 and R2 spawner providers. I was looking into refactoring these to use reflection instead of importing NMS code (in order to avoid requiring buildtools to compile), but after some research it looks like these are actually not even used anymore, in favor of the LegacySpawnerProvider (which Essentials appears to use for 1.8.0-1.12.2). Thus, keeping these is fairly pointless and causes more harm than good. There is no reason to continue including them, nor maintaining them. Essentials currently doesn't even officially support these versions anyway.
2020-05-13 10:56:50 +01:00
..
api Add UUID and User based economy methods (#3085) 2020-05-04 11:00:25 +01:00
commands Added a command to /eco that allows users to take percentages from pl… (#3080) 2020-05-12 21:38:36 -07:00
craftbukkit Fix isStopping MethodHandle invocation on Spigot (#3267) 2020-05-12 20:14:01 +01:00
items Cleanup code (#3067) 2020-04-25 13:08:57 +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 Cleanup code (#3067) 2020-04-25 13:08:57 +01:00
register/payment Cleanup code (#3067) 2020-04-25 13:08:57 +01:00
settings
signs Fix invalid charge error when using suffix currency on signs (#3253) 2020-05-11 15:20:00 +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 invalid charge error when using suffix currency on signs (#3253) 2020-05-11 15:20:00 +01:00
AlternativeCommandsHandler.java Cleanup code (#3067) 2020-04-25 13:08:57 +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
CommandSource.java
Console.java
Enchantments.java Cleanup code (#3067) 2020-04-25 13:08:57 +01:00
Essentials.java Remove 1.8 NMS spawner providers (#3276) 2020-05-13 10:56:50 +01: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 Add check for NPCs to /back listeners (#2833) 2020-04-09 15:37:51 +01:00
EssentialsPlayerListener.java Cleanup code (#3067) 2020-04-25 13:08:57 +01:00
EssentialsPluginListener.java
EssentialsServerListener.java Cleanup code (#3067) 2020-04-25 13:08:57 +01:00
EssentialsTimer.java
EssentialsUpgrade.java Cleanup after UUID Ignore List PR (#3227) 2020-05-04 14:32:49 +01:00
EssentialsUserConf.java
ExecuteTimer.java Cleanup code (#3067) 2020-04-25 13:08:57 +01:00
I18n.java Cleanup code (#3067) 2020-04-25 13:08:57 +01:00
IConf.java
IEssentials.java Allow toggling public broadcast of AFK messages (#2780) 2020-04-13 14:33:37 +01:00
IEssentialsModule.java
ISettings.java Improve backup functionality (#3258) 2020-05-11 16:55:31 +01:00
ITarget.java
IUser.java Cleanup code (#3067) 2020-04-25 13:08:57 +01:00
Jails.java Cleanup code (#3067) 2020-04-25 13:08:57 +01:00
Kit.java Fix invalid charge error when using suffix currency on signs (#3253) 2020-05-11 15:20:00 +01:00
Kits.java Cleanup code (#3067) 2020-04-25 13:08:57 +01:00
LocationTarget.java
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.15 (#2873) 2019-12-11 07:47:56 +00:00
MobCompat.java Cleanup code (#3067) 2020-04-25 13:08:57 +01:00
MobData.java Cleanup code (#3067) 2020-04-25 13:08:57 +01:00
OfflinePlayer.java Cleanup code (#3067) 2020-04-25 13:08:57 +01:00
PlayerExtension.java
PlayerList.java Cleanup code (#3067) 2020-04-25 13:08:57 +01:00
PlayerTarget.java
Potions.java
Settings.java Improve backup functionality (#3258) 2020-05-11 16:55:31 +01:00
SpawnMob.java Cleanup code (#3067) 2020-04-25 13:08:57 +01:00
Teleport.java Fix passenger check not working on versions below 1.11.2 (#3132) 2020-04-05 02:48:21 +11:00
TimedTeleport.java
TNTExplodeListener.java
Trade.java
User.java Cleanup code (#3067) 2020-04-25 13:08:57 +01:00
UserData.java Convert ignore list storage to UUID-based (#3209) 2020-05-04 11:06:09 +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