ZonePracOldCombat
1.8 PvP mode enforcement for ZonePractice Pro via OldCombatMechanics
» About
This addon bridges ZonePractice Pro and OldCombatMechanics. Maps arena ladders to OCM combat modes (old / new) and applies module overrides per-player at match start. No world restriction headaches, no manual /ocm mode commands — players get the right combat mode automatically.
» Dependencies
config.yml
# Which ladders use which mode
ladder-modes:
Nodebuff: old
BuildUHC: old
# ...
# Modules to enable for each mode (must match OCM module names)
modules:
old:
- "disable-attack-cooldown"
- "disable-sword-sweep"
- "old-tool-damage"
- "sword-blocking"
- "shield-damage-reduction"
- "old-golden-apples"
- "old-player-knockback"
- "old-player-regen"
- "old-armour-strength"
- "old-potion-effects"
- "old-critical-hits"
- "disable-attack-sounds"
new: []
» How it works
1.8 PvP mode enforcement for ZonePractice Pro via OldCombatMechanics
» About
This addon bridges ZonePractice Pro and OldCombatMechanics. Maps arena ladders to OCM combat modes (old / new) and applies module overrides per-player at match start. No world restriction headaches, no manual /ocm mode commands — players get the right combat mode automatically.
» Dependencies
- ZonePractice Pro — required
- OldCombatMechanics — required
- Install ZonePractice Pro and OldCombatMechanics
- Drop ZonePracOldCombat.jar into your plugins/ folder
- Restart the server
- Edit plugins/ZonePracOldCombat/config.yml to map ladders to modes
config.yml
Code (Text):
# Which ladders use which mode
ladder-modes:
Nodebuff: old
BuildUHC: old
# ...
# Modules to enable for each mode (must match OCM module names)
modules:
old:
- "disable-attack-cooldown"
- "disable-sword-sweep"
- "old-tool-damage"
- "sword-blocking"
- "shield-damage-reduction"
- "old-golden-apples"
- "old-player-knockback"
- "old-player-regen"
- "old-armour-strength"
- "old-potion-effects"
- "old-critical-hits"
- "disable-attack-sounds"
new: []
- Listens to MatchStartEvent and MatchRoundStartEvent
- Resolves the ladder name from the match at runtime
- Looks up the configured mode (old / new) for that ladder
- Applies setModuleOverridesForPlayer() with FORCE_ENABLED on every module listed under that mode — bypasses OCM world-based modeset restrictions
- Clears all overrides on MatchEndEvent
- Compatible with any Minecraft version supported by both ZonePractice Pro and OldCombatMechanics.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.21, 26.1, 26.2
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
ZonePracOldCombat is a free Minecraft Java mod. Compatible with Minecraft 1.21, 26.1, 26.2. Downloaded 6 times (via Spigot). Download it and open it directly in the game.