MKT Essentials

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

File Details

mktessentials-0.4.0.jar

  • R
  • Jun 25, 2026
  • 21.53 MB
  • 20
  • 1.21.1
  • NeoForge

File Name

mktessentials-0.4.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

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

Learn more about Curse Maven

✨ New Features

🏠 Per-rank home limits

The maximum number of homes can now be set per rank through dynamic LuckPerms permissions:

  • mktessentials.homes.<number> — the highest granted number wins (e.g. mktessentials.homes.10)
  • mktessentials.homes.* or mktessentials.homes.unlimited — unlimited homes

Resolution order: dynamic permission → mktessentials.max_homes meta → config general.max-homes.

/lp group vip permission set mktessentials.homes.10
/lp group admin permission set mktessentials.homes.unlimited

⏱️ Separate teleport cooldowns (TPA / RTP / Warps)

Each teleport type now has its own independent cooldown — using /tpa no longer blocks /rtp or /warp.

New config keys (-1 = inherit the global cooldown):

teleportation:
  cooldown: 10        # global default (unchanged)
  cooldown-tpa: -1
  cooldown-rtp: -1
  cooldown-warp: -1

Per-rank overrides via LuckPerms meta:

/lp group vip meta set mktessentials.teleport_cooldown.rtp 15

🔧 Notes

  • Fully backward compatible — existing configs and the global cooldown work as before.
  • The legacy mktessentials.teleport_cooldown meta still applies to all teleport types.