mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-22 10:36:06 +01:00
refactor: Use '&' for chat color formatting
This commit is contained in:
parent
b4549c6791
commit
47a92deffd
@ -1,9 +1,9 @@
|
||||
mv-core.config.save.failed=§cUnable to save Multiverse-Core config.yml. Your changes will be temporary!
|
||||
mv-core.config.save.failed=&cUnable to save Multiverse-Core config.yml. Your changes will be temporary!
|
||||
|
||||
mv-core.create.description=Creates a new world and loads it.
|
||||
mv-core.create.name.description=New world name.
|
||||
mv-core.create.environment.description=The world's environment. See: /mv environments
|
||||
mv-core.create.flags.description=Additional world settings. See http://gg.gg/nn8bl for all possible flags.
|
||||
mv-core.create.flags.description=Additional world settings. See https://gg.gg/nn8bl for all possible flags.
|
||||
mv-core.create.properties=Creating world {worldName} with the following properties:
|
||||
mv-core.create.properties.environment=- Environment: {environment}
|
||||
mv-core.create.properties.seed=- Seed: {seed}
|
||||
@ -12,12 +12,12 @@ mv-core.create.properties.adjustspawn=- Adjust Spawn: {adjustSpawn}
|
||||
mv-core.create.properties.generator=- Generator: {generator}
|
||||
mv-core.create.properties.structures=- Structures: {structures}
|
||||
mv-core.create.loading=Creating world...
|
||||
mv-core.create.failed=§cFailed to create world '{worldName}'! See console for details.
|
||||
mv-core.create.success=§aWorld '{worldName}' created successfully!
|
||||
mv-core.create.failed=&cFailed to create world '{worldName}'! See console for details.
|
||||
mv-core.create.success=&aWorld '{worldName}' created successfully!
|
||||
|
||||
mv-core.debug.info.description=Show the current debug level.
|
||||
mv-core.debug.info.off=§fMultiverse Debug mode is §cOFF§f.
|
||||
mv-core.debug.info.on=§fMultiverse Debug mode is at §alevel {level}§f.
|
||||
mv-core.debug.info.off=&fMultiverse Debug mode is &cOFF&f.
|
||||
mv-core.debug.info.on=&fMultiverse Debug mode is at &alevel {level}&f.
|
||||
mv-core.debug.change.description=Change debug level.
|
||||
mv-core.debug.change.syntax=level
|
||||
mv-core.debug.change.level.description=Debug level to set to.
|
||||
|
Loading…
Reference in New Issue
Block a user