ChunkLoader icon

ChunkLoader -----

Keep your chunks loaded!



[​IMG]
[​IMG]
[​IMG]
[​IMG] [​IMG] [​IMG]
[​IMG]
/cl help: Show information about commands.
/cl on: Turn on the chunk loader.
/cl off: Turn off the chunk loader.
/cl list: Show the loaded chunks.
/cl reload: Reload the configuration.
/cl tp <index>: Teleport to any chunk listed.
/cl menu: Open the interactive menu to manage chunks.
/addchunk: Add actual chunk to load.
/addchunkregion: Add selected chunks region to load.
/removechunk: Delete actual loaded chunk.

[​IMG]
chunkloader.chunkloader (/cl <cmd>)
chunkloader.addchunkregion (/addchunkregion )
chunkloader.addchunk (/addchunk)
chunkloader.removechunk (/removechunk)

[​IMG]
[​IMG]
[​IMG]
[​IMG]
[​IMG]
[​IMG]
[​IMG]
[​IMG]
Code (YAML):

log-chunk-load
: true
chunk-load
: true
lang
: en
plugin-prefix
: '&2&lChunk&a&lLoader &8&l> &f'
menu
:
  general-options
:
    items
:
      fill
:
        material
: GRAY_STAINED_GLASS_PANE
        display-name
: ' '
      close
:
        material
: BARRIER
        display-name
: '&4Close'
        lore
:
         - ""
          - "&7Click to close"
      back
:
        material
: FEATHER
        display-name
: '&6Go back'
        lore
:
         - ""
          - "&7Click to go back"
      next-page
:
        material
: ARROW
        display-name
: '&6Next page'
        lore
:
         - ""
          - "&7Go to the next page"
      previous-page
:
        material
: ARROW
        display-name
: '&6Previous page'
        lore
:
         - ""
          - "&7Go to the previous page"
  main-menu
:
    title
: "Main Menu"
    items
:
      admin-section
:
        material
: REDSTONE
        display-name
: '&6Admin settings'
        lore
:
         - ""
          - "&7Open admin section"
      chunk-list
:
        material
: GRASS_BLOCK
        display-name
: '&6Chunk List'
        lore
:
         - ""
          - "&7Open menu with chunk list"
  admin-section
:
    title
: "Admin Section"
    items
:
      turn-off-chunk-load
:
        material
: RED_WOOL
        display-name
: '&cTurn off chunk load'
        lore
:
         - ""
          - "&7Click to disable chunk load"
      turn-on-chunk-load
:
        material
: GREEN_WOOL
        display-name
: '&aTurn on chunk load'
        lore
:
         - ""
          - "&7Click to enable chunk load"
      turn-off-chunk-load-logs
:
        material
: REDSTONE_BLOCK
        display-name
: '&cTurn off chunk load logs'
        lore
:
         - ""
          - "&7Click to disable chunk load logs"
      turn-on-chunk-load-logs
:
        material
: EMERALD_BLOCK
        display-name
: '&aTurn on chunk load logs'
        lore
:
         - ""
          - "&7Click to enable chunk load logs"
  chunk-list
:
    title
: "Chunk List"
    items
:
      listed
:
        material
: GRASS_BLOCK
        display-name
: '&7Chunk #&6%index%'
        lore
:
         - ""
          - " &7- X
: &f%coords_x%"
          - " &7- Z
: &f%coords_z%"
          - " &7- World
: &f%coords_world%"
          - ""
          - "&7Left-click to teleport to this chunk"
          - "&7Right-click to delete this chunk"
 
Code (YAML):

command
:
  only-player
: '&cThis command can only be executed by one player.'
  no-permissions
: "&cSorry, you don't have permissions to execute this command."
addchunk
:
  correct
: '&aChunk &7 %chunk_coords% &ahas been successfully registered.'
  exist
: '&cChunk &7 %chunk_coords% &cis already registered.'
logs
:
  load
: '&aChunk &7 %chunk% &awas loaded correctly.'
  unload
: '&cChunk &7 %chunk% &cwas unloaded correctly.'
  messages
: '&7 %lang% &afile was loaded successfully.'
  messages-error
: '&cThere was an error trying to load the file &7 %lang%&c.'
  enabled
: '&aChunk load logs enabled.'
  disabled
: '&cChunk load logs disabled'
removechunk
:
  correct
: '&aChunk &7 %chunk_coords% &awas successfully unregistered.'
  inexist
