|
@@ -13,14 +13,14 @@ public class ConfigAcrobatics {
|
|
"\nSettings related to preventing abuse of this skill can be found in the anti_exploit config file.")
|
|
"\nSettings related to preventing abuse of this skill can be found in the anti_exploit config file.")
|
|
private ConfigRoll roll = new ConfigRoll();
|
|
private ConfigRoll roll = new ConfigRoll();
|
|
|
|
|
|
- public ConfigRoll getRoll() {
|
|
|
|
- return roll;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
@Setting(value = "Dodge", comment = "Settings related to the Dodge Sub-Skill." +
|
|
@Setting(value = "Dodge", comment = "Settings related to the Dodge Sub-Skill." +
|
|
"\nSettings related to preventing abuse of this skill can be found in the anti_exploit config file.")
|
|
"\nSettings related to preventing abuse of this skill can be found in the anti_exploit config file.")
|
|
private ConfigDodge dodge = new ConfigDodge();
|
|
private ConfigDodge dodge = new ConfigDodge();
|
|
|
|
|
|
|
|
+ public ConfigRoll getRoll() {
|
|
|
|
+ return roll;
|
|
|
|
+ }
|
|
|
|
+
|
|
public ConfigDodge getDodge() {
|
|
public ConfigDodge getDodge() {
|
|
return dodge;
|
|
return dodge;
|
|
}
|
|
}
|