promotional bannermobile promotional banner

MKT Essentials

A server-side utility mod providing many essentials tools for neoforge

File Details

mktessentials-0.2.2.jar

  • B
  • May 14, 2026
  • 15.42 MB
  • 20
  • 1.21.1
  • NeoForge

File Name

mktessentials-0.2.2.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:mkt-essentials-1541902:8086430"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

# Changelog ## [0.2.2] ### Bug Fixes - **`/speed` command is now always available** — previously, the command would silently stop working if `/heal`, `/fly`, and `/god` were all disabled in the config. It now registers independently regardless of other commands being toggled off. - **`/speed` values now make sense** — value `1` is the default (vanilla) speed for both walking and flying. The minimum allowed value is `1` (previously `0`, which would completely freeze the player). - **`/speed` changes now persist across reconnects** — your custom walk and fly speed are saved and automatically restored when you rejoin the server. Previously they would reset every time you disconnected. - **`/speed fly` now warns you if the target can't fly** — if the player doesn't have flight enabled (and isn't in Creative/Spectator), you'll get a notice that the speed was saved but won't take effect until flight is turned on. - **Join/quit messages now work without PlaceholderAPI** — if the PlaceholderAPI mod is not installed on the server, join and leave messages will correctly show the player's name instead of displaying a raw placeholder like `%mktessentials:full_name/safe%`.