RandomTeleport: Factions and cooldown

This commit is contained in:
2018-09-09 19:14:58 +02:00
parent 1653ceb5fe
commit c588c53a9e
2 changed files with 82 additions and 18 deletions

View File

@ -23,8 +23,8 @@ public class MarwCore extends JavaPlugin {
//getServer().getPluginManager().registerEvents(new EventListener(this), this);
configManager = new ConfigManager(this);
this.addFeature(new Base());
this.addFeature(new Base());
this.addFeature(new Borders());
this.addFeature(new ChatNotifier());
this.addFeature(new RandomTeleport());