presentkim-pm / ChunkLoader

Load the chunk you want all the time!

Home Page:https://git.io/ChunkLoader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChunkLoader

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

license release download

What is this?

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

Features

  • 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
      • Configure the command (include subcommands)
        • in config.yml file
      • Configure the permission of command
        • in config.yml file

Required dependency plugins

Command

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

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

About

Load the chunk you want all the time!

https://git.io/ChunkLoader

License:GNU Lesser General Public License v3.0


Languages

Language:PHP 100.0%