daily tasks plugin: make less config options on by default
This commit is contained in:
@@ -63,7 +63,7 @@ public interface DailyTasksConfig extends Config
|
|||||||
)
|
)
|
||||||
default boolean showEssence()
|
default boolean showEssence()
|
||||||
{
|
{
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
@@ -74,7 +74,7 @@ public interface DailyTasksConfig extends Config
|
|||||||
)
|
)
|
||||||
default boolean showRunes()
|
default boolean showRunes()
|
||||||
{
|
{
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
@@ -85,7 +85,7 @@ public interface DailyTasksConfig extends Config
|
|||||||
)
|
)
|
||||||
default boolean showSand()
|
default boolean showSand()
|
||||||
{
|
{
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
@@ -96,7 +96,7 @@ public interface DailyTasksConfig extends Config
|
|||||||
)
|
)
|
||||||
default boolean showFlax()
|
default boolean showFlax()
|
||||||
{
|
{
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
@@ -107,7 +107,7 @@ public interface DailyTasksConfig extends Config
|
|||||||
)
|
)
|
||||||
default boolean showBonemeal()
|
default boolean showBonemeal()
|
||||||
{
|
{
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
|
|||||||
Reference in New Issue
Block a user