Items id arn't working
OkashiKami opened this issue · 8 comments
I was trying to make an item that is using a Minecraft Nether_Start or just diamond it shows a purple square like it's not supported or anything i even tried the block id and that didn't work
sounds like you are configuring your items.yml incorrectly. Can you post your items.yml in a pastebin.com and link it to me please.
Also what version of spigot/bukkit and ItemJoin are you using?
Edit: I feel like you are using the data value in the actual item id, it should only be a number such as 123 the part that comes after the colon such as :15 would go in the data value section. So 123:15 (123) = id (15) = datavalue. If you put the data value in the item id line it would cause a purple block.
Also if you are using the actual item name it has to be capitalized, this is a problem with bukkit sadly and I am trying to find a cheat way to implement it into ItemJoin. So if you want a diamond the id would be DIAMOND, also its not nether_start its NETHER_STAR I presume that was a typo.
link for pastbin: https://pastebin.com/VjKs7k87
==Version Info==
This server is running CraftBukkit version git-Spigot-625bc00-d09304e (MC: 1.11.2) (Implementing API version 1.11.2-R0.1-SNAPSHOT)
and it states that I am 3 versions behind but don't know how to update I'm using it for my bungee server
Nothing is wrong with your spigot, its okay to be a couple versions behind.
data-value: 3
Remove that line. Its not DIAMOND:3 its just DIAMOND (as diamond does not have a data value).
See https://www.spigotmc.org/wiki/itemjoin-getting-started/ and read the section How do you create an item? It will better explain this, but simple resolution just remove the data-value line from your diamond item.