2.6.8
Compatibility
Required content
Changes
Highlights
- Local, global, and staff chat channels with configurable formats
- Private messages (
/msg,/replyand their aliases) and SocialSpy - @mentions with highlight and optional sound ping
- Ignore system for chat and PM filtering
- Per-player nick color system with RGB and gradient support
- Tab list customization with dynamic sorting and Carpet HUD compatibility
- Join/leave and first-join custom messages
- BlockBot Discord bridge support (passthrough and custom formatting modes)
- In-game admin panel (
/viapanel) with EN/RU localization - Optional "Nobody heard you" local-chat feedback when no players are in range
Integrations
LuckPerms · PlaceholderAPI · BlockBot · Carpet / Scarpet · BanHammer · Vanish
Scarpet
New simple generator script included – generates ready-to-use templates: logger, antispam, filter, discord queue, welcome, commands, stats
Configuration
- Main config:
viaStyle.toml - Runtime edit and reload via
/viapaneland/viaStyle reload
Compatibility
- Minecraft 1.21.10
- Fabric Loader 0.16.12+
- Java 21+
Notes
- Server-side only, no client mod required
- If upgrading from older builds, review
blockbot.passthroughand mention-related settings in config
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| viastyle-2.6.8+mc1.21.11-sources.jar | Source jar | 109.85 KiB |
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:IutchHc6:Dx4cyd4V"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IutchHc6:Dx4cyd4V"
}

