Paradigm

Restart Scheduler, Custon Commands, Announcements and much more!

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

Forge

implementation fg.deobf("curse.maven:paradigm-1034237:6948790")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog

Refactoring

  • Refactored player cconversion, platform interfaces, and event system.
  • Platform abstractions (IComponent, IPlayer, IPlatformAdapter).
  • Introduced ICommandSource and IEventSystem for platform-independent command & event handling.
  • Refactored command registration to use ICommandSource and CommandDispatcher<?>.
  • 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).