I have been trying for a while to make a compression skript for my server. When i tried making a conversion skript, it will not detect the nbt data of the item i am trying to convert, and will only look for if i have the block instead of its nbt data. Here is my current skript:
My current plugins are SkBee, Skript, Morkazsk
Code:
on break:
if {compwheat.%uuid of player%} = 1:
if player has 48 hay block named "&eCompact Wheat" in their inventory:
remove 48 hay block named "&eCompact Wheat" from player's inventory
give player 1 hay block of power 1 named "&ePacked Haybale" with all flags hidden
My current plugins are SkBee, Skript, Morkazsk