mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-24 03:35:11 +01:00
30fb087777
This is a first working version and can probably be improved. Firstly, the plugin will save any BSkyBlock language files to the locale folder from the BSkyBlock jar if and only if the locale folder does not exist. It will then do the same for any addons as they are loaded. Addon language files are prefixed with their addon name to keep them separate and recongnizable. Then the plugin loads the language files and merges common languages together into a YAMLConfiguration that is held in memory. The combined config is never saved out to the file system. If a request is made for a particular reference to a language that does not exist or if the reference does not exist, then the default language is tried.
38 lines
1.9 KiB
YAML
38 lines
1.9 KiB
YAML
###########################################################################################
|
|
# This is a YML file. Be careful when editing. Check your edits in a YAML checker like #
|
|
# the one at http://yaml-online-parser.appspot.com #
|
|
###########################################################################################
|
|
|
|
### Credits ###
|
|
# Tastybento: maintainer
|
|
# Poslovitch: maintainer
|
|
#
|
|
# This translation is adapted to version : [alpha-1]
|
|
|
|
not-setup:
|
|
header: |-
|
|
More set up is required before the plugin can start...
|
|
Edit config.yml. Then restart server.
|
|
distance: "Make sure you set island distance. If upgrading, set it to what it was before."
|
|
generator: |-
|
|
The world generator for the island world is not registered.
|
|
Potential reasons are:
|
|
1. If you are configuring the island world as the only server world
|
|
Make sure you have added the world to bukkit.yml
|
|
2. You reloaded instead of restarting the server. Reboot and try again.
|
|
generator-multiverse: " 3. Your Multiverse plugin is out of date. Upgrade to the latest version."
|
|
world-name: |-
|
|
The world name in config.yml is different to the world name in islands.yml.
|
|
If this is intentional, we assume you are doing a full reset.
|
|
If so, delete islands.yml and the previous world.
|
|
If not, correct the world name in config.yml and restart. This is probably the case if you are upgrading.
|
|
config-outdated: |-
|
|
The config.yml file looks outdated.
|
|
Make sure you updated your configuration after upgrading.
|
|
If this error is still happening, you probably edited the old config rather than editing the new one.
|
|
If so, please remove the current config.yml, work on config.new.yml and rename it to config.yml.
|
|
|
|
general:
|
|
success: "Success!"
|
|
errors:
|
|
no-permission: "You don't have permission to execute this command." |