Tags
Creators
Details
1.2.0
Compatibility
Required content
Changes
Full English changelog available on GitHub. Full French changelog available on our Discord.
Summary
This update improves TPS Reforged alerts with smarter detection, warning and critical levels, Discord embeds, status commands, and a cleaner configuration folder.
Added
- Added smarter performance alerts using consecutive bad checks before triggering
- Added recovery detection using consecutive good checks
- Added warning and critical alert levels
- Added Discord webhook embeds for cleaner alert messages
- Added
/tpsr webhook statusand/tpsr alerts status - Added
CONFIG_COMMENTS_FR.txtandCONFIG_COMMENTS_EN.txt - Added a dedicated config folder:
config/TPS Reforged/ - Added automatic migration from older config locations
Changed
- Changed the main command to
/tpsr - Changed the config file location to
config/TPS Reforged/tpsreforged.json - Changed performance alert logs to be stored in the TPS Reforged config folder
- Changed
/tpsr helpto match the new command structure
Improved
- Improved Discord alert readability with embeds
- Improved alert reliability by avoiding alerts from short temporary spikes
- Improved config organization by grouping all TPS Reforged files in one folder
- Improved support and debug workflow with webhook and alert status commands
Removed
- Removed the old
/tpsreforgedcommand
Notes
- Use
/tpsras the only command entry point - Existing older config files are migrated automatically when possible
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:Yk4uZSPy:1oPDZJYO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Yk4uZSPy:1oPDZJYO"
}

