Jump to content

How would I check for items in a Shulker Box?


ellunder

Recommended Posts

Hey! To my understanding this skript should work, if it doesn't please let me know! Although if it does, please like this reply! ❤️
 

on place:
	if event-block is a shulker box:
		loop all items in event-blocks inventory:
		if loop-item is a [blacklisted] # replace [blacklisted] with any items you dont want(if there are multiple just add "or" between them.
			remove loop-item from event-blocks inventory

 

  • Like 2

Contact Me

eMACulate#6759

My Ingame Ranks So Far

Default

VIP

Need Help?

Just add my discord and ask away! 😄

 

Link to comment
Share on other sites

3 hours ago, OnlyPeak said:

Hey! To my understanding this skript should work, if it doesn't please let me know! Although if it does, please like this reply! ❤️
 

on place:
	if event-block is a shulker box:
		loop all items in event-blocks inventory:
		if loop-item is a [blacklisted] # replace [blacklisted] with any items you dont want(if there are multiple just add "or" between them.
			remove loop-item from event-blocks inventory

 

thank you so much!

  • Thanks 1
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...