A plugin for PMMP :: Load the chunk you want all the time!
This plugin supports the feature to set a specific chunk to always be loaded by the user
The chunk of your choice always remains loaded
- The chunk of your choice always remains loaded
- Chunk list saved as
chunkloads.json
in each world folder - Support configurable things
- Config file :
config.yml
- Select language
- Configure the command (name/aliases/permissions)
- Configure the subcommands (name/aliases/permissions)
- Language file :
lang/{SELECTED LANG}.ini
- Configure the messages
- in
lang/{SELECTED LANG}.ini
file
- in
- Configure the command (include subcommands)
- in
config.yml
file
- in
- Configure the permission of command
- in
config.yml
file
- in
- Configure the messages
- Config file :
Main command : /chunkloader <Register | Unregister | Clear | List>
subcommand | arguments | description |
---|---|---|
Register | [chunkX] [chunkZ] [WorldName] | Register chunk to chunk loader |
Unregister | [chunkX] [chunkZ] [WorldName] | Unregister chunk from chunk loader |
Clear | [WorldName] | Clear all chunk loader of world |
List | [WorldName] [page] | See chunk loader list of world |
permission | default | description |
---|---|---|
chunkloader.cmd | OP | main command |
chunkloader.cmd.register | OP | register subcommand |
chunkloader.cmd.unregister | OP | unregister subcommand |
chunkloader.cmd.clear | OP | clear subcommand |
chunkloader.cmd.list | OP | list subcommand |