mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-16 20:36:12 +00:00
Fixed oopsie
This commit is contained in:
parent
80e39d3db1
commit
4de1fe454d
@ -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…
Reference in New Issue
Block a user