All versions
2.0.2
Release
CoreCommands 2.0.25 months ago 127
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.x
Platform
NeoForge
Supported environments
Dedicated servers only
Changes
New Commands
/rules add|remove|set|reload- Manage server rules in-game (op only)/cc//corecommands- Show version info/cc reload- Reload all config from files/cc save- Force save all data/tppos <x> <y> <z>- Teleport to exact coordinates/ci [player]- Clear inventory/smite <player>- Strike lightning on a player
Improvements
- Auto-save every 5 minutes - no more data loss on crash
- Homes, warps, spawn, and back now work across dimensions (overworld, nether, end)
- Old save data auto-upgrades to include dimension info
- Expired temp bans are cleaned up automatically
rules.jsonnow auto-creates in the config folder on first load- Consolidated gamemode commands into a single clean class
- Config folder reorganized - only
config.jsonandrules.jsonat top level, all data moved todata/subfolder - Existing data files auto-migrate to
data/on first load
Bug Fixes
- Fixed homes/warps teleporting to wrong dimension
- Fixed
rules.jsonnot appearing in config folder until first shutdown - Fixed freeze position not persisting across dimensions
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:vAWxA3xi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XQWm8sZ2:vAWxA3xi"
}

