misc. changes (check description)
rename SECONDS to SECONDS_LEFT, and add SECONDS. add %rankup_rank_money_left_<rank>% placeholder add permission requirement
This commit is contained in:
@@ -35,7 +35,7 @@ rankup:
|
||||
footer: ''
|
||||
# sent when a player tries to rankup when they are on cooldown
|
||||
cooldown:
|
||||
singular: '&cYou must wait {SECONDS} more second to rankup again.'
|
||||
plural: '&cYou must wait {SECONDS} more seconds to rankup again.'
|
||||
singular: '&cYou must wait {SECONDS_LEFT} more second to rankup again.'
|
||||
plural: '&cYou must wait {SECONDS_LEFT} more seconds to rankup again.'
|
||||
|
||||
not-in-ladder: "&cSorry, but we could not find any rankups for the group(s) you are in."
|
||||
@@ -2,16 +2,13 @@ Aexample:
|
||||
# the name of the rank in your permissions plugin
|
||||
rank: 'A'
|
||||
# the next rank a player can rank up to.
|
||||
# this must be the name of the configuration section.
|
||||
# this must be the name of the configuration section, not the rank name.
|
||||
# for example, the name of this configuration section is "Aexample".
|
||||
# if this is the last rank, you don't need this.
|
||||
next: 'Bexample'
|
||||
# List of requirements to go to the next rank
|
||||
# (ie, this example will charge 1000 money to rankup from A to B)
|
||||
# money: money from the server economy
|
||||
# xp-level: amount of experience levels
|
||||
# playtime-minutes: minutes a player has played
|
||||
# group: requires a player to have a certain group - separate by spaces to require multiple. note that the group is not removed.
|
||||
# https://github.com/okx-code/Rankup3/wiki/Requirements
|
||||
# custom requirements can also be added by other plugins.
|
||||
requirements:
|
||||
money: 1000
|
||||
|
||||
Reference in New Issue
Block a user