: '&cChunk &7 %chunk_coords% &cnot registered.'
chunkloader
:
  enabled
: '&fChunk loading has been activated.'
  already-enabled
: '&cChunk loading is already activated.'
  disabled
: '&fChunk loading has been disabled.'
  already-disabled
: '&cChunk loading is already disabled.'
  reload
: '&fConfiguration was reloaded correctly.'
  teleport
: '&aYou have teleported to the chunk &7 %chunk_coords% - %chunk_world%&a.'
  teleport-invalid
: '&cThe entered chunk  is invalid, use &7/cl list&c.'
  help
:
   - '&2&lChunk&a&lLoader &fplugin by segu23'
    - ''
    - ' &8» &6/cl help&f
: Displays information about commands.'
    - ' &8» &6/cl on&f
: Turn on chunk load.'
    - ' &8» &6/cl off&f
: Turn off chunk load.'
    - ' &8» &6/cl list&f
: Displays a list of registered chunks.'
    - ' &8» &6/cl reload&f
: Reload config.'
    - ' &8» &6/cl tp <index>&f
: Teleport to registered chunk.'
    - ' &8» &6/cl menu&f
: Open the interactive menu to manage chunks.'
    - ' &8» &6/addchunk&f
: Add the current chunk to the registry.'
    - ' &8» &6/removechunk&f
: Delete the current chunk of the registry.'
  list
: ' &8» &7 %chunk_coords% - %chunk_world%'
  list-null
: '&cThere is no registered chunk.'
 
Code (YAML):

command
:
  only-player
: '&cEste comando solamente puede ser ejecutado por un jugador.'
  no-permissions
: '&cDisculpa, no tienes permisos para ejecutar este comando.'
addchunk
:
  correct
: '&aEl chunk &7 %chunk_coords% &aha sido registrado correctamente.'
  exist
: '&cEl chunk &7 %chunk_coords% &cya se encuentra registrado.'
logs
:
  load
: '&aEl chunk &7 %chunk% &afue cargado correctamente.'
  unload
: '&cEl chunk &7 %chunk% &cfue descargado correctamente.'
  messages
: '&aEl archivo de mensajes &7 %lang% &afue cargado correctamente.'
  messages-error
: '&cHubo un error tratando de cargar el archivo de mensajes &7 %lang%&c.'
  enabled
: '&aLos registros de carga de chunks fueron activados.'
  disabled
: '&cLos registros de carga de chunks fueron desactivados.'
removechunk
:
  correct
: '&aEl chunk &7 %chunk_coords% &afue desregistrado correctamente.'
  inexist
: '&cEl chunk &7 %chunk_coords% &cno se encuentra registrado.'
chunkloader
:
  enabled
: '&fLa carga de chunks se ha activado.'
  already-enabled
: '&cLa carga de chunks ya se encuentra activada.'
  disabled
: '&fLa carga de chunks se ha desactivado.'
  already-disabled
: '&cLa carga de chunks ya se encuentra desactivada.'
  reload
: '&fLa configuración fue recargada correctamente.'
  teleport
: '&aTe has teletransportado al chunk &7 %chunk_coords% - %chunk_world%&a.'
  teleport-invalid
: '&cEl chunk ingresado no es correcto, usa &7/cl list&c.'
  help
:
   - '&2&lChunk&a&lLoader &fplugin by segu23'
    - ''
    - ' &8» &6/cl help&f
: Muestra información de los comandos.'
    - ' &8» &6/cl on&f
: Activa la carga de chunks.'
    - ' &8» &6/cl off&f
: Desactiva la carga de chunks.'
    - ' &8» &6/cl list&f
: Muestra la lista de chunks registrados.'
    - ' &8» &6/cl reload&f
: Recarga los archivos de configuración.'
    - ' &8» &6/cl tp&f
: Teletransporta a un chunk del registro.'
    - ' &8» &6/cl menu&f
: Abre el menú interactivo para gestionar los chunks.'
    - ' &8» &6/addchunk&f
: Añade el chunk actual al registro.'
    - ' &8» &6/removechunk&f
: Elimina el chunk actual al registro.'
  list
: ' &8» &7 %chunk_coords% - %chunk_world%'
  list-null
: '&cNo hay ningún chunk registrado.'
 
Resource Information
Author:
----------
Total Downloads: 36,478
First Release: May 29, 2021
Last Update: Jan 9, 2023
Category: ---------------
All-Time Rating:
11 ratings
Find more info at chunkloader.kayteam.org...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings