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:
md678685 2018-08-27 10:19:46 +01:00
parent e642192461
commit 2806156cf4
4 changed files with 50 additions and 2 deletions

View file

@ -308,4 +308,6 @@ public interface ISettings extends IConf {
boolean isConfirmCommandEnabledByDefault(String commandName);
boolean isCompassTowardsHomePerm();
boolean isAllowWorldInBroadcastworld();
}