Links
Tags
Creators
Details
1.0.0
Compatibility
Changes
Admin Commands v1.0.0 - Initial Release 🎉
Welcome to the very first release of Admin Commands!
This launch brings a complete, server-side-only administration and utility suite to your NeoForge server. We've replaced the need for bloated Bukkit plugins with a tightly integrated, highly optimized NeoForge mod.
🚀 Highlights
- 100% Server-Side: Your players can connect using completely Vanilla clients! No mod download is required to play.
- Zero TPS Impact: We've engineered this mod with extreme performance in mind. All intensive tasks (like jail boundary checks and chat formatting) are handled by ultra-fast in-memory caching instead of disk lookups.
🛡️ Moderation System
- Added the Jail System: An inescapable prison system. Automatically strips a player's inventory when jailed and safely restores it upon
/release. - Added
/freeze: Lock players in place. - Added
/mute: Silence chat for disruptive players with optional durations. - Added
/vanish: Hide entirely from the world, the server list, and the Tab List.
💬 Vanity & Chat Customization
- Added
/nickname,/prefix, and/suffix: Instantly change your identity. - Changes sync beautifully across the Chat and the Tab List.
- Added
/itemnameand/itemlore: Rename the item in your hand using standard Minecraft color formatting codes (e.g.&a,&l).
🌍 Teleportation & Waypoints
- Added Global Warps: Create and manage server-wide
/warplocations. - Added Personal Homes: Allow players to
/sethomeand easily return to their base. - Added
/back: A lifesaver command that teleports you to your last death location or previous teleport origin.
🛠️ Utility Commands
- Added all standard essentials:
/fly,/god,/heal,/feed,/repair,/speed, and/c,/s,/ad,/sp(Gamemode shortcuts). - Added
/whois: Instantly pull up diagnostic info on a player (UUID, exact coordinates, mute status). - Added
/dimension,/top,/thru,/spawn, and/tpherefor fast navigation. - Added
/seeinvand/ecto inspect and manage player inventories. - Added
/kitto access pre-configured item kits.
Note to Server Owners: If any of our commands conflict with another mod, you can safely prefix our commands with
/ac:(for example:/ac:fly) to ensure they execute!
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:4vLfW3LS:1lz6OAX2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4vLfW3LS:1lz6OAX2"
}

