1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-07-31 03:40:52 +02:00

add admin chat

This commit is contained in:
Iaccidentally
2012-06-12 00:59:53 -04:00
parent 2a51b6cbde
commit 4f43e1c941

View File

@@ -62,6 +62,8 @@ public abstract class EssentialsChatPlayer implements Listener
return "shout";
case '?':
return "question";
case '@':
return "admin";
default:
return "";
}