Skip to content

DiamondSwordDev/ChunkLoad

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:
The keys you may find in the config.yml
allow-ops - allow operators to use ChunkLoad even if they don't have the required permission; default: true

The following keys are listed here for completeness, but shouldn't be edited manually
version - version of the data structure in config.yml
worlds.<worldname>.<regionname> - rectangles of chunks to keep loaded


Todo:
	- have a look at the ForeverALoad features and implement them


This plugin is licensed under GPLv2 or (at your option) any later version

About

Bukkit plugin to prevent chunks from unloading

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published