Skip to content

Commit

Permalink
✨ Added ranking messages to configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurr0 committed Oct 2, 2021
1 parent aa14a83 commit 077200f
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ public class Messages extends OkaeriConfig {
private String balanceIsNegative = "&cKonto gracza jest na minusie.";
private String balanceNoFounds = "&cBrak wymaganych środków na koncie.";

private String balanceRankingNullObject = "&cBrak danych.";
private List<String> balanceRanking = new ArrayList<>(Arrays.asList(
"&8#1: &e{username} &7-> &a{balance} {currency}",
"&8#2: &e{username} &7-> &a{balance} {currency}",
"&8#3: &e{username} &7-> &a{balance} {currency}"
));

private List<String> economyAdminCommands = new ArrayList<>(Arrays.asList(
" ",
" &8* &e/eco help - Pokazule liste komend administratorskich.",
Expand Down

0 comments on commit 077200f

Please sign in to comment.