Links
Tags
Creators
Details
2.0.1
Compatibility
Changes
Basic Chat MiniMessage 2.0.1
This version allows you to define a custom chat configuration using config/basicchat.conf.
Configuring basicchat.conf
Use basicchat.conf to customize your chat layout. This version utilizes MiniMessage and supports the following placeholders:
<prefix_required>– A mandatory prefix.<prefix_optional>– An optional prefix; defaults to an empty string ("") if no prefix exists.<suffix_required>– A mandatory suffix.<suffix_optional>– An optional suffix; defaults to an empty string ("") if no suffix exists.<username>– The name of the user in plain text.<message>– The chat message, utilizing the same formatting as previous versions.
Permissions
basicchat.commands.basicchat
Grants access to the base /basicchat command. This permission is a prerequisite for sub-commands and provides no standalone functionality.
basicchat.commands.reloadconfig
Allows the use of /basicchat reloadconfig to refresh the chat settings from basicchat.conf.
Note: The configuration is also automatically loaded during mod initialization.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| basicchat-2.0.1-sources.jar | Source jar | 7.62 KiB |
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:OLRLb8jX:3QcqUQt7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OLRLb8jX:3QcqUQt7"
}

