messages_en.yml
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.'
Last updated
Was this helpful?