Description
⚙️ BetterAdminUtilities
A lightweight Forge 1.20.1 admin utility mod that combines useful moderation, event, and server management commands into one package.
Perfect for:
- small to medium servers
- event servers
- private SMPs
- admin/staff teams
- creators who want simple utility commands without installing lots of tiny separate mods
✨ Included Features
🕊️ Fly
Enable or disable flight for yourself or other players.
Commands
/fly off
/fly on <player>
/fly off <player>
/fly on @a
/fly off @a
🍖 Feed
Restore full hunger, saturation, and exhaustion.
Commands
/feed <player>
/feed @a
❤️ Heal
Fully heal players, restore hunger, and clear fire.
Commands
/heal <player>
/heal @a
⚡ Speed
Change walking and flying speed with a multiplier or reset it back to normal.
Commands
/speed <player> <multiplier>
/speed @a <multiplier>
/speed reset
/speed reset <player>
/speed reset @a
⚔️ PvP Toggle
Quickly enable or disable PvP server-wide.
Commands
/pvp disable
/pvp status
🎲 RandomTP
Teleport players to a safe random position inside a coordinate range.
Commands
Example
🌀 TPA
Simple teleport request system with warmup and cooldown settings.
Commands
/tpaccept
/tpdeny
/tpadecline
/tpasetwarmup <seconds>
/tpasetcooldown <seconds>
/tparesetcooldown
Useful for survival servers where players should request permission before teleporting.
👻 Hide
Toggle hide mode for yourself or other players.
Hidden players:
- are visually hidden from others
- can use the O key as a quick toggle
- are protected from many interactions while hidden
Commands
/hide on
/hide off
/hide <player>
/hide <player> on
/hide <player> off
/hide @a
/hide @a on
/hide @a off
❄️ Freeze
Freeze entities or players in place.
Frozen targets:
- cannot move
- cannot interact normally
- show a small frozen particle effect
Commands
/freeze everything
/unfreeze <targets>
/unfreeze everything
🧹 ClearLag
Quickly remove common lag-causing entities.
Commands
/clearlag mobs
/clearlag projectiles
/clearlag xp
/clearlag entities
Useful for cleaning up:
- dropped items
- loose mobs
- arrows/projectiles
- XP orbs
- general clutter
Protected entities like players, villagers, named mobs, and tamed animals are not removed where intended.
🛠️ Server Config
The mod automatically creates a config file:
You can disable command groups you do not want, for example:
enable_feed=true
enable_heal=true
enable_speed=true
enable_pvp=true
enable_randomtp=true
enable_tpa=true
enable_hide=true
enable_freeze=true
enable_clearlag=true
pvp_enabled=true
Set any enable_ value to false to fully disable that feature.


