Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 4 days ago
All versions
1.2
Release
Saros Char System 1.2last year 346
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Server-side
Singleplayer
Changes
Changelog
Saros-Char-System-1.20.1-1.2
Added
- Added admin functionality to change another player's character using
/char <number> <playername>. This allows server operators to switch characters for other players. - Added tab completion for character numbers and player names when using the
/charcommand. The currently selected character is excluded from suggestions. - Implemented the
/editcharcommand to view and edit character properties:/editchar <char_id>- Shows character information/editchar <char_id> firstname <value>- Changes the character's first name/editchar <char_id> lastname <value>- Changes the character's last name/editchar <char_id> birthdate <value>- Changes the character's birth date/editchar <char_id> gender <value>- Changes the character's gender
- Added the
/charinfocommand to view information about other players' characters:/charinfo <playername>- Shows information about the player's current character/charinfo <playername> list- Lists all characters of a player with detailed information/charinfo <playername> <char_id>- Shows comprehensive information about a specific character- All parameters support tab completion
- Displays all character properties with colored formatting for better readability
- Shows additional custom properties that may have been added to characters
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:KTdSUDHU:WWMFYJMv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KTdSUDHU:WWMFYJMv"
}


