| # Notes on the naming convention: |
| # Message names beginning with "console.error" are for Logger.severe. |
| # Message names beginning with "console.info" are for Logger.info or System.out.println. |
| # Message names beginning with "console.warn" are for Logger.warn. |
| # Message names beginning with "glowstone" may be sent to players; the second-level name of the message is usually the |
| # relevant subpackage of net.glowstone. |
| console.error.classpath=Error loading classpath! |
| console.error.import.no-message=Import of {0} failed |
| console.error.import.with-message=Importing file {0} failed: {1} |
| console.error.looting-manager=Failed to load looting manager: |
| console.error.permission.invalid=Permission node ''%s'' in permissions config is invalid |
| console.error.plugin.loading=Error loading {0} |
| console.error.plugin.mkdir=Could not create plugins directory: {0} |
| console.error.profile.interrupted=Profile lookup interrupted: |
| console.error.rcon.bind-interrupted=Bind interrupted! |
| console.error.reload=Uncaught error while reloading |
| console.error.startup=Error during server startup. |
| console.error.uuid.interrupted=UUID lookup interrupted: |
| console.info.config-only-done=Configuration files have been loaded, exiting... |
| console.info.icon.import=Importing ''{0}'' from Vanilla. |
| console.info.import=Importing {0} from {1} |
| console.info.native-transport.epoll=Native epoll transport is enabled. |
| console.info.native-transport.kqueue=Native kqueue transport is enabled. |
| console.info.opencl.best=Device is best platform so far, on {0} |
| console.info.opencl.best.version-tiebreaker=Device tied for flops, but had higher version on {0} |
| console.info.opencl.cpu=No Intel graphics found, best platform is the best CPU platform we could find... |
| console.info.opencl.found-device=Found {0} with {1} flops |
| console.info.opencl.intel-gpu=No dGPU found, best platform is the best Intel graphics we could find... |
| console.info.opencl.no-device=Your system does not meet the OpenCL requirements for Glowstone. See if driver updates are available. |
| console.info.opencl.required-extensions=Required extensions: [ cl_khr_fp64 ] |
| console.info.opencl.required-version=Required version: {0}.{1} |
| console.info.option.help=Available command-line options:\n\ |
| --help, -h, -? Shows this help message and exits.\n\ |
| --version, -v Shows version information and exits.\n\ |
| --generate-config Generates and loads configuration files, then exits.\n\ |
| --configdir <directory> Sets the configuration directory.\n\ |
| --configfile <file> Sets the configuration file.\n\ |
| --port, -p <port> Sets the server listening port.\n\ |
| --host, -H <ip | hostname> Sets the server listening address.\n\ |
| --onlinemode, -o <onlinemode> Sets the server''s online-mode.\n\ |
| --jline <true/false> Enables or disables JLine console.\n\ |
| --plugins-dir, -P <directory> Sets the plugin directory to use.\n\ |
| --worlds-dir, -W <directory> Sets the world directory to use.\n\ |
| --update-dir, -U <directory> Sets the plugin update folder to use.\n\ |
| --max-players, -M <director> Sets the maximum amount of players.\n\ |
| --world-name, -N <name> Sets the main world name.\n\ |
| --log-pattern, -L <pattern> Sets the log file pattern (%D for date). |
| console.warn.icon.load-failed.import=Failed to import ''{0}'' from Vanilla |
| console.warn.icon.load-failed=Failed to load ''{0}'' |
| console.warn.offline=The server is running in offline mode! Only do this if you know what you''re doing. |
| console.warn.option.invalid=Ignored invalid option: {0} |
| console.warn.option.no-value=Ignored option specified without value: {0} |
| console.warn.permission.duplicate=Permission config tried to register ''{0}'' but it''s already registered |
| console.warn.plugin.no-sponge=SpongeAPI plugins found, but no Sponge bridge present! They will be ignored. |
| console.warn.plugin.no-sponge.bukkit2sponge=Suggestion: install https://github.com/GlowstoneMC/Bukkit2Sponge to load these plugins |
| console.warn.plugin.permission.duplicate=Plugin {0} tried to register permission ''{1}'' but it''s already registered |
| console.warn.plugin.unsupported=Unsupported plugin types found, will be ignored: |
| console.warn.plugin.unsupported.canary=Canary plugin not supported: {0} |
| console.warn.plugin.unsupported.forge=Forge plugin not supported: {0} |
| console.warn.plugin.unsupported.other=Unrecognized plugin not supported: {0} |
| console.warn.plugin.unsupported.sponge=Ignored SpongeAPI plugin: {0} |
| console.warn.profile.timeout=Profile lookup timeout: |
| console.warn.uuid.timeout=UUID lookup timeout: |
| console.warn.worldgen.disabled=World generation is disabled! World ''{0}'' will be empty. |
| glowstone.advancement.title=Advancements in Glowstone |
| glowstone.command.error.unknown-command={0}Unknown command "{1}", try "help" |