mirror of
https://github.com/songoda/EpicHeads.git
synced 2025-02-18 04:21:20 +01:00
Updated to 2.1.4 (not too much manual changes).
This commit is contained in:
parent
00f0e36c53
commit
a41b6a81b6
@ -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();
|
||||
}
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user