Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 years ago
Updated last year
All versions
0.6.4
Release
Sequoia 0.6.4last year 100
Compatibility
Minecraft: Java Edition
1.21.4
Platform
NeoForge
Supported environments
Client-side
Required content
Unavailable version
Unavailable version
Unavailable version
Changes
- Version and HTTP fixes
- Fixed WebSocket issues
- Squashed commit of multiple changes
- Fixed party list handling for raid completions display
- Fixed WebSocket reconnection when not connected to Wynncraft
- Skipped WebSocket data sending when not connected to Wynncraft
- Fixed PartyRaidCompletionsDisplayFeature to check the entire party list
- Added Pill font support
- Enhanced SChannelMessageWSMessageHandler to include guild rank
- Ensured proper release of rate limiters
- Added GIStateUpdateWSMessage for guild map data relay
- Updated import statements to use Gson annotations for serialization
- Refactored WebSocket message handling and introduced rate limiters
- Fixed indefinite blocking of rate limiter
- Fixed NPE in onTerritoryCaptured guild rank check
- Bumped Wynntils version
- Refactored DiscordChatBridgeFeature to use original styled text
- Added GIC3HWSMessage and SIC3DataWSMessage
- Updated WSMessageType to replace deprecated message types
- Added WSStateOpCodeType enum and WSConstants class for WebSocket
- Updated CODE_PATTERN to match 64-character codes
- Implemented automatic WebSocket reconnection logic
- Ensured WebSocket closes when disabled
- Refactored WebSocket command checks for guild membership
- Bumped mod version
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:fn9R8LGk:uf4lPJsI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fn9R8LGk:uf4lPJsI"
}

