Jump to content

Suffix gui


borderpatrol78

Recommended Posts

Here's the base code (You can add what you want):

(You don't need addons for this, it's vanilla)

 

function suffix(p: player):
    set {_s} to a new chest inventory with 4 rows with name "&eSuffix"
    set slot 10 of {_s} to nametag named "Suffix"
    open {_s} to {_p}
 
command /suffix:
    trigger:
        suffix(player)
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...