3.1 prestiging improvements

This commit is contained in:
okx-code
2018-09-13 21:19:25 +01:00
parent cd17d169c4
commit f8ede913ef
12 changed files with 79 additions and 15 deletions
@@ -47,7 +47,7 @@ public class PrestigeCommand implements CommandExecutor {
switch (confirmationType) {
case "text":
confirming.put(player, System.currentTimeMillis());
plugin.replaceMoneyRequirements(plugin.getMessage(prestige, Message.CONFIRMATION)
plugin.replaceMoneyRequirements(plugin.getMessage(prestige, Message.PRESTIGE_CONFIRMATION)
.replaceRanks(player, prestige, prestiges.next(prestige)), player, prestige)
.replaceFromTo(prestige)
.send(player);