make gui slot 9 with coal ore named "Test" with lore "&7Quantité: %{_count.D}%":
add 1 to {_count.D}
update the player's inventory
I'm trying to update my menu that I created, what I want is when I left-click on the item I can select a number and see that quantity in the item description. Simply, I'm a beginner in skript and I haven't found how to do it, the only clue I found is this but I have an error "inventory of the player is not a blockstate".
add 1 to {_count.D}
update the player's inventory
I'm trying to update my menu that I created, what I want is when I left-click on the item I can select a number and see that quantity in the item description. Simply, I'm a beginner in skript and I haven't found how to do it, the only clue I found is this but I have an error "inventory of the player is not a blockstate".