In this version of the plugin has been added a chunk loading command:
Code (Text):
/chunk <load|unload|list> <all|1|2|3> <ChunkX> <ChunkZ>
To load the chunk you are in just use the load parameter:
To unload the chunk you are in use the unload parameter only:
Code (Text):
/chunk unload
To unload all the chunks use:
Code (Text):
/chunk unload all
To load chunks using theirs coordinates and theirs world use /chunk load and than 1 for overworld, 2 for nether and 3 for the end, than insert the chunk coordinates as X and Z
For example:
Code (Text):
/chunk load 1 1 1
loads the chunk 1,1 of the overworld.
To unload chunks using theirs coordinates is the same but with the unload parameter
To list the chunks loaded use: