Tags
Creators
Details
Licensed CC-BY-NC-ND-4.0
Published 2 years ago
Updated 3 days ago
All versions
2.2.1b-forge-1.19.2
Beta
Paradigm 2.2.1b (forge 1.19.2)5 months ago 6
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Dedicated servers only
Changes
Changelog
[2.2.0b] - 2026-03-22
Added
- New utility command modules in
common:/spawn,/setspawn,/seen,/ignore,/unignore,/gamemode(/gmc,/gms,/gma,/gmsp),/fly,/clearinv(/ci),/day,/night,/sun,/rain,/thunder,/speed,/feed,/heal. - SocialSpy support for private messages via
/socialspy, including mirrored PM logs for authorized staff. - Runtime command toggles persisted in
paradigm/commands.jsonwith/paradigm command list|status|enable|disable|reload. - Expanded internal permission/group management under
/paradigm group:- group
list,add,remove,info - parent
add/remove - user group assignment/removal/listing
- temporary user groups with duration units (
days,weeks,months).
- group
- Per-player data model improvements in
paradigm/playerdata/<uuid>.json:- ignored players
- last seen timestamps
- temporary group assignments (with expiry metadata)
- legacy migration from
paradigm/playerdata.json.
- Spawn location persistence in main config (
spawnWorld, coordinates, yaw/pitch). - Interactive help expansion for
/paradigm helpwith updated module coverage and command guidance. - New language keys for group management, utility commands, spawn, seen, ignore, TPA ignore-block feedback, and command toggle messages (EN/CS updates, RU additions).
Fixed
- Enforced strict permission gating for newly introduced command sets (including admin-level command families), preventing unintended non-OP access.
- Update notifier permission check now uses strict vanilla OP level (2) only.
/tpaand/tpaherenow respect player ignore lists and block requests from ignored senders./msgand/replynow respect ignore lists (messages are blocked when the recipient ignores the sender)./seennow reports last join data from stored player records instead of relying on online-only state.- Utility command behavior improved to use direct player state updates (flight, movement speed, health, hunger/saturation).
- Command toggle enforcement wired into additional command paths (
customcommands,mention,restart,paradigm editor/apply, and command modules), ensuring disabled commands stay disabled consistently.
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:rtIbYX4H"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:s4i32SJd:rtIbYX4H"
}

