Remove Maven

This commit is contained in:
Olof Larsson
2015-01-19 09:58:25 +01:00
parent 5e4a42d2ac
commit c81d7d8794
177 changed files with 42 additions and 70 deletions

View File

@ -163,10 +163,10 @@ public class Factions extends MassivePlugin
SpigotFeatures.activate();
// Modulo Repeat Tasks
TaskPlayerPowerUpdate.get().activate(this);
TaskPlayerDataRemove.get().activate(this);
TaskEconLandReward.get().activate(this);
TaskFlagPermCreate.get().activate(this);
TaskPlayerPowerUpdate.get().activate();
TaskPlayerDataRemove.get().activate();
TaskEconLandReward.get().activate();
TaskFlagPermCreate.get().activate();
// Register built in chat modifiers
ChatModifierLc.get().register();

Some files were not shown because too many files have changed in this diff Show More