Correct the lang file (#356)
This commit is contained in:
committed by
Trent Hensler
parent
79fe9b53f8
commit
10befe7f61
@@ -29,7 +29,7 @@ public enum Lang {
|
||||
INVALID_ARGS("invalid-args", "&cInvalid args!"),
|
||||
DELETE_VAULT("delete-vault", "&fDeleted vault &a%v"),
|
||||
DELETE_OTHER_VAULT("delete-other-vault", "&fDeleted vault &a%v &fof &a%p"),
|
||||
DELETE_OTHER_VAULT_ALL("delete-other-vault", "&4Deleted all vaults belonging to &a%p"),
|
||||
DELETE_OTHER_VAULT_ALL("delete-other-vault-all", "&4Deleted all vaults belonging to &a%p"),
|
||||
PLAYER_ONLY("player-only", "&cSorry but that can only be run by a player!"),
|
||||
MUST_BE_NUMBER("must-be-number", "&cYou need to specify a valid number."),
|
||||
NO_PERMS("no-permissions", "&cYou don''t have permission for that!"),
|
||||
|
||||
@@ -11,6 +11,7 @@ open-vault: "&fOpening vault &a%v"
|
||||
open-other-vault: "&fOpening vault &a%v &fof &a%p"
|
||||
delete-vault: "&fDeleted vault &a%v"
|
||||
delete-other-vault: "&fDeleted vault &a%v &fof &a%p"
|
||||
delete-other-vault-all: "&4Deleted all vaults belonging to &a%p"
|
||||
player-only: "&cSorry but that can only be run by a player!"
|
||||
must-be-number: "&cYou need to specify a number between 1-99"
|
||||
invalid-args: "&cInvalid args!"
|
||||
|
||||
Reference in New Issue
Block a user