mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-05 12:02:53 +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";
|
return "shout";
|
||||||
case '?':
|
case '?':
|
||||||
return "question";
|
return "question";
|
||||||
|
case '@':
|
||||||
|
return "admin";
|
||||||
default:
|
default:
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue