daily tasks plugin: make less config options on by default

This commit is contained in:
15987632
2019-04-30 19:40:02 -04:00
parent 78db863951
commit 09125b12e1

View File

@@ -63,7 +63,7 @@ public interface DailyTasksConfig extends Config
)
default boolean showEssence()
{
return true;
return false;
}
@ConfigItem(
@@ -74,7 +74,7 @@ public interface DailyTasksConfig extends Config
)
default boolean showRunes()
{
return true;
return false;
}
@ConfigItem(
@@ -85,7 +85,7 @@ public interface DailyTasksConfig extends Config
)
default boolean showSand()
{
return true;
return false;
}
@ConfigItem(
@@ -96,7 +96,7 @@ public interface DailyTasksConfig extends Config
)
default boolean showFlax()
{
return true;
return false;
}
@ConfigItem(
@@ -107,7 +107,7 @@ public interface DailyTasksConfig extends Config
)
default boolean showBonemeal()
{
return true;
return false;
}
@ConfigItem(