Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 2 weeks ago
All versions
forge-1.18.2-0.18.0
Beta
b0.18.03 years ago 397
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Server-side
Client and server
Changes
- 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.
- Slight changes to how the mod detects other mods and handles it.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| open-parties-and-claims-forge-1.18.2-0.18.0-sources.jar | Unknown | 749.66 KiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:gF3BGWvG:BoP2lwXv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gF3BGWvG:BoP2lwXv"
}

