more specific placeholders

This commit is contained in:
RonanCraft
2022-10-14 11:48:55 -04:00
parent 69f38d524d
commit 64161b7b72
3 changed files with 75 additions and 15 deletions
+7 -1
View File
@@ -4,8 +4,14 @@ betterrtp_cooldown: 'Get cooldown in current world'
betterrtp_cooldown_<world_name>: 'Get cooldown of a specified world'
betterrtp_cooldowntime: 'Get cooldown time subject to in current world'
betterrtp_cooldowntime_<world_name>: 'Get cooldown time subject to in 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'
betterrtp_canrtp_<world_name>: 'Get the reason or yes output if player can rtp in set world'
betterrtp_canrtpcooldown: 'Get if a player can rtp just based off their cooldown'
betterrtp_canrtpcooldown_<world_name>: 'Get if a player can rtp just based off their cooldown for this world'
betterrtp_canrtpprice: 'Get if a player can rtp just based off their bank account'
betterrtp_canrtpprice_<world_name>: 'Get if a player can rtp just based off their bank account for this world'
betterrtp_canrtphunger: 'Get if a player can rtp just based off their hunger'
betterrtp_canrtphunger_<world_name>: 'Get if a player can rtp just based off their hunger for this world'
betterrtp_price: 'Get the price of rtp''ing in current world'
betterrtp_price_<world_name>: 'Get the price of rtp''ing in specified world'