Update 'src/main/resources/message.yml'
Some checks failed
Plugins/ThemePark/pipeline/head There was a failure building this commit
Some checks failed
Plugins/ThemePark/pipeline/head There was a failure building this commit
This commit is contained in:
parent
1cf6d59526
commit
0c85798154
1 changed files with 16 additions and 16 deletions
|
@ -1,25 +1,25 @@
|
||||||
version: 1.2
|
|
||||||
|
|
||||||
prefix: '&6&lThemePark &f➢&r'
|
prefix: '&6&lThemePark &f➢&r'
|
||||||
|
|
||||||
menu:
|
menu:
|
||||||
previous: "&6&L\u23F4 Previous"
|
previous: '&6&L« Previous'
|
||||||
page: "&6Page &f"
|
page: '&6Page &f'
|
||||||
next: "&6&LNext \u23F5"
|
next: '&6&LNext »'
|
||||||
|
|
||||||
ridecount:
|
ridecount:
|
||||||
add: "{prefix} &aYou have ridden attraction: &f%NAME% &6%AMOUNT%x &afor a total of &6%TOTAL%x"
|
add: '{prefix} &aYou have ridden attraction: &f%NAME% &6%AMOUNT%x &afor a total
|
||||||
|
of &6%TOTAL%x'
|
||||||
|
|
||||||
attraction:
|
attraction:
|
||||||
changed:
|
changed:
|
||||||
hover: "&6Click to Warp"
|
hover: '&6Click to Warp'
|
||||||
CONSTRUCTION: "{prefix} &fAttraction: &r{name} &fis now &7Under Construction"
|
CONSTRUCTION: '{prefix} &fAttraction: &r{name} &fis now &7Under Construction'
|
||||||
OPEN: "{prefix} &fAttraction: [TP]&r{name}[/TP] &fhas been &aOpened"
|
OPEN: '{prefix} &fAttraction: [TP]&r{name}[/TP] &fhas been &aOpened'
|
||||||
CLOSED: "{prefix} &fAttraction: &r{name} &fhas been &4Closed"
|
CLOSED: '{prefix} &fAttraction: &r{name} &fhas been &4Closed'
|
||||||
MAINTENANCE: "{prefix} &fAttraction: &r{name} &fis now in &6Maintenance"
|
MAINTENANCE: '{prefix} &fAttraction: &r{name} &fis now in &6Maintenance'
|
||||||
MALFUNCTION: "{prefix} &fAttraction: &r{name} &fhas been closed due to a &5Malfunction"
|
MALFUNCTION: '{prefix} &fAttraction: &r{name} &fhas been closed due to a &5Malfunction'
|
||||||
ACTIVE: "{prefix} &fShow: &r{name} &fis now &aActive"
|
ACTIVE: '{prefix} &fShow: &r{name} &fis now &aActive'
|
||||||
INACTIVE: "{prefix} &fShow: &r{name} &fis now &4In Active"
|
INACTIVE: '{prefix} &fShow: &r{name} &fis now &4In Active'
|
||||||
teleport:
|
teleport:
|
||||||
status: "{prefix} &4It's not possible to teleport to &r{name} &4because it's {status}"
|
status: '{prefix} &4It''s not possible to teleport to &r{name} &4because it''s
|
||||||
success: "{prefix} &ayou have been teleported to the attraction: &r{name}"
|
{status}'
|
||||||
|
success: '{prefix} &ayou have been teleported to the attraction: &r{name}'
|
Reference in a new issue