Tags
Creators
Details
All versions
1.11.0
Release
FlectonePulse 1.11.0 Fabric2 months ago 141
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Dedicated servers only
Required content
Changes
✨ Features
- Added support for Minecraft version 26.2
- Started NeoForge support (in development)
- Completely reworked the command system in the scoreboard. Added per-player visibility control and support for name display distance
- Added distance-based text rendering in belowname
- The spy module has been rewritten using packet monitoring (so it works on Fabric too)
🔧 Refactors
- In FPlayer, improved ID generation and type handling; now uses a constant for the console
- The bubble module uses its own ExecutorService with error handling
- Objective name generation has been extracted into a separate method
- In FColor, added comments for SEE and OUT types
🐞 Bug Fixes
- Optimized database connection pool
- Handled concurrent player updates in FPlayerDAO
- Added client version check in ServerLink
- Console excluded from offline player suggestions
- Added color context control in objective
- getFirst replaced with getInt for compatibility with JVM downgrader
- Fixed argument order in sulfur cube death messages
📦 Dependencies
- Updated PacketEvents to 2.13.0
- Updated VoiceChat API to v2.6.20
- Updated Fabric to 26.2
- Updated Fabric Loom to v1.17.12
- Updated Vanish to v1.6.14
- Updated Cloud Fabric to v2.0.0-beta.17
- Updated Cloud Paper to v2.0.0-beta.16
- Updated Gradle to v9.6.0
- Updated maven.publish plugin to v0.37.0
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:WiUMnQfl:RkhGcV5o"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WiUMnQfl:RkhGcV5o"
}


