All versions
2.2.1
Release
CoreCommands 2.2.13 days ago 30
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
Platform
NeoForge
Supported environments
Dedicated servers only
Changes
Now works on Minecraft 26.2 with NeoForge. Your homes, warps, regions and settings carry over, just drop in the new jar.
New
/mute <player> [time] [reason]– mutes can now expire on their own/mute,/unmuteand/tempbanwork on players who are offline/trash– open a bin that destroys whatever you put in it/homes <player>– staff can view another player's homesteleportDelaysetting – stand still for a few seconds before teleporting (staff skip it)afkAutoMinutessetting – idle players are marked AFK automatically- Vanished staff now join silently
Fixes
- Jailed and frozen players could escape with
/home,/warp,/spawn,/backor/tpa - Turning
/backon in/cc configneeded a restart to work - Warps and spawn could be lost if the server crashed before the next autosave
- Logging out while AFK left you stuck as AFK
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:Tx4a1PW6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XQWm8sZ2:Tx4a1PW6"
}

