- Added API for implementing non-default party systems for the claims part of the mod.
- Added built-in Argonauts support.
- Added built-in FTB Teams support.
- Fixed any errors during server initialization being replaced by a much less useful error.
- Moved the "permissionSystem" option in the main config. You might have to reconfigure it.
- Fixed LuckPerms-related crash on server stop.
- Added hanging entity (e.g. item frames, paintings) protection against collision with other entities (e.g. boats breaking item frames).
- Added entity protection against being put into boats. This includes an optimization for boat collision handling, which you can toggle in the main config with "reducedBoatEntityCollisions".
- Fixed Create toolboxes not being protected. Requires updating the extension on Fabric.
- Added entity protection against potato cannon hit effects, e.g. being set on fire by a baked potato. Requires updating the extension on Fabric.
- Improved how the positions of static fake players are fetched, fixing compatibility with some mods, e.g. Ars Nouveau.
- Added API for implementing player permission systems.
- Added a new "permissionSystem" option in the main config file.
- Added API for registering addon listeners/handlers.
- Implemented built-in LuckPerms support.
- Implemented built-in Forge/Fabric Permission API support. If a permission system that isn't explicitly supported uses this API, then OPAC should now support it.
- (1.20.x) Implemented built-in Prometheus support.
- Slight changes to how the mod detects other mods and handles it.