Solved So im opening a UHC server, but i can't make a double chest on death

  • 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.
You must set the block next the chest location to chest.

code_language.skript:
set {_largeChestLoc} to the player
set the block at {_largeChestLoc} to a chest
set the block left {_largeChestLoc} to a chest

You can change the "left" to any direction

NOTE: The "left, right, infront, and behind" direction might not works when the player facing diagonally. you might want to use the compass direction instead. (North, South, East, West)
 
You must set the block next the chest location to chest.

code_language.skript:
set {_largeChestLoc} to the player
set the block at {_largeChestLoc} to a chest
set the block left {_largeChestLoc} to a chest

You can change the "left" to any direction

NOTE: The "left, right, infront, and behind" direction might not works when the player facing diagonally. you might want to use the compass direction instead. (North, South, East, West)
Thanks :emoji_wink:
 
Status
Not open for further replies.