mirror of
https://github.com/songoda/EpicHeads.git
synced 2025-02-18 04:21:20 +01:00
Updated to 2.2.3 (resolved some issues and patches).
This commit is contained in:
parent
2697193a81
commit
52eeb37fe2
@ -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 + ".");
|
||||
}
|
||||
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user