Skip to content

Commit

Permalink
changed rank requirement to MVP
Browse files Browse the repository at this point in the history
  • Loading branch information
Furyloxx authored Sep 5, 2024
1 parent 65de374 commit 40045d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public void Event(AsyncPlayerChatEvent e) {
if (!e.getPlayer().getDisplayName().equals(ChatColor.translateAlternateColorCodes('&', userTag))) {
e.getPlayer().setDisplayName(ChatColor.translateAlternateColorCodes('&', userTag));
}
if (rank.isAboveOrEqual(PlayerRank.MVPPLUSPLUS)) {
if (rank.isAboveOrEqual(PlayerRank.MVP)) {
e.setMessage(e.getMessage().replace("<3", "§c❤").replace("⭐", "§6✭").replace(":owo:", "§dO§5w§dO").replace("o/", "§d(/◕ヮ◕)/").replace(":OOF:", "§c§lOOF").replace(":123:", "§a1§e2§c3").replace(":shrug:", "§e¯\\(ツ)/¯").replace(":yes:", "§a✔").replace(":no:", "§c✖").replace(":java:", "§b♨").replace(":arrow:", "§e➡").replace(":typing:", "§e✎§6..."));
}
}
Expand Down

0 comments on commit 40045d8

Please sign in to comment.