Added color support to AC
This commit is contained in:
parent
d17de80a6a
commit
cd2536afeb
@ -24,7 +24,7 @@ import com.redstoner.modules.Module;
|
||||
*
|
||||
* @author Pepich */
|
||||
@AutoRegisterListener
|
||||
@Version(major = 1, minor = 0, revision = 4, compatible = 1)
|
||||
@Version(major = 1, minor = 0, revision = 5, compatible = 1)
|
||||
public class Adminchat implements Module, Listener
|
||||
{
|
||||
private static final char defaultKey = ',';
|
||||
@ -114,7 +114,7 @@ public class Adminchat implements Module, Listener
|
||||
{
|
||||
return recipient.hasPermission("utils.ac");
|
||||
}
|
||||
});
|
||||
}, '&');
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user