๐ ๏ธ OpacFixes
Server-side utility mod for Open Parties and Claims (OPAC) on Minecraft Forge 1.20.1.
OpacFixes adds admin-focused claim management commands and improves chunk forceload reliability in performance-heavy modpacks.
โจ What this mod does
๐ Find player claims fast
Use /openpac-find <username> to list a player's claims (including offline players from the claim index), with clickable admin actions.
๐งน Wipe claims safely
Use /openpac-wipe <username> [dryrun] to remove all claims for a player across dimensions.
dryrun lets you preview how many chunks would be affected.
โ๏ธ Forceload reliability improvements
Adds extra enforcement layers so OPAC forceloaded chunks are less likely to unload when other mods alter ticket/chunk behavior.
โ
Highlights
- ๐ฅ๏ธ Server-side only (clients do not need this mod installed)
- ๐ฎ Admin tools for moderation and cleanup
- ๐ง Offline-aware autocomplete via persistent claim owner index
- ๐งฉ Built specifically for OPAC ecosystems
- ๐ก๏ธ Safer claim operations with confirmation flows for destructive actions
๐ฆ Compatibility
- Minecraft:
1.20.1
- Loader:
Forge
- Java:
17
- Required dependency: Open Parties and Claims (OPAC)
0.25.x+
- Recommended OPAC version:
1.20.1-0.25.10
โจ๏ธ Commands
/openpac-find <username>
/openpac-find confirm-wipe <username>
/openpac-wipe <username>
/openpac-wipe <username> dryrun
Default permission level: operator/admin (configurable by server setup).
๐ Installation (Server)
- Install Minecraft Forge 1.20.1 server.
- Put Open Parties and Claims in
mods/.
- Put OpacFixes in
mods/.
- Start the server.
โ FAQ
Q: Do players need OpacFixes on the client?
A: No. This mod is designed to be server-side.
Q: Does this replace OPAC?
A: No. It extends/fixes behavior around OPAC workflows.
Q: Can I test wipe results before deleting claims?
A: Yes, use dryrun.
๐ฌ Support / Issues
If you hit an issue, please include:
- Minecraft + Forge versions
- OPAC version
- OpacFixes version
- Exact command used
- Relevant server log snippet