Add PUNISHMENT_UI LineFormat
This commit is contained in:
parent
e13eee5a5f
commit
dc293cd0fe
@ -2,7 +2,9 @@ package mineplex.core.common.util;
|
||||
|
||||
public enum LineFormat
|
||||
{
|
||||
LORE(220), CHAT(319);
|
||||
LORE(220),
|
||||
PUNISHMENT_UI(48),
|
||||
CHAT(319);
|
||||
|
||||
private int _length;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user