We've split up the commands, scripting and mods, and add ons category! Please be sure you get your thread in the right place.

1

Ender chest commands

2 Comments

Please sign in to leave a comment.

Sorted by oldest
  • 1
    Registered User commented
    Comment actions Permalink

    ender chest slots are already readable via /execute if items enderchest.<slot> ... and writeable via /item replace entity ["playername",@p,@s,@r] enderchest.<slot> ... and /loot replace entity ["playername",@p,@s,@r] enderchest.<slot> ... .
    So the only thing not implementable using exist commands for now is /allowenderchest , which may require a command to control the in-game container GUI of a player to do that job but better

  • 0
    Registered User commented
    Comment actions Permalink

    Thanks for the help! :D Yangsy56302