Quickmark

Quick rating

Community listing page, reviews here may not be monitored by the author.

Quickmark

By UnknKriodOwner

No reviews yet

A mod that adds the teams and mark system from Fortnite

Mod Loaders
Minecraft

About

Description

QuickMark

Modrinth GitHub

A Minecraft Fabric mod that brings Fortnite's marker and team HUD system to Minecraft.

📥 Installation

For Players

  1. Install Fabric Loader (0.14.0+) for Minecraft 1.21.7+
  2. Install the Fabric API (0.16.14+)
  3. Download the latest version of Quickmark from Modrinth
  4. Place the .jar file into your mods folder

For Servers

  • Fabric Server: Simply add the QuickMark mod to the mods folder.
  • Spigot/Paper (Recommended): For optimal performance and compatibility, install the QuickMark Plugin into the plugins folder. The mod will automatically switch to plugin-based communication.

Usage

Marker System

  • Single mouse wheel click — place a normal marker
  • Double mouse wheel click — place a danger marker
8bc1e1325642cb8424247c1e403fae508f8bf789.png bef89b7428a055d1474f25e4fe9fcbb883aa882d.png f838da792e3c2b7051ac3ddd8054f3bb43d41031.png

Markers sync automatically across your team and play sound notifications.

Team Management

Invite players:

/qm invite <player>

Leave the team:

/qm leave

Accepting Invitations

When you receive an invite, a notification will appear. Press Y (default key, customizable in Minecraft's Controls menu) to accept.

Team HUD

When you're in a team, a HUD appears showing the health of all teammates.

invitation.gif

GUI

Main tab:

main_tab

The main tab with teammates:

main_tab_with_teammates

The invitations tab:

invite_tab

The incoming invitations tab:

invites_tab_incoming

The outgoing invitations tab:

invites_tab_outgoing

🛠️ For Server Administrators

QuickMark uses two communication methods:

  1. Via Plugin (Recommended) — Offers the best performance and reliability. Download the plugin here.
  2. Via Chat (Fallback) — If the plugin is not found, the mod uses chat messages prefixed with quickmark://.

⚠️ Crucial for Fallback Mode: If you are not using the server plugin, ensure that your chat or anti-cheat plugins do not filter or remove messages starting with quickmark://, as this will break the mod's team and marker synchronization.

Known Issues

  • The problem with leaving the team (the status is not updated on one of the sides).
  • The Leave Team button appears in the GUI for the leader.
  • The marker icon experience a slight positional offset from the exact center of the crosshair, depending on the camera's pitch and yaw.

Plans

  • Some overlays from Fortnite (similar to the invitation overlay)

⭐ Inspiration

The mod is inspired by Fortnite’s intuitive marker system, designed to enhance team coordination and communication in Minecraft.


🚀 Contributing

Pull Requests are welcome! Please feel free to submit issues and contributions on our GitHub repository.

For development setup, clone the repo and run ./gradlew build.