Tags
Creators
Details
2.8.1
Compatibility
Required content
Changes
Full English changelog available on GitHub. Full French changelog available on our Discord.
Summary
This polish update adds in-game alert color customization, allowing server administrators to define default CSAR chat colors while players can optionally use their own personal preferences.
Fixed
- Fixed compatibility issues with existing alert message building after adding configurable colors
- Fixed older message builder calls that could break with the new color system
- Fixed the custom color section being too visually dense by making it collapsible
Added
- Added in-game chat alert color customization
- Added server-side default alert colors in
/csar server - Added player-side alert color customization in
/csar config - Added an option for players to choose between server colors and personal colors
- Added customizable colors for alert tags, Pokémon names, categories, nearest players, coordinates, secondary text, and separators
- Added bold options for alert tags and Pokémon names
- Added server and player reset buttons for alert colors
- Added a collapsible custom colors section in the player config UI
Changed
- Changed classic Pokémon spawn alerts to use the configured in-game colors
- Changed player custom colors so they only apply when server colors are disabled
- Changed server alert colors to be the default for all players
- Changed the player config UI so custom colors remain visible and editable before being enabled
- Changed the default CSAR alert colors to improve chat readability
Improved
- Improved visibility of important alert elements
- Improved Pokémon name readability in classic spawn alerts
- Improved the visual hierarchy of CSAR chat alerts
- Improved player control over personal alert appearance
- Improved server control over default alert appearance
- Improved consistency between server-defined colors and player-local overrides
Notes
- Alert color customization only affects in-game chat alerts
- Discord webhook colors and embeds are not affected
- Players use server colors by default
- Players can enable personal colors from
/csar config - Resetting player colors returns the player to server-defined colors
Optional dependencies
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:meUPQ1KX:WvwNl8pZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:meUPQ1KX:WvwNl8pZ"
}

