All versions
1.1.8
Release
Create: Shared Access 1.1.8last week 90
Compatibility
Minecraft: Java Edition
1.21.x
Platform
NeoForge
Supported environments
Client and server
Changes
Changelog
[1.1.8] - 2024-07-29
Security
- CRITICAL: Fixed trusted player list leak between unlinked Stock Tickers — standalone tickers no longer sync trusted lists with each other
- Owner is now implicitly trusted in
isTrustedOnNetwork()— no need to manually self-add - Added dimension isolation — same-frequency tickers in different dimensions no longer sync trust
- Blocked non-player entities (deployers) from claiming tickers as owner
- Owner-claim on shift-click now runs server-side only
- Added
mayBuild()permission check to both packet handlers - Reject unknown player names instead of silently creating broken offline-mode UUIDs
GUI
- New custom Gui
- GUI now closes after successfully adding a trusted player
Fixed
- Shift-click no longer desyncs client/server — server correctly cancels original interaction
getTrustedPlayers()now returns a copy of the internal map (prevents mutation leaks)- Ticker registration flag set only after all sync calls succeed
- Removed unused reflection fallback artifacts
Changed
- Version bumped to 1.1.8
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:JHtX6Fqw:r5RCfRA0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JHtX6Fqw:r5RCfRA0"
}

