delete chunk

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

firebl0od

New Member
Feb 8, 2017
7
0
0
29
hi all.
so let me explain, i have a survival server with unlimited map (players are going 100k block amay) and i pregenerated 50k block from center. so now my first 8k blocks are completly explored and looted.
and with the 1.14.4 update. i want to delete all chunk under 8k block and regenerate it.
so i wrote this peace of code, juste to test things before regenerating 8k blocks
and nothing seems to happen. i code know if i have the right synthaxes. can someone help me ^^

Code:
every 1 second:
    loop all players:
        if loop-player's name is "firebl0od":
            set {chunk} to chunk at loop-player
            skellett unload chunk {chunk}
            skellett load chunk {chunk} with generating true

i didn't find anything chunk related that could simply delete it (so i could use worldborder to refill it afterward)


and last but not least, sorry for my possibly bad english
[doublepost=1564742401,1564521670][/doublepost]up !
still didn't found any way to do it
 
Status
Not open for further replies.