ChunkyBlocks is designed to allow your users to select one (or more... configurable) chunk(s) to remain loaded along with the chunks immediately bordering it (or further). Additionally (and optionally), a specific block (default is sponge) can be placed within a chunk within a certain elevation range (both the block type and elevation range are configurable) that will be scanned for when chunks unload, and if it exists within the chunk load range, the chunk will not be unloaded.
User Commands
- /setchunk [label] - Set a chunk to remain loaded identified as label. If unspecified, it will be labelled "default". If the label already exists, it will be replaced in the database.
- /removechunk [label] - Remove the chunk labelled {label} from the database of chunks to remain loaded. Unspecified label uses "default"
- /mychunks [page] - List the chunks belonging to the player (paginated)
Admin Commands
- /listchunks [player] [page] - List chunks belonging to player, or all chunks in the database if unspecified (paginated)
- /telechunk <player> [label] - Teleport to the highest block in the center of the chunk. label uses "default" if unspecified.
- /removechunkadmin <player> [label] - Remove the chunk labelled label owned by player from the database.
Permissions (SuperPerms)
- chunkyblocks.set - Allows the /setchunk command
- chunkyblocks.remove - Allows the /removechunk command
- chunkyblocks.list - Allows the /mychunks command
- chunkyblocks.adminlist - Allows the /listchunks command
- chunkyblocks.adminteleport - Allows the /telechunk command
- chunkyblocks.adminremove - Allows the /removechunkadmin command
- chunkyblocks.overridechunklimit - Ignores the maxChunksPerUser configuration option
- chunkyblocks.notifyborder - Display a message when crossing the boundary of a chunk in the chunkloading list.
- chunkyblocks.user (default: op) - contains:
- chunkyblocks.set: true
- chunkyblocks.remove: true
- chunkyblocks.list: true
- chunkyblocks.admin (default: op) - contains:
- chunkyblocks.adminlist: true
- chunkyblocks.adminteleport: true
- chunkyblocks.adminremove: true
- chunkyblocks.overridechunklimit: true
Configuration file defaults:
config.yml