|
@@ -19,4 +19,15 @@ public class ConfigNotifications {
|
|
@Setting(value = "Action-Bar-Notifications", comment = "Settings related to action bar messages." +
|
|
@Setting(value = "Action-Bar-Notifications", comment = "Settings related to action bar messages." +
|
|
"\nThe action bar is the area above your health and armor.")
|
|
"\nThe action bar is the area above your health and armor.")
|
|
public ConfigActionBarNotifications actionBarNotifications = new ConfigActionBarNotifications();
|
|
public ConfigActionBarNotifications actionBarNotifications = new ConfigActionBarNotifications();
|
|
|
|
+
|
|
|
|
+ @Setting(value = "General", comment = "General settings for Notifications")
|
|
|
|
+ public ConfigNotificationGeneral configNotificationGeneral = new ConfigNotificationGeneral();
|
|
|
|
+
|
|
|
|
+ public ConfigActionBarNotifications getActionBarNotifications() {
|
|
|
|
+ return actionBarNotifications;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public ConfigNotificationGeneral getConfigNotificationGeneral() {
|
|
|
|
+ return configNotificationGeneral;
|
|
|
|
+ }
|
|
}
|
|
}
|