Tags
Creators
Details
All versions
1.12.0
Release
FlectonePulse 1.12.0 Fabric2 weeks ago 40
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Dedicated servers only
Required content
Changes
✨ Features
- Added whois module for searching players by IP
- Added Minesweeper game with flag mode
- Added padding module for centering and aligning text with characters
- Added message context cache with expireAfterWrite option
- Added duplicate check setting for bans and mutes
- Added offline event handling in Twitch integration
- Added timeout setting for main executor threads
🔧 Refactors
- Player inventory on Hytale now uses hotbar component
- Task queue changed from SYNCHRONOUS to LINKED_BLOCKING executor
- Player head placeholder replaced with optional format
- Simplified translation argument handling in ComponentDecorator
- Added flag to control message caching
🐞 Bug Fixes
- Fixed UUID and nickname mismatch on login in whitelist module
- Added disconnect check in proxy mode in quit module
- Disabled legacy color conversion and removed query parameters from URLs in stream module
- Fixed message sending in Twitch (replaced telegram with twitch sender)
- Player tag no longer auto-resolves in usage messages
- Fixed hints in mutelist and dice
- Online status now correctly updates in cache without race conditions in proxy mode
- Unknown server on proxy is now handled
- getPacketVersion replaced with getClientVersion for version checks
- Added old client version check in object
- Added NPE handling in PlaceholderAPI placeholders
- Backslashes are now escaped in moderation reasons
- Exception when getting ping in player adapters is now handled
📦 Dependencies
- Updated Hytale Server to 0.5.7, HyUI to 0.9.8
- Updated SkinsRestorer API to v15.12.5
- Updated Cloud libraries to v2.0.0-beta.17
- Updated Fabric Loom to v1.17.16
- Updated Vanish to v1.6.15
- Updated LibertyBans to v1.1.4
- Updated Velocity API to v4
- Updated PlaceholderAPI to v2.12.3
- Updated Jackson to v3.2.1
- Updated Log4j to v2.26.1
- Updated PostgreSQL to v42.7.13
- Updated Netty to v4.2.16
- Updated JDBI to v3.54.0
- Updated Triton API to v4.1.0
- Updated SQLite to v3.53.2.1
- Updated TelegramBots to v10.1.0
- Updated fastutil to v8.5.19
- Updated Gradle to v9.6.1, Shadow plugin to v9.6.1
New Contributors
- @MISQZY made their first contribution in https://github.com/Flectone/FlectonePulse/pull/419
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:mCjXfOLx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WiUMnQfl:mCjXfOLx"
}


