If
eng.yml is empty this is the default file:
Code (YAML):
success
:
"&aCommand successfully executed"
players
:
"&cCommand may only be executed by players"
reload
:
"&aSuccessfully reloaded LekkerWarps"
no-homes
:
"&eYou have no homes set"
no-warps
:
"&eNo warps on the server"
warp-not-exist
:
"&cWarp does not exist"
home-not-exist
:
"&cHome does not exist"
warp-exist
:
"&cWarp already exists"
home-exist
:
"&cHome already exists"
max-homes
:
"&cYou've set the maximum allowed number of homes"
warp-list
:
"&eAvailable warps: &f"
home-list
:
"&eAvailable homes: &f"
cooldown
:
"&cYou need to wait another &e%seconds% seconds &cbefore you can warp again"
unsafe
:
"&cYou can't teleport to this location because it is not safe"
integer
:
"&cValue must be a number"
world-blacklist
:
"&cHomes cannot be set in this world"
warp-change-name
:
"&eType the new name of the warp:"
warp-change-description
:
"&eType the new description of the warp:"
warp-change-item
:
"&eClick the new item in your inventory"
warp-change-welcome-message
:
"&eType the new welcome message of the warp"
warp-change-welcome-duration
:
"&eType the new welcome message duration of the warp"
warp-change-success-name
:
"&aWarp name successfully changed"
warp-change-success-description
:
"&aWarp description successfully changed"
warp-change-success-item
:
"&aWarp item successfully changed"
warp-change-success-welcome-message
:
"&aWarp welcome message successfully changed"
warp-change-success-welcome-duration
:
"&aWarp welcome message duration successfully changed"
home-change-name
:
"&eType the new name of the home:"
home-change-description
:
"&eType the new description of the home:"
home-change-item
:
"&eClick the new item in your inventory"
home-change-welcome-message
:
"&eType the new welcome message of the home"
home-change-welcome-duration
:
"&eType the new welcome message duration of the home"
home-change-success-name
:
"&aHome name successfully changed"
home-change-success-description
:
"&aHome description successfully changed"
home-change-success-item
:
"&aHome item successfully changed"
home-change-success-welcome-message
:
"&aHome welcome message successfully changed"
home-change-success-welcome-duration
:
"&aHome welcome message duration successfully changed"
Default
config.yml file:
Code (YAML):
lang
:
"eng.yml"
home-groups:
default
: 3
vip
: 5
admin
: -1
cooldown-groups:
default
: 300
vip
: 180
admin
: -1
unsafe-blocks
:
- 'AIR'
- 'LAVA'
- 'WATER'
world-blacklist
:
- 'world_nether'
- 'world_the_end'