Added Warp, DamageIncrease & Reduction, and TNT F Upgrades

This commit is contained in:
Driftay
2019-09-15 07:51:12 -04:00
parent 7f988031ca
commit 82d2971b65
14 changed files with 543 additions and 239 deletions

View File

@@ -267,13 +267,9 @@ public class FactionsPlugin extends MPlugin {
new FactionsExploitListener(),
new FactionsBlockListener(),
new FUpgradesGUI(),
new EXPUpgrade(),
new CropUpgrades(),
new RedstoneUpgrade(),
new ShopClickPersistence(),
new MissionHandler(this),
new ChestLogsHandler(),
new SpawnerUpgrades()
new ChestLogsHandler()
};
for (Listener eventListener : eventsListener)