3.1 prestiging improvements
This commit is contained in:
@@ -1,13 +1,17 @@
|
||||
# this is used for letting you know that you need to update/change your config file
|
||||
version: 0
|
||||
version: 1
|
||||
|
||||
# whether /ranks and /prestiges should be enabled (true) or disabled (false)
|
||||
# /rankup3 reload will not do anything if this is changed,
|
||||
# you will have to restart your server.
|
||||
ranks: true
|
||||
# in 1.13 you can negate the permission rankup.prestiges
|
||||
# so the command will not autocomplete
|
||||
prestiges: true
|
||||
|
||||
# whether or not /prestige and /prestiges should be enabled.
|
||||
# in 1.13 you can negate the permission rankup.prestige
|
||||
# so the command will not autocomplete
|
||||
prestige: true
|
||||
|
||||
# how people should confirm ranking up
|
||||
|
||||
@@ -38,7 +38,14 @@ rankup:
|
||||
plural: "&cYou must wait {SECONDS_LEFT} more seconds to rankup again."
|
||||
# prestige messages can also be customised
|
||||
prestige:
|
||||
success-public: "&a{PLAYER} &ehas prestiged to: &d{RANK}"
|
||||
success-private: "&aYou have prestiged to: &d{RANK}"
|
||||
|
||||
confirmation: |-
|
||||
&eAre you sure you want to prestige to &a{RANK}&e?
|
||||
&eType &c/prestige &eagain to confirm.
|
||||
title: "Prestige to {RANK}"
|
||||
|
||||
list:
|
||||
complete: "&7{OLD_RANK} &8\xbb &7{RANK}"
|
||||
current: "&c{OLD_RANK} &e\xbb &c{RANK}"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: Rankup
|
||||
version: 3.0.2
|
||||
version: 3.1
|
||||
main: sh.okx.rankup.Rankup
|
||||
author: Okx
|
||||
depend: [Vault]
|
||||
|
||||
Reference in New Issue
Block a user