mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-31 18:01:42 +00:00
add admin chat
This commit is contained in:
parent
61b85901a3
commit
120440d45b
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,8 @@ public abstract class EssentialsChatPlayer implements Listener
|
|||
return "shout";
|
||||
case '?':
|
||||
return "question";
|
||||
case '@':
|
||||
return "admin";
|
||||
default:
|
||||
return "";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue