mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-08 05:23:01 +00:00
Add command to toggle plot chat
This commit is contained in:
parent
c5b8064525
commit
af4f7fadc1
5 changed files with 43 additions and 2 deletions
|
@ -402,6 +402,9 @@ public enum C {
|
|||
* Chat
|
||||
*/
|
||||
PLOT_CHAT_FORMAT("$2[$1Plot Chat$2][$1%plot_id%$2] $1%sender%$2: $1%msg%"),
|
||||
PLOT_CHAT_FORCED("$2This world forces everyone to use plot chat."),
|
||||
PLOT_CHAT_ON("$4Plot chat enabled."),
|
||||
PLOT_CHAT_OFF("$4Plot chat disabled."),
|
||||
/*
|
||||
* Denied
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue