Skip to content
PresentKim edited this page Sep 10, 2018 · 8 revisions

ChunkLoader

A plugin for PMMP :: Load the chunk you want all the time!

license release download

What is this?

Keeps the registered chunk always loaded

Features

  • 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

Configurable things

  • Configure the language for messages
    • in {SELECTED LANG}/lang.ini file
    • Select language in config.yml file
  • Configure the command (include subcommands)
    • in config.yml file
  • Configure the permission of command
    • in config.yml file
  • Configure the whether the update is check (default "false")
    • in config.yml file

The configuration files is created when the plugin is enabled.
The configuration files is loaded when the plugin is enabled.

Command

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

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