Docs
LuckPerms Integration
AtomCombat doesn't call LuckPerms' API directly — instead, Rank Abilities are gated by ordinary Bukkit permission nodes (atomcombat.ability.dash, atomcombat.ability.charged-strike, atomcombat.ability.ground-slam), which is exactly how LuckPerms is meant to integrate with third-party plugins.
To gate an ability behind a rank, grant its permission to that rank's LuckPerms group:
text
/lp group vip permission set atomcombat.ability.dash true
/lp group mvp permission set atomcombat.ability.charged-strike true
/lp group elite permission set atomcombat.ability.ground-slam trueThis works identically with any permissions plugin, not just LuckPerms — LuckPerms is listed as a soft-dependency purely so it loads before AtomCombat if both are present, ensuring permissions are resolved correctly on join.