mirror of
https://github.com/essentials/Essentials.git
synced 2025-07-31 20:00:47 +02:00
add admin chat
This commit is contained in:
@@ -62,6 +62,8 @@ public abstract class EssentialsChatPlayer implements Listener
|
|||||||
return "shout";
|
return "shout";
|
||||||
case '?':
|
case '?':
|
||||||
return "question";
|
return "question";
|
||||||
|
case '@':
|
||||||
|
return "admin";
|
||||||
default:
|
default:
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user