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'