Tentative beginnings for clans resource packs

This commit is contained in:
libraryaddict 2015-12-24 07:40:49 +13:00
parent 7f188072ad
commit 67bdc6832f
1 changed files with 3 additions and 1 deletions

View File

@ -29,6 +29,7 @@ import mineplex.core.portal.Portal;
import mineplex.core.preferences.PreferencesManager;
import mineplex.core.punish.Punish;
import mineplex.core.recharge.Recharge;
import mineplex.core.resourcepack.ResourcePackManager;
import mineplex.core.serverConfig.ServerConfiguration;
import mineplex.core.spawn.Spawn;
import mineplex.core.stats.StatsManager;
@ -114,6 +115,7 @@ public class Clans extends JavaPlugin
new Explosion(this, blockRestore);
new FriendManager(this, _clientManager, preferenceManager, portal);
new InventoryManager(this, _clientManager);
new ResourcePackManager(this, portal);
// Enable custom-gear related managers
PacketHandler packetHandler = new PacketHandler(this);