Open player's ender chest with named error

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.
Try this: first, open ender chest. Second, set name of player's current inventory.
 
Doesn't work again
No Errors
Code:
command /test:
    trigger:
        open player's ender chest to the player
        wait 1 seconds
        set inventory name of player's ender chest to "&aYour Inventory"

OR:
Code:
command /test:
    trigger:
        open player's ender chest to the player
        wait 1 seconds
        set inventory name of player's current inventory to "&aYour Inventory"
 
Try
Code:
command /test:
    trigger:
        open player's ender chest to the player
        wait 1 seconds
        set name of player's current inventory to "&aYour Inventory"
 
Error:

Image: https://prnt.sc/ndjfn4
ndjfn4
 
What Skript version are you using (not latest)
 
Use dev36
What server version are you using?
 
Try dev36, but I have no idea if it's gonna work on that server version
 
And how do you know it's not compatible? Console errors don't always mean you have to use another version
 
Status
Not open for further replies.