|
@@ -41,6 +41,8 @@ public class ConfigExploitPrevention {
|
|
|
@Setting(value = "Acrobatics", comment = "Exploit settings related to Acrobatics")
|
|
|
private ConfigSectionExploitAcrobatics configSectionExploitAcrobatics = new ConfigSectionExploitAcrobatics();
|
|
|
|
|
|
+ @Setting(value = "Fishing", comment = "Exploit settings related to Fishing")
|
|
|
+ private ConfigSectionExploitFishing configSectionExploitFishing = new ConfigSectionExploitFishing();
|
|
|
|
|
|
public boolean getEndermenEndermiteFix() {
|
|
|
return endermenEndermiteFix;
|
|
@@ -61,4 +63,8 @@ public class ConfigExploitPrevention {
|
|
|
public ConfigSectionExploitAcrobatics getConfigSectionExploitAcrobatics() {
|
|
|
return configSectionExploitAcrobatics;
|
|
|
}
|
|
|
+
|
|
|
+ public ConfigSectionExploitFishing getConfigSectionExploitFishing() {
|
|
|
+ return configSectionExploitFishing;
|
|
|
+ }
|
|
|
}
|