Jump to content

Nbt skript on a shulker box


_DemonDevil

Recommended Posts

bit late but here ya go!

 

command /shulkerbox:
    trigger:
        give player 1 shulker box named "&ctest"
        
on right click:
    if held item's display name is "&ctest":
        if targeted block is not bedrock:
            send "&c&lThis item can only be placed on bedrock!"
            cancel event

        
    

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...