-
Notifications
You must be signed in to change notification settings - Fork 2
Home
PresentKim edited this page Sep 10, 2018
·
8 revisions
A plugin for PMMP :: Load the chunk you want all the time!
Keeps the registered chunk always loaded
- Register chunk to always loaded
- Save plugin data in NBT format
- Support configurable things
- Check that the plugin is not latest version
- If not latest version, show latest release download url
- Configure the language for messages
- in
{SELECTED LANG}/lang.ini
file - Select language in
config.yml
file
- in
- Configure the command (include subcommands)
- in
config.yml
file
- in
- Configure the permission of command
- in
config.yml
file
- in
- Configure the whether the update is check (default "false")
- in
config.yml
file
- in
The configuration files is created when the plugin is enabled.
The configuration files is loaded when the plugin is enabled.
Main command : /chunkloader <Register | Unregister | List>
subcommand | arguments | description |
---|---|---|
Register | [chunkX] [chunkZ] [WorldName] | Register chunk to chunk loader |
Unregister | [chunkX] [chunkZ] [WorldName] | Unregister chunk from chunk loader |
List | [page] | See registered chunk list |
permission | default | description |
---|---|---|
chunkloader.cmd | OP | main command |
chunkloader.cmd.register | OP | register subcommand |
chunkloader.cmd.unregister | OP | unregister subcommand |
chunkloader.cmd.list | OP | list subcommand |