mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-08-04 03:25:51 +00:00
Fixed oopsie
This commit is contained in:
parent
80e39d3db1
commit
4de1fe454d
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ import org.bukkit.entity.Player;
|
||||||
@CommandParameters(description = "Essentials Interface Command - Remove illegal chatcodes from nicknames of one or all players on server.", usage = "/<command> [player]", aliases = "nc")
|
@CommandParameters(description = "Essentials Interface Command - Remove illegal chatcodes from nicknames of one or all players on server.", usage = "/<command> [player]", aliases = "nc")
|
||||||
public class Command_nickclean extends FreedomCommand
|
public class Command_nickclean extends FreedomCommand
|
||||||
{
|
{
|
||||||
private Map<String, Color> colorCodes = new HashMap<String, Color>() {{
|
private Map<String, Color> colorCodes = new HashMap<String, Color>()
|
||||||
|
{{
|
||||||
put("&0", Color.BLACK);
|
put("&0", Color.BLACK);
|
||||||
put("&1", Color.BLUE);
|
put("&1", Color.BLUE);
|
||||||
put("&2", Color.GREEN);
|
put("&2", Color.GREEN);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue