mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2026-04-12 10:56:28 +00:00
cooldown and canrtp placeholders
This commit is contained in:
@@ -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'
|
||||
Reference in New Issue
Block a user