update to alpha.7
This commit is contained in:
@@ -42,4 +42,16 @@ placeholders:
|
||||
# used for current_rank and next_rank placeholders when a player not in anything in rankups.yml
|
||||
not-in-ladder: "None"
|
||||
# used in next_rank placeholders when there is no rankup
|
||||
highest-rank: "None"
|
||||
highest-rank: "None"
|
||||
|
||||
# what to shorten money by.
|
||||
# ie 1000 -> 1k
|
||||
# set to an empty list to disable
|
||||
shorten:
|
||||
- 'k'
|
||||
- 'M'
|
||||
- 'B'
|
||||
- 'T'
|
||||
- 'Q'
|
||||
- 'Qu'
|
||||
- 'S'
|
||||
@@ -27,9 +27,8 @@ rankup:
|
||||
complete: "&7{OLD_RANK} &8\xbb &7{RANK}"
|
||||
current: "&c{OLD_RANK} &e\xbb &c{RANK}"
|
||||
incomplete: "&r{OLD_RANK} &e\xbb &r{RANK}"
|
||||
ranks:
|
||||
# an empty string disables the header/footer
|
||||
header: ''
|
||||
footer: ''
|
||||
# an empty string disables the header/footer
|
||||
header: ''
|
||||
footer: ''
|
||||
|
||||
not-in-ladder: "&cSorry, but we could not find any rankups for the group(s) you are in."
|
||||
@@ -1,5 +1,5 @@
|
||||
name: Rankup
|
||||
version: 3.0-alpha
|
||||
version: 3.0-alpha.7
|
||||
main: sh.okx.rankup.Rankup
|
||||
author: Okx
|
||||
depend: [Vault]
|
||||
|
||||
@@ -10,7 +10,7 @@ Aexample:
|
||||
# (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-hours: hours a player has played
|
||||
# playtime-minutes: minutes a player has played
|
||||
# custom requirements can also be added by other plugins.
|
||||
requirements:
|
||||
money: 1000
|
||||
|
||||
Reference in New Issue
Block a user