Updated to 2.1.4 (not too much manual changes).

This commit is contained in:
CoderMarido 2018-09-10 11:19:54 +02:00
parent 00f0e36c53
commit a41b6a81b6
2 changed files with 1 additions and 3 deletions

View File

@ -46,7 +46,6 @@ import nl.marido.deluxeheads.util.Clock;
import nl.marido.deluxeheads.volatilecode.injection.ProtocolHackFixer;
import nl.marido.deluxeheads.volatilecode.reflection.Version;
import nl.marido.deluxeheads.volatilecode.reflection.craftbukkit.CommandMap;
import nl.marido.deluxeheads.volatilecode.reflection.craftbukkit.CraftMetaItem;
import nl.marido.deluxeheads.volatilecode.reflection.craftbukkit.CraftServer;
public class DeluxeHeads extends JavaPlugin implements Listener {
@ -93,7 +92,6 @@ public class DeluxeHeads extends JavaPlugin implements Listener {
tryHookBlockStore();
new HeadNamer().registerEvents();
Bukkit.getPluginManager().registerEvents(this, this);
CraftMetaItem.registerItems();
if (mainConfig.shouldCheckForUpdates()) {
checkForUpdates();
}

View File

@ -2,7 +2,7 @@ main: nl.marido.deluxeheads.DeluxeHeads
author: Marido
name: DeluxeHeads
description: Enhance your server with over 17,000 awesome unique heads with amazing features.
version: 2.1.3
version: 2.1.4
api-version: 1.13
softdepend: [Vault, PlayerPoints, BlockStore]
loadbefore: [DeluxeMenus]