mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-06 20:43:11 +00:00
Add "allow-world-in-broadcastworld" option
Allows players to send broadcasts to a specified world by running `/broadcastworld [world] <message>` if enabled. This is disabled by default in old configs to avoid confusion between updates.
This commit is contained in:
parent
e642192461
commit
2806156cf4
4 changed files with 50 additions and 2 deletions
|
@ -308,4 +308,6 @@ public interface ISettings extends IConf {
|
|||
boolean isConfirmCommandEnabledByDefault(String commandName);
|
||||
|
||||
boolean isCompassTowardsHomePerm();
|
||||
|
||||
boolean isAllowWorldInBroadcastworld();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue