All versions
1.0
Release
AdminGui 1.08 months ago 4,656
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Bukkit
Paper
Spigot
Changes
Changelog
v1.0.0 – Initial Release
Admin GUI
- Added a full-featured admin GUI accessible via
/admingui - Clean, fast interface designed for real moderation workflows
- Back button available on all menus
- Confirmation screens for destructive actions
- Target selection via hidden chat input (not sent to public chat)
Player Management
- Ban, tempban, kick
- Mute, tempmute, unmute
- Warn system with custom reasons
- Time picker GUIs for temporary punishments
Vanish System
- Self-only vanish toggle
- Hidden from players and tab list
- Action bar indicator while vanished
- Chat disabled while vanished (commands allowed)
- Vanished players cannot be messaged (
/msg,/w,/tell)
Inventory Tools
- Live inventory editor for staff
- Real-time syncing to target inventory
- Supports armor and offhand slots
- Safe editor GUI (does not open target’s real inventory)
- EnderChest viewer (read-only)
- EnderChest editor (live)
Teleportation
- Teleport to target
- Teleport target to you
- Teleport to spawn
- Teleport to coordinates via input prompt
- Back system that works after teleports and deaths
Moderation Tools
- Freeze / unfreeze players
- Prevents movement and block breaking
- Fall damage disabled while frozen
- Player inspection (health, food, gamemode, location)
Chat Moderation
- Global chat mute toggle
- Silent chat clear (no broadcast message)
- Admin broadcasts via input prompt
- Admin announcements via input prompt
Server Controls
- Time control (day / night)
- Weather control (clear / rain / thunder)
- Difficulty control (peaceful / easy / normal / hard)
World Tools
- Kill mobs by category (all / hostile / passive)
- Basic lag and entity information
Compatibility
- Tested on Minecraft 1.19 – 1.21
- Paper / Spigot supported (Paper recommended)
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:S597g3Nc:VsdBECrg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:S597g3Nc:VsdBECrg"
}

