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'
|
||||
|
||||
menu:
|
||||
previous: "&6&L\u23F4 Previous"
|
||||
page: "&6Page &f"
|
||||
next: "&6&LNext \u23F5"
|
||||
previous: '&6&L« Previous'
|
||||
page: '&6Page &f'
|
||||
next: '&6&LNext »'
|
||||
|
||||
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:
|
||||
changed:
|
||||
hover: "&6Click to Warp"
|
||||
CONSTRUCTION: "{prefix} &fAttraction: &r{name} &fis now &7Under Construction"
|
||||
OPEN: "{prefix} &fAttraction: [TP]&r{name}[/TP] &fhas been &aOpened"
|
||||
CLOSED: "{prefix} &fAttraction: &r{name} &fhas been &4Closed"
|
||||
MAINTENANCE: "{prefix} &fAttraction: &r{name} &fis now in &6Maintenance"
|
||||
MALFUNCTION: "{prefix} &fAttraction: &r{name} &fhas been closed due to a &5Malfunction"
|
||||
ACTIVE: "{prefix} &fShow: &r{name} &fis now &aActive"
|
||||
INACTIVE: "{prefix} &fShow: &r{name} &fis now &4In Active"
|
||||
hover: '&6Click to Warp'
|
||||
CONSTRUCTION: '{prefix} &fAttraction: &r{name} &fis now &7Under Construction'
|
||||
OPEN: '{prefix} &fAttraction: [TP]&r{name}[/TP] &fhas been &aOpened'
|
||||
CLOSED: '{prefix} &fAttraction: &r{name} &fhas been &4Closed'
|
||||
MAINTENANCE: '{prefix} &fAttraction: &r{name} &fis now in &6Maintenance'
|
||||
MALFUNCTION: '{prefix} &fAttraction: &r{name} &fhas been closed due to a &5Malfunction'
|
||||
ACTIVE: '{prefix} &fShow: &r{name} &fis now &aActive'
|
||||
INACTIVE: '{prefix} &fShow: &r{name} &fis now &4In Active'
|
||||
teleport:
|
||||
status: "{prefix} &4It's not possible to teleport to &r{name} &4because it's {status}"
|
||||
success: "{prefix} &ayou have been teleported to the attraction: &r{name}"
|
||||
status: '{prefix} &4It''s not possible to teleport to &r{name} &4because it''s
|
||||
{status}'
|
||||
success: '{prefix} &ayou have been teleported to the attraction: &r{name}'
|
Reference in a new issue