mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-04 05:25:28 +02:00
Add setting for ignoring attack cooldown Fixes #5048
This commit is contained in:
@@ -409,6 +409,10 @@ public class AdvancedConfig extends BukkitConfig {
|
||||
|
||||
/* GENERAL */
|
||||
|
||||
public boolean useAttackCooldown() {
|
||||
return config.getBoolean("Skills.General.Attack_Cooldown.Adjust_Skills_For_Attack_Cooldown", true);
|
||||
}
|
||||
|
||||
public boolean canApplyLimitBreakPVE() {
|
||||
return config.getBoolean("Skills.General.LimitBreak.AllowPVE", false);
|
||||
}
|
||||
|
Reference in New Issue
Block a user