All versions
2.0.1
Release
CoreCommands 2.0.16 months ago 73
Compatibility
Minecraft: Java Edition
1.21.x
Platform
NeoForge
Supported environments
Dedicated servers only
Changes
New Commands
Player
/ping— Check your connection latency/msgtoggle— Toggle receiving private messages/w,/whisper,/tell— New aliases for/msg
Staff
/gmc,/gms,/gma,/gmsp— Quick gamemode switching/invsee <player>— View a player's inventory/freeze <player>— Freeze/unfreeze a player in place/staffchator/sc— Private staff-only chat channel/socialspy— Monitor all private messages
Moderation
/warn <player> <reason>— Issue a warning/warnings <player>— View a player's warning history/clearwarnings <player>— Clear all warnings/tempban <player> <duration> <reason>— Temporarily ban a player (e.g.1d12h,30m)/unban <player>— Remove a temporary ban/checkban <player>— Check remaining ban time
Improvements
- Private messages now have a cleaner format and play a notification sound
- Max homes, RTP range, TPA timeout, and back command are now fully configurable via
config.json - Config auto-merges new options on update — no need to delete your old config
- Expanded version support for Minecraft
1.21through1.21.x
Bug Fixes
- God mode and vanish state no longer reset on server restart
- Fixed potential crash caused by concurrent data access on load
- Removed broken TPA request persistence that caused failed teleports after restart
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:XQWm8sZ2:6LItGJdC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XQWm8sZ2:6LItGJdC"
}

