Jump to content

I need help with a gui in skript!


CoolAlex4734

Recommended Posts

Hi Everyone! So, I need help with a skript where when you do /enderchest or /ec it opens a ender chest gui. But, that doesn't work for me. So I'm wondering if any of you can help me, also here is the code. I'm only using Skript & Skbee, so I'm basically making guis that doesn't require any addons.

command /enderchest:
    trigger:
        set metadata tag "EnderChest" of player to ender chest inventory with 5 rows named "&5EnderChest"
        open (metadata tag "EnderChest" of player) to player
        

 

Our greatest weakness lies in giving up. The most certain way to succeed is always to try just one more time. - Thomas Edison

🔨 Keep Developing!

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...