Updated to 2.2.3 (resolved some issues and patches).

This commit is contained in:
CoderMarido 2018-09-18 16:05:50 +02:00
parent 2697193a81
commit 52eeb37fe2
2 changed files with 3 additions and 1 deletions

View File

@ -45,6 +45,7 @@ import nl.marido.deluxeheads.economy.PlayerPointsEconomy;
import nl.marido.deluxeheads.economy.VaultEconomy;
import nl.marido.deluxeheads.handlers.HeadNamer;
import nl.marido.deluxeheads.handlers.LegacyIDs;
import nl.marido.deluxeheads.handlers.MassiveStats;
import nl.marido.deluxeheads.handlers.UpdateChecker;
import nl.marido.deluxeheads.menu.ui.InventoryMenu;
import nl.marido.deluxeheads.oldmenu.ClickInventory;
@ -106,6 +107,7 @@ public class DeluxeHeads extends JavaPlugin implements Listener {
if (mainConfig.shouldCheckForUpdates()) {
checkForUpdates();
}
MassiveStats massive = new MassiveStats(this);
print("DeluxeHeads has been enabled with " + cache.getHeadCount() + " heads " + timer + ".");
}

View File

@ -3,7 +3,7 @@ main: nl.marido.deluxeheads.DeluxeHeads
description: Enhance your server with over 17,000 awesome unique heads with amazing features.
author: Marido
website: https://marido.host/deluxeheads
version: 2.2.2
version: 2.2.3
api-version: 1.13
softdepend: [Vault, PlayerPoints, BlockStore]
loadbefore: [DeluxeMenus]