This commit is contained in:
Brianna O'Keefe 2018-07-19 15:29:01 -04:00
parent fd3dcd0175
commit 777d040040
2 changed files with 0 additions and 8 deletions

View File

@ -110,13 +110,6 @@
<version>2.0.0</version>
<scope>provided</scope>
</dependency>
<!--CB 1.7 R4-->
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<version>1.7.10</version>
<scope>provided</scope>
</dependency>
<!--PlaceHolderAPI-->
<dependency>
<groupId>me.clip</groupId>

View File

@ -349,7 +349,6 @@ public class Kit {
ItemStack head2 = new ItemStack(Material.PLAYER_HEAD, 1, (byte) 3);
ItemStack skull2 = Arconix.pl().getApi().getGUI().addTexture(head2, "http://textures.minecraft.net/texture/3ebf907494a935e955bfcadab81beafb90fb9be49c7026ba97d798d5f1a23");
SkullMeta skull2Meta = (SkullMeta) skull2.getItemMeta();
skull2Meta.setOwner("MHF_ArrowLeft");
skull2.setDurability((short) 3);
skull2Meta.setDisplayName(Lang.BACK.getConfigValue());
skull2.setItemMeta(skull2Meta);