ChunkLoad
ChunkLoad
A Bukkit plugin to prevent selected chunks from unloading
Inspired by ForeverALoad by Piedo_bear which is discontinued as of Minecraft 1.2
Requires WorldEdit
Usage:
/chunkload add <name> - adds the chunks of the current selection as region <name> and prevents them from unloading
/chunkload remove <name> - deletes the region, so it may be unloaded again
/chunkload list [page] - lists the currently defined regions
/chunkload select <name> - sets your WorldEdit selection to the chunks of region <name>
/chunkload configure <name> - shows the region and its configuration
/chunkload configure <name> <option> - shows the value of <option>
/chunkload configure <name> <option> true|false|default - turns an option on or off for region <name>
/chunkload configure <name> -<option> - (minus sign in front of the option) sets <option> to its default value (same as /chunkload configure <name> <option> default)
/chunkload options - lists all available options:
- inactive: chunks of inactive regions may be unloaded; this can be used to temporarily disable a region
- load-on-start: load the chunks of this region into memory at server startup
/chunkload reload - rereads the configuration file - TODO: this doesn't work
/cl is an alias to /chunkload
all subcommands except reload can be abbreviated to their first letter
Special Regions:
- __global__: a region containing a complete world
To use ChunkLoad you need either the chunkload.usage permission or (if enabled in the configuration) be an operator on the server
Configuration:
allow-ops - allow operators to use ChunkLoad even if they don't have the required permissions; default: true
worlds.<worldname>.<regionname> - rectangles of chunks to keep loaded, manual editing at your own risk
Todo:
- have a look at the ForeverALoad features and implement them
This plugin is licensed under GPLv2 or (at your option) any later version
The source can be found on my github: https://github.com/Nidan/ChunkLoad
the plugin wont load and it is telling me that it isnt a plugin file
@Dibujaron
That isn't my plugin
07:44 PM [SEVERE] java.lang.NullPointerException 07:44 PM [SEVERE] at performancetweaks.bin.org.jbls.mrchasez.ChunkPersistance.run(ChunkPersistance.java:142) 07:44 PM [SEVERE] at java.lang.Thread.run(Unknown Source)
Thanks Nidan0 for getting this set up on dev.bukkit.
@akabakaluka
Options are
/chunkload options - lists all available options: - inactive: chunks of inactive regions may be unloaded; this can be used to temporarily disable a region - load-on-start: load the chunks of this region into memory at server startup
You can set them with
/chunkload configure <name> <option> true|false|default - turns an option on or off for region <name> /chunkload configure <name> -<option> - (minus sign in front of the option) sets <option> to its default value (same as /chunkload configure <name> <option> default)
Example:
You can also use:
I got a question... what are the <options>
other than that i got no problems :D... i hate how my animal farm keep disappearing lol
Works perfekt on 1.2.5-R4.0 and with the following Plugins