Fully Disabled AliPresents for Release

This commit is contained in:
alisolarflare 2016-11-22 14:07:49 -05:00
parent ef4610294f
commit d323ccaafd
2 changed files with 10 additions and 11 deletions

View file

@ -25,16 +25,16 @@ public class AliPresents extends JavaPlugin{
logger.info(pdfFile.getName() + " has been started (V." + pdfFile.getVersion()+ ")."); logger.info(pdfFile.getName() + " has been started (V." + pdfFile.getVersion()+ ").");
new AliLinkComponent().register(this); //new AliLinkComponent().register(this);
new BankChestComponent().register(this); //new BankChestComponent().register(this);
new CreativeBoundariesComponent().register(this); //new CreativeBoundariesComponent().register(this);
new EasyUHCComponent().register(this); //new EasyUHCComponent().register(this);
new FlairDoorComponent().register(this); //new FlairDoorComponent().register(this);
new GPowerComponent().register(this); //new GPowerComponent().register(this);
new InsuranceComponent().register(this); //new InsuranceComponent().register(this);
new MagicComponent().register(this); //new MagicComponent().register(this);
new MetricsComponent().register(this); //new MetricsComponent().register(this);
new MinigameComponent().register(this); //new MinigameComponent().register(this);
logger.info(pdfFile.getName() + " has fully registered (V." + pdfFile.getVersion()+ ")."); logger.info(pdfFile.getName() + " has fully registered (V." + pdfFile.getVersion()+ ").");

View file

@ -54,7 +54,6 @@ public class SetAliLink extends PlayerCommand {
linkList.add(link); linkList.add(link);
linkData.add(link.toMap()); linkData.add(link.toMap());
saveLinkList(); saveLinkList();
return true; return true;
} }
private void saveLinkList(){ private void saveLinkList(){