Enhanced Scouter Title should always be enabled.

And a few more changes
This commit is contained in:
Ganom
2019-05-11 13:45:13 -04:00
committed by GitHub
parent 4b570df21f
commit 5951977d56

View File

@@ -171,11 +171,12 @@ public interface RaidsConfig extends Config
position = 12,
keyName = "enhanceScouterTitle",
name = "Enhance scouter title",
description = "Adds #combat and good puzzles to scouter title"
description = "Adds #combat and good puzzles to scouter title",
hidden = true
)
default boolean enhanceScouterTitle()
{
return false;
return true;
}
@ConfigItem(
@@ -207,7 +208,7 @@ public interface RaidsConfig extends Config
)
default String recommendedItems()
{
return "";
return "[muttadiles,zamorak godsword],[Vasa,ghrazi rapier],[Guardians,Dragon pickaxe],[Mystics,Salve amulet(ei)],[Shamans,Antidote++],[Vespula,Super restore(4)]";
}
@ConfigItem(
@@ -229,7 +230,7 @@ public interface RaidsConfig extends Config
)
default boolean scavsBeforeOlm()
{
return false;
return true;
}
@ConfigItem(
@@ -251,7 +252,7 @@ public interface RaidsConfig extends Config
)
default boolean alwaysShowWorldAndCC()
{
return false;
return true;
}
@ConfigItem(
@@ -262,7 +263,7 @@ public interface RaidsConfig extends Config
)
default boolean colorTightrope()
{
return false;
return true;
}
@ConfigItem(