1.6.0
Compatibility
Changes
๐ Join Our Discord for Giveaways & Events! ๐ฎ
Join our Discord Server ๐ for monthly giveaways & events where you can win coupon codes or plugins like AstralSwords Premium or TrimBlades! ๐จ๐
FaithBreak v1.6.0
Release Date: June 17, 2026
๐ฏ Summary
Maintenance release โ internal architecture refresh for command handling and player preference persistence, keeping existing server workflows intact while making future updates safer.
Changes
- โก Command Architecture Refresh โ
/muslim,/non-muslim, and/fbhandling now live in dedicated command classes instead of the main plugin class. - โก Player Preference Service Extraction โ Player mode persistence and legacy
optout.ymlmigration were moved into a dedicated service for cleaner long-term maintenance. - โก Model Cleanup โ Shared player location and player mode data structures were extracted into dedicated model classes.
- โก No Public Workflow Changes โ Existing commands, permissions, config values, and normal player/server behavior continue to work as before.
Configuration
- No public configuration changes in v1.6.0.
Commands
- No player or admin command syntax changes in v1.6.0.
Compatibility
- Paper/Spigot 1.21.x โ
๐ฅ๏ธ Need a Server?
๐ Looking for reliable Minecraft hosting? Check out Atlass Hosting โ affordable, fast, and perfect for running FaithBreak! โก
๐ฌ Got suggestions or found a bug?
Jump into Discord and let me know!
โ Support Me on Ko-fi
If you like my work, consider buying me a coffee:
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:Jghhg4Vq:Mbo3MQ1d"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Jghhg4Vq:Mbo3MQ1d"
}

