File Details
Paradigm-1.20.1-1.1.0.jar
- R
- Aug 31, 2025
- 209.69 KB
- 304
- 1.20.1
- Forge
File Name
Paradigm-1.20.1-1.1.0.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
Changelog
Refactoring
- Refactored player cconversion, platform interfaces, and event system.
- Platform abstractions (
IComponent,IPlayer,IPlatformAdapter). - Introduced
ICommandSourceandIEventSystemfor platform-independent command & event handling. - Refactored command registration to use
ICommandSourceandCommandDispatcher<?>. - Improved permission checks, messaging, and code maintainability by reducing direct MC dependencies.
Features
- Added anonymous telemetry reporting (configurable, anonymized server metrics - The mod only sends player count and which version of mod u are using).
- Added robust JSON validation (
JsonValidator) with auto-syntax correction and preserved user values. - Added argument support for
CustomCommand(advanced tab completion & validation fixed). - Added /paradigm reload command to reload configs at runtime.
- Added help command module with interactive help for all modules.
Improvements
- Enhanced debug logging across initialization, restart scheduling, and config handling.
- Refined restart scheduler (bossbar, chat, title notifications).
- Improved announcement logic, placeholder replacement, and permission handling.
- Group Chat: new join request system, invite cooldowns, clickable UI, better feedback & messages.
- Staff Chat: static enable check, improved logging format, and higher priority than Group Chat.
Fixes
- Fixed placeholder replacement for null players.
- Updated language files with new translations & formatting.
- Improved update checking (now uses Modrinth API).