
Aniko's Roleplay Mod
Aniko's Roleplay Mod is a lightweight mod majorly focused on Roleplay. The mod contains 100+ new commands with a variety of functions. They're split into 8 different categories. Chat, Misc, Character, Relation, Item, Writing, Dice, Operator.
1.0.3-neoforge
Compatibility
Changes
Kit System
/kit create <name>
/kit <name>
/kit <username> reset
Playtime System
/playtime
/playtimeall
Character Commands
/character set Residence
/character set Pronunciation
/character lastseen <character>
/character compare <character>,<character>
/character search <option> <text>
/character color <hex>
/character color <hex> <hex>
/character color <character> <hex>
/character color <character> <hex> <hex>
Status Tag Commands (Appears in Nameplate & Tab) Requires Aniko's Nameplate Addon Mod (Currently still in review upon release of this update)
/IC
/CIC
/afk
/ooc
/prompt cancel
/prompt preview
prompt support expanded to item lore, documents, and letters
GUI search buttons
Relations GUI search
Unknown relations tab search
item metadata expansion
natural metadata display in /inspectitem
sender metadata for letters/documents/journals
Created At / Last Modified dates
unread mail chat indicator
/character set Height
/character scale
optional Pehkui support
optional Origins support
/roleplayhelp Misc manual formatting restored
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:dMv5nMDF:EFZro0dP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dMv5nMDF:EFZro0dP"
}
