Loadin Chunks in 1.11

  • 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 community!

    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.

Farid

Active Member
Feb 5, 2017
179
11
18
So my umbaska version is 3-dev34.

I am trying to use the effect "load chunk at %location%" but it's not working.


Any other methods that I can load a chunk?
 
The beta versions of MundoSK have chunk support, with it, the following effect:
code_language.skript:
(0¦load|1¦unload) chunk %chunk%
You can use the following expression to get a chunk at specified x and z:
code_language.skript:
chunk %number%, %number% [in %world%]
 
The beta versions of MundoSK have chunk support, with it, the following effect:
code_language.skript:
(0¦load|1¦unload) chunk %chunk%
You can use the following expression to get a chunk at specified x and z:
code_language.skript:
chunk %number%, %number% [in %world%]

883723326ab8780c14f41a6be220353a.png


Then >>

9be3184475c3b2230d7a694a364cf8c4.png
 
Status
Not open for further replies.