All versions
1.0.12
Release
WCESIC 1.0.123 weeks ago 72
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Unavailable version
Changes
- Created WCESIC.
- Added
/icto set a player as [IC]. - Added
/oocto set a player as [OOC]. - Added
/rpstatus offto remove the current IC/OOC status. - Added
/rpstatus clearas an alternate clear command. - Added server-to-client status syncing.
- Added login syncing so joining players receive existing statuses.
- Added WCE nameplate support.
- Added overhead
[IC]and[OOC]markers for WCE cat morphs. - Changed the overhead marker to replace WCE’s small player/morph icon when active.
- Restored WCE’s normal player/morph icon automatically when status is cleared.
- Added chat-name integration using WCE-style chat name behavior.
- Added
[IC]/[OOC]before the displayed chat name. - Kept chat messages themselves unchanged.
- Set
[IC]to green. - Set
[OOC]to red. - Removed earlier generic overhead rendering behavior to avoid duplicate markers.
- Avoided vanilla teams, nicknames, LuckPerms, and command-alias systems.
- Built for Minecraft
1.21.1and NeoForge21.1.235+. - Added compatibility targeting Warrior Cats Events
1.11.0+.
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:jevIBHgh:2XnJPhB6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jevIBHgh:2XnJPhB6"
}

