mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-01-10 18:28:28 +01:00
Fix error message i18n path key
This commit is contained in:
parent
c7c344730b
commit
194dc8ef8a
@ -20,8 +20,6 @@ public enum MVCorei18n implements MessageKeyProvider {
|
||||
CLONE_SUCCESS,
|
||||
|
||||
// Coordinates command
|
||||
COORDINATES_ERRORPLAYERSONLY,
|
||||
COORDINATES_ERROR_MULTIVERSEWORLDONLY,
|
||||
COORDINATES_INFO_TITLE,
|
||||
COORDINATES_INFO_WORLD,
|
||||
COORDINATES_INFO_ALIAS,
|
||||
@ -92,6 +90,10 @@ public enum MVCorei18n implements MessageKeyProvider {
|
||||
DEBUG_INFO_OFF,
|
||||
DEBUG_INFO_ON,
|
||||
|
||||
// commands error
|
||||
COMMANDS_ERROR_PLAYERSONLY,
|
||||
COMMANDS_ERROR_MULTIVERSEWORLDONLY,
|
||||
|
||||
// entry check
|
||||
ENTRYCHECK_BLACKLISTED,
|
||||
ENTRYCHECK_NOTENOUGHMONEY,
|
||||
|
@ -21,8 +21,6 @@ mv-core.confirm.description=Confirms dangerous commands before executing them.
|
||||
|
||||
# /mv coordinates
|
||||
mv-core.coordinates.description=Simply sends your coordinates
|
||||
mv-core.coordinates.error.players-only=&cThis command can only be used by players
|
||||
mv-core.coordinates.error.multiverseWorldOnly=&cThis can only be used in multiverse worlds
|
||||
mv-core.coordinates.info.title=&b--- Location Information ---
|
||||
mv-core.coordinates.info.world=&bWorld: &f{world}
|
||||
mv-core.coordinates.info.alias=&bAlias: &f{alias}
|
||||
@ -126,6 +124,10 @@ mv-core.unload.success=&aUnloaded world '{world}'!
|
||||
# /mv usage
|
||||
mv-core.usage.description=Show Multiverse-Core command usage.
|
||||
|
||||
# commands error
|
||||
mv-core.commands.error.playersonly=&cThis command can only be used by players
|
||||
mv-core.commands.error.multiverseworldonly=&cThis can only be used in multiverse worlds
|
||||
|
||||
# entry check
|
||||
mv-core.entrycheck.blacklisted='{world}' is blacklisted.
|
||||
mv-core.entrycheck.notenoughmoney=you do not have enough money to pay entry fee. You are required to pay {amount}.
|
||||
|
Loading…
Reference in New Issue
Block a user