Tags
Creators
Details
Licensed CC-BY-NC-ND-4.0
Published 2 years ago
Updated 3 days ago
All versions
2.2.2-forge-1.19.2
Release
Paradigm 2.2.2 (forge 1.19.2)4 months ago 10
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Dedicated servers only
Changes
Changelog
Added
main.json: newinternalPermissionsEnabletoggle to enable/disable the internal permissions/group system.- Default internal groups: added
admingroup (paradigm.*) and expandeddefaultgroup with common player permissions (home/tpa/warp/spawn/seen/ignore/...).
Changed
- When
internalPermissionsEnable=false, internal PermissionAPI evaluation is skipped and the/paradigm groupbranch is not registered. permissions.jsonnormalization now auto-injects built-indefaultandadmingroups for older existing configurations.IPlatformAdapter#getPlayerLocationnow prefers direct values fromIPlayer(world/x/y/z/yaw/pitch) and uses reflection as a fallback.
Fixed
- Fixed an issue where
/sethomeand/setwarpreportedUnable to read your location right nowon some modded servers. - Added direct world/position/rotation reads to
MinecraftPlayerwrappers across additional versions:- Fabric:
1.19.2,1.20.1,1.21.1,1.21.8,1.21.11 - Forge:
1.18.2,1.19.2,1.20.1,1.21.1,1.21.11 - NeoForge:
1.21.1
- Fabric:
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:s4i32SJd:t5s4deD5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:s4i32SJd:t5s4deD5"
}

