1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-20 18:53:11 +01:00

Debug stick tells you about placestore & treasure data when hitting blocks

This commit is contained in:
nossr50
2019-01-26 08:14:06 -08:00
parent 43d8e08e83
commit d84d487435
4 changed files with 57 additions and 8 deletions

View File

@@ -737,6 +737,12 @@ public class AdvancedConfig extends AutoUpdateConfigLoader {
}
/* Notification Settings */
public boolean doesSkillCommandSendBlankLines()
{
return config.getBoolean("Feedback.SkillCommand.BlankLinesAboveHeader", true);
}
public boolean doesNotificationUseActionBar(NotificationType notificationType)
{
return config.getBoolean("Feedback.ActionBarNotifications."+notificationType.toString()+".Enabled", true);