Re-activated AliPresents cuz no release
This commit is contained in:
parent
d323ccaafd
commit
e3a3dac942
1 changed files with 10 additions and 10 deletions
|
@ -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()+ ").");
|
||||||
|
|
Loading…
Reference in a new issue