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
✨ 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.*ormktessentials.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
cooldownwork as before. - The legacy
mktessentials.teleport_cooldownmeta still applies to all teleport types.