File Details
dragonstechmagic-1.4.3.jar
- R
- Feb 10, 2026
- 110.76 KB
- 32
- 1.21.1
- NeoForge
File Name
dragonstechmagic-1.4.3.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
[1.4.3] - 2026-02-10
Added
- Enhanced Game Master (GM) Mode
- New
/gmcommand system replacing the old God Mode and Spectator modules. - Core GM:
/gm on/offtoggles God Mode (Invulnerability, Flight) without the[GOD]prefix in TAB. - Intangibility:
/intangivel [on|off]allows passing through walls (Spectator-like movement) while remaining visible or invisible. - Invisibility (Vanish):
/invisivel [on|off]makes the GM completely invisible to other players (including TAB list disguised as Survival) but allows interaction with the world. - Damage Configuration:
/gm dano <value|padrao>allows setting custom damage output (e.g., One Hit Kill) or resetting to Vanilla damage. - Anonymous Kills: Kills by GMs show generic "Magic" death messages instead of the player name.
- New
Changed
- Stealth Improvements:
- GM users are now disguised as SURVIVAL in the TAB list even when using Invisibility or Intangibility.
- Removed
[GOD]prefix from TAB to prevent detection.
- Damage Logic: Default GM damage is now Vanilla. Hit-kill must be explicitly configured via
/gm dano.
Removed
- Legacy Modules: Removed the standalone
Spectatemodule as it was superseded by the new/intangiveland/invisivelsystems.
Technical
- Packet Manipulation
- Implemented advanced packet handling for
ClientboundPlayerInfoUpdatePacketto mask GameMode. - Added support for
ClientboundAddEntityPacketto properly spawn fake entities when needed.
- Implemented advanced packet handling for