mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-19 20:45:35 +02:00
Admin notifications convenience methods handled by NotificationManager
This commit is contained in:
@@ -570,4 +570,6 @@ public class Config extends AutoUpdateConfigLoader {
|
||||
|
||||
public boolean broadcastEventMessages() { return config.getBoolean("General.EventBroadcasts", true);}
|
||||
public boolean playerJoinEventInfo() { return config.getBoolean("General.EventInfoOnPlayerJoin", true);}
|
||||
public boolean adminNotifications() { return config.getBoolean("General.AdminNotifications", true);}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user