load 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!

misjudgments

Member
Feb 10, 2024
1
0
1
22
hey, i'm trying to figure out how to use `load chunk`, i have an chunk loader block (which i created) and when the player places it its adding to the a list with the block's location.
loop {loaderblocklist::*}
if chunk at loop-value is not loaded:
set {_chunk} to chunk at loop-value
load chunk at {_chunk}

now if for example I have an iron farm at one of the block's location that i loaded, i'd like the dropped iron to flow down the water and enter the hopper.
but instead its waiting until a player get near / loads the chunk and then spawns the iron instantly which can cause lag.
any ideas?
 
hey, i'm trying to figure out how to use `load chunk`, i have an chunk loader block (which i created) and when the player places it its adding to the a list with the block's location.
loop {loaderblocklist::*}
if chunk at loop-value is not loaded:
set {_chunk} to chunk at loop-value
load chunk at {_chunk}

now if for example I have an iron farm at one of the block's location that i loaded, i'd like the dropped iron to flow down the water and enter the hopper.
but instead its waiting until a player get near / loads the chunk and then spawns the iron instantly which can cause lag.
any ideas?
Do this in Java or add a plugin for it. This is honestly beyond anyone here’s skript capability’s (maybe bae or Shane could do it)