cooldown and canrtp placeholders

This commit is contained in:
SuperRonanCraft
2022-10-10 21:17:35 -04:00
parent 8976e2b0c9
commit abb41c54df
6 changed files with 145 additions and 35 deletions

View File

@@ -1,3 +1,21 @@
## These are a list of placeholders for your use, Editting these will do nothing!
betterrtp_count: 'Get total amount of rtp''s done'
betterrtp_cooldown: 'Get cooldown in current world'
betterrtp_cooldown_<world_name>: 'Get cooldown of a specified world'
betterrtp_cooldown_<world_name>: 'Get cooldown of a specified world'
betterrtp_canrtp_<world_name>: 'Get the reason or yes output if player can rtp in set world'
betterrtp_canrtp: 'Get the reason or yes output if player can rtp in current world'
##Config section for placeholder outputs
Config:
TimeFormat:
Days: '{0} Day(s)'
Hours: '{0} Hours'
Minutes: '{0} Mins'
Seconds: '{0} Secs'
#Placeholder %d = DAYS, %h = HOURS, %m = MINUTES, %s = SECONDS
Format: '%d, %h, %m and %s'
CanRTP:
Success: '&aYes'
NoPermission: '&cNo Permission'
Cooldown: '&fCooling Down'
Price: '&cNo. &7Reason: &eBankrupt'