Dragons Server Tools

Powerful server-side administration suite featuring advanced item blocking, smart auto-cleanup, End dimension access control, and essential moderation tools for staff.

File Details

dragonstechmagic-1.4.0.jar

  • R
  • Aug 22, 2025
  • 101.38 KB
  • 30
  • 1.21.1
  • NeoForge

File Name

dragonstechmagic-1.4.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:dragons-server-tools-1326450:6916970"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

[1.4.0] - 2025-08-22

Added

  • God Mode
    • Commands: /gm on and /gm off
    • Full invulnerability without switching game mode
    • Flight enabled (mayfly) and free-flight capability
    • [GOD] prefix via scoreboard team (shown in chat and above player name)

Changed

  • God Mode melee punches now instantly kill targets (hitkill)

Fixed

  • Camera jitter when touching the ground in God Mode
    • Stopped forcing flying=true every tick; now only keep mayfly and reset fallDistance

Technical

  • New classes: GerenciadorModoDeus, EventosModoDeus, ComandoGM
  • Command and events registered in DragonsTechMagicCore
  • Save/restore previous player state (flight and team)
  • New manager: GerenciadorCongelamento to keep frozen state, initial position, and optional message
  • New events: EventosCongelamento to enforce freeze by:
    • Keeping player at initial position and zeroing movement every tick
    • Cancelling block break (speed and actual break), item use, block interactions, entity interactions, attacks, and item toss
    • Clearing titles on logout as good practice
  • New commands: ComandoFreeze registering /freeze and /unfreeze
  • Core updated: DragonsTechMagicCore registers commands and events
  • @SuppressWarnings("deprecation") for Abilities.mayfly