A server plugin for client mod that adds a system of tags and teams from Fortnite
A Spigot/Paper plugin that enables network communication for clients using the QuickMark Fabric mod.
It allows the mod to exchange structured packets between players without relying on chat messages.
.jar file into the plugins folder.No configuration is required.
QuickMark supports two network channels:
Plugin-based communication (this plugin)
Used automatically if the plugin is installed.
Provides reliable and fast packet exchange between clients.
Chat-based fallback
Used only if no plugin is detected.
The mod sends messages starting with quickmark:// that must not be blocked by chat filters.
Installing this plugin disables fallback mode and ensures stable communication.
If you rely on fallback communication, make sure:
quickmark://.If such messages are filtered, marker and team synchronization will stop working.
Build with standard Spigot plugin workflow. No additional dependencies required.