update to alpha.7

This commit is contained in:
okx-code
2018-08-23 21:29:53 +01:00
parent 32dc06cf62
commit 703342024d
14 changed files with 120 additions and 106 deletions
+13 -1
View File
@@ -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'
+3 -4
View File
@@ -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 -1
View File
@@ -1,5 +1,5 @@
name: Rankup
version: 3.0-alpha
version: 3.0-alpha.7
main: sh.okx.rankup.Rankup
author: Okx
depend: [Vault]
+1 -1
View File
@@ -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