Ultimate ColorMatch Pro v1.7

Advanced Automated MiniGame | Full MySQL & Bungee Support | Epic Cosmetics Shop
    • wallpaper.png
    • 2026-05-08_16.46.06.png
    • boom.gif
    • round.gif
    • new gui.gif
    • profile.gif
    • wallpaper.png
    • 2026-05-08_16.46.06.png
    • boom.gif
    • round.gif
    • new gui.gif
    • profile.gif
  • How it works

    Try this product in game with a hosted Minecraft server!
    1. Click 'Request test server'
    2. Join the provided IP address
    3. Try out the product for up to 30 minutes
    4. Stop the server when you're done

    Requesting a test server will duplicate the original files and provide you a new server for you to join and experiment with for up to 30 minutes. Any changes you make will not be served so feel free to play around!

    There are no limits to the number of servers you may start, but you can only have one test server active at a time. You must stop any active test servers in order to start up a new one.

    Features

    • Completely free
    • Instant setup
    • Full operator permissions
    • Invite friends
    • No usage limits

    Testing servers provided by PebbleHost.
    Visit PebbleHost.com
sale.png

ultimate colormatch.png


Turn your server into a high-energy arcade with the most polished ColorMatch plugin on the market!

ColorMatch is a fast-paced, fully automated minigame where players must find the correct color on a shifting floor before time runs out. As the rounds progress, the tension rises with increasing speed and shrinking platforms!

why choose colormatch.png


  • 💎 Integrated Shop & Cosmetics: Let your players shine! Features a fully built-in economy where players earn coins to unlock exclusive Wings, Particle Trails, and Tactical Gadgets.
  • 🚀 Dynamic Difficulty: The game scales automatically! Rounds get faster, and after round 10, Hardcore Mode kicks in with 1x1 blocks.
  • 🌐 Network-Ready Stats (MySQL): Full MySQL support to sync wins, losses, and rounds played seamlessly across your entire network.
  • 📊 Persistent Local Tracking: Don't have a database? No problem! Built-in flat-file stats tracking works out of the box and can be accessed via /stats.
  • 🎨 Visual Masterpiece: Animated rainbow scoreboard, custom BossBars, and immersive particle effects for a premium feel.
  • 🛠️ Intuitive Arena Editor: Customize your arena background and appearance live in-game! Use our powerful GUI-based editor to design your maps without ever touching a configuration file.
  • 🛠️ Zero-Configuration Setup: Just drop in the JAR! The plugin automatically generates its own world (colormatch_world) and even builds a glass lobby dome if no spawn is set.
  • 🔌 BungeeCord Support: Optimized for networks! Designed as a high-performance standalone minigame that automatically sends players back to your lobby.
  • 🔊 Pro Sound System: Immersive audio feedback for every action (Level-Up sounds for starts, Anvil sounds for errors).
  • 🎮 Admin Command Center: Manage everything (Start/Stop/Test) via an intuitive GUI or the /cm command.

commands.png


  • /cm - Opens the Admin GUI for game management. (Permission: colormatch.admin)
  • /start - Start the lobby countdown. (Permission: colormatch.admin or colormatch.premium)
  • /test - Start solo Test Mode. (Permission: colormatch.admin)
  • /stop - Terminate the current session. (Permission: colormatch.admin)
  • /setlobby - Define the lobby spawn point. (Permission: colormatch.admin)
  • /sethologram - Create a statistics hologram. (Permission: colormatch.admin)
  • /removehologram - Delete the existing statistics hologram. (Permission: colormatch.admin)
  • /stats - View your own wins, losses, and rounds played. (Permission: None)
  • /stats [player] - Check the statistics of another player. (Permission: None)
  • /edit - Enter the Arena Build Mode to make changes. (Permission: colormatch.admin)
  • /save - Save all changes and sync the arena data. (Permission: colormatch.admin)
  • /cancel - Discard all unsaved changes and exit Build Mode. (Permission: colormatch.admin)

dynamic game events.png


The game evolves every few rounds to keep the challenge fresh:
  • ⚡ Round 5+: Speed Mode - All players receive Speed II to increase the chaos.
  • 💀 Round 10+: Hardcore Mode - The floor pattern shrinks from 2x2 areas to single 1x1 blocks.
  • ⚔️ Round 15+: Knockback Event - PvP is activated! Punch your opponents off the platform.
  • ⏱️ Turbo Rounds: Reaction time decreases every round until it hits a lightning-fast 1.5 seconds.

features at a glance.png


  • In-Game-Arena Editor: Easily customize your arena backgrounds and layers directly in-game using the new visual editor tools.
  • Spectator System: Eliminated players or late-joiners can watch the action from above.
  • Anti-Grief Protection: Built-in protection against block breaking, placing, and fall damage.
  • Smart Inventory: Target color block is automatically distributed to all hotbar slots.
  • Win Sequence: Epic firework show and title displays for the last survivor.
  • Fully Customizable: Every single message and prefix can be edited in the messages_en.yml or messages_de.yml.

easy setup.png


  • Upload: Drag and drop the ColorMatch.jar into your server's plugins folder.
  • Restart: Restart your server to generate the world and configuration files.
  • Choose your Lobby:
    • Option A (Manual): Go to your desired location and use /setlobby to define your custom spawn point.
    • Option B (Automatic): If no spawn is set, the plugin will automatically use the default spawn in the colormatch_world (including a pre-built glass dome).
  • Play: Invite your players and let the fun begin!

config.png


Code:
# ==========================================
# ColorMatch - Configuration
# ==========================================

# Select language: 'de' or 'en'
language: en

# BungeeCord Settings
bungeecord:
  enabled: false
  fallback-server: "lobby"

# MySQL Settings
mysql:
  enabled: false
  host: "localhost"
  port: 3306
  database: "colormatch"
  user: "root"
  password: ""

# Prefixes for messages
prefix: "§a§l»"
error-prefix: "§c§l»"
test-prefix: "§e§l»"
stop-prefix: "§4§l»"

# Chat Settings
chat:
  modify-format: true
  game-prefix: "§a§l✔"
  spectator-prefix: "§c§l✘"
  format: "§8[%format-tag%§8] §7%player% §8» §f%message%"

# Tablist Settings
tablist:
  modify-format: true
  format: "§8[%format-tag%§8] §7%player%"

# Gameplay settings
settings:
  min-players: 5
  max-players: 10
  auto-restart-after-game: true

# Shop Settings / Wings
shop:
  wings1:
    price: 5000
  wings2:
    price: 12500
  wings3:
    price: 25000
  wings4:
    price: 40000
# Shop Settings / Effects
  effect1:
    price: 2500
  effect2:
    price: 7500
  effect3:
    price: 15000
  effect4:
    price: 25000
# Shop Settings / Special Items
  item1:
    price: 30
  item2:
    price: 50
  item3:
    price: 60
  item4:
    price: 45
  economy-name: "Coins"

messages de.png


Code:
# ==========================================
# DEUTSCHE ÜBERSETZUNG (de)
# ==========================================

# --- Einheiten ---
unit-second: "Sekunde"
unit-seconds: "Sekunden"

# --- Hologram System ---
hologram-title: "§e§l« §6§lTOP 5 SPIELER §e§l»"
hologram-separator: "§8§m           §7 ◈ §8§m           "
hologram-line-format: "§7#%rank% §f%player% §8» §6%wins% Siege"
hologram-set-success: "%prefix% §7Hologramm-Punkt erfolgreich gesetzt!"
hologram-removed: "%prefix% §7Das Hologramm wurde erfolgreich entfernt."
hologram-no-data: "§cNoch keine Daten vorhanden"

# --- System & Commands ---
no-op: "%error-prefix% §7Du hast keine Berechtigung, diesen Befehl zu nutzen!"
player-not-found: "%error-prefix% §7Kein Eintrag für diesen Spieler gefunden."
wait-ending: "%error-prefix% §7Bitte warte, bis die aktuelle Endphase vorbei ist!"
game-already-running: "%error-prefix% §7Das Spiel läuft bereits!"
no-game-running: "%error-prefix% §7Es läuft aktuell kein Spiel!"
not-enough-players: "%error-prefix% §7Nicht genug Spieler vorhanden! (§e%online%§7/§6%needed%§7)"
manual-start: "%prefix% §7Das Spiel wurde manuell gestartet!"
test-mode-activated: "%test-prefix% §7Der Test-Modus wurde für dich aktiviert!"
game-stopped: "%stop-prefix% §7Das Spiel wurde sofort abgebrochen und zurückgesetzt!"
server-full: "%prefix% §cDer Server ist voll! §7(§e%max%§7/§6%max%§7)"
lobby-set-success: "%prefix% §7Lobby-Punkt erfolgreich gesetzt!"

# --- Arena Editor System ---
editor-mode-enabled: "%prefix% §7Editor Modus §aaktiviert§7. Änderungen werden erfasst."
editor-mode-disabled: "%prefix% §7Editor Modus §cdeaktiviert§7. Änderungen gespeichert."
editor-mode-cancelled: "%stop-prefix% §7Der Editor Modus wurde abgebrochen. Änderungen verworfen."
editor-mode-running: "%error-prefix% §7Das Spiel kann nicht gestartet werden, solange der §eEditor-Modus §7aktiv ist!"
editor-already-active: "%error-prefix% §7Der Editor ist für dich bereits geöffnet."
editor-not-active: "%error-prefix% §7Du bist aktuell nicht im Editor Modus!"
editor-field-no-break: "%error-prefix% §7Das Spielfeld kann bis Ebene Y210 nicht bearbeitet werden!"
editor-field-no-place: "%error-prefix% §7Das Spielfeld muss bis Ebene Y209 frei bleiben! (Ab Y210 erlaubt)"
editor-out-of-bounds: "%error-prefix% §7Dieser Block liegt außerhalb des Speicherbereichs!"
editor-limit-info: "%error-prefix% §7Hier wird nichts gespeichert! (Bereich: X/Z -75 bis 75, Höhe 199-250)"

# --- Spiel-Phasen ---
join-message: "%prefix% §7Spieler §a%player% §7hat die Runde betreten. §8(§e%online%§7/§e%max%§8)"
quit-message: "%prefix% §7Spieler §c%player% §7hat die Runde verlassen. §8(§e%online%§7/§e%max%§8)"
spectator-mode: "%prefix% §7Du bist nun ein Zuschauer."
waiting-for-players: "§c✖ §7Warten auf Spieler... (§e%online%§7/§6%needed%§7)"
game-starting-in: "§a● §7Spielstart §8| §e%timer% %unit%"
ready-title: "§6%timer%"
ready-subtitle: "§7Bereit machen..."

# --- In-Game Events ---
speed-mode-msg: "%prefix% §e§lSPEED-MODUS: §7Ab jetzt wird es rasant!"
hardcore-mode-msg: "%prefix% §c§lACHTUNG: §7Ab jetzt sind die Felder kleiner!"
knockback-event-msg: "%prefix% §d§lSCHUBS-ALARM: §7Ab jetzt gibt es ordentlich Rückstoß! §8(PvP aktiv)"
item-rescue-activated: "%prefix% §7Das Item §b§lRettungsanker §7wurde aktiviert!"
item-shield-activated: "%prefix% §b§lSCHUTZSCHILD §7entladen! Impuls-Rückstoß ausgelöst."
actionbar-search: "§6● §fSuche: %colorname% §8| %color%%seconds% %unit%"
bossbar-color-prefix: "Farbe: "

# --- Ende & Sieg ---
win-broadcast: "§8➢ §6§l%player% §7hat die Runde §e§lGewonnen§7!"
win-title: "§e§l🏆 SIEG 🏆"
win-subtitle: "§fÜberragend! Du hast als Letzter überlebt."
eliminated-title: "§c§l✘ AUSGESCHIEDEN ✘"
eliminated-subtitle: "§7Kopf hoch! Versuche es in der nächsten Runde erneut."
restart-actionbar: "§4● §7Server Neustart §8| §e%timer% %unit%"
restart-announcement: "%prefix% §7Der Server startet nun neu..."

# --- Tablist ---
tablist-header: "\n§e§lDEINSERVER§6§l.NET\n§8» §7Sei der letzte Überlebende! §8«\n"
tablist-footer: "\n§8» §7Aktuelle Runde: §e%round%\n§8» §7Aktuelle Spieler: §a%online%§8/§2%max%\n§8§m--------------------------\n§e§nwww.deinserver.net§r\n"

# --- Scoreboard ---
scoreboard-title: "COLOR-MATCH"
scoreboard-round: "§8» §fRunde §e#%round%"
scoreboard-survivors: "§fSpieler §8(§7Gesamt§8)"
scoreboard-status-label: "§8» §fStatus "
scoreboard-status-waiting: "§7Warten"
scoreboard-status-starting: "§6Startet"
scoreboard-status-ingame: "§aAktiv"
scoreboard-status-over: "§cBeendet"
scoreboard-player-in-prefix: " §a● §f"
scoreboard-player-out-prefix: " §8✕ §7§m"
scoreboard-coins: "§8» §f%economy% §8× §6%coins%"
scoreboard-more-players: " §8» §7+%count% weitere"

# --- Inventare & Titel ---
gui-main-title: "§8➥ §6§lColorMatch Menü"
gui-settings-title: "§8➥ §6§lEinstellungen"
gui-lobby-title: "§8➥ §c§lLobby überschreiben?"
gui-hologram-title: "§8➥ §d§lHologramm Verwaltung"
gui-editor-title: "§8➥ §b§lArena-Editor"
gui-shop-title-items: "§8➥ §b§lShop Menü Items"
gui-shop-title-effects: "§8➥ §b§lShop Menü Effekte"
gui-shop-title-wings: "§8➥ §b§lShop Menü Flügel"
gui-stats-self-title: "§8➥ §e§lDeine Statistiken"
gui-stats-other-title: "§8➥ §e§lStats von §6%player%"
gui-ranking-title-wins: "§8➥ §e§lTop Siege"
gui-ranking-title-rounds: "§8➥ §e§lTop Runden"
gui-ranking-title-losses: "§8➥ §e§lTop Niederlagen"

# --- Main Menu Items (Admin) ---
gui-main-item-start-name: "§8➢ §a§lSpiel starten"
gui-main-item-start-lore: "§7Startet die reguläre Runde (2 Spieler benötigt)."
gui-main-item-test-name: "§8➢ §e§lTest Modus"
gui-main-item-test-lore: "§7Startet die Runde sofort (Test)."
gui-main-item-stop-name: "§8➢ §c§lSpiel stoppen"
gui-main-item-stop-lore: "§7Bricht das aktuelle Spiel ab."
gui-main-item-settings-name: "§8➢ §6§lEinstellungen"
gui-main-item-settings-lore: "§7Lobby-Setup, Hologramm & Arena-Editor."

# --- Settings Menu Items ---
gui-settings-item-lobby-set-name: "§8➢ §c§lLobby setzen"
gui-settings-item-lobby-move-name: "§8➢ §a§lLobby verschieben"
gui-settings-item-lobby-lore: "§7Setzt den Spawn-Punkt für die Lobby."
gui-settings-item-hologram-name: "§8➢ §d§lHologramm Einstellungen"
gui-settings-item-hologram-lore: "§7Verwalte das Stats-Hologramm in der Welt."
gui-settings-item-editor-name: "§8➢ §b§lArena Editor"
gui-settings-item-editor-lore: "§7Bearbeite die Spielfläche und Hintergründe."

# --- Editor Menu Items ---
gui-editor-item-build-name: "§8➢ §e§lBaumodus"
gui-editor-item-build-lore: "§7Aktiviert das Bauen in der Arena."
gui-editor-item-save-name: "§8➢ §a§lSpeichern"
gui-editor-item-save-lore: "§7Speichert alle Änderungen an der Arena."
gui-editor-item-cancel-name: "§8➢ §c§lAbbrechen"
gui-editor-item-cancel-lore: "§7Verwirft alle ungespeicherten Änderungen."
gui-editor-item-info-name: "§8➢ §3§lArena Status"

# --- Editor Info Item ---
gui-editor-info-buildmode: "§7Baumodus: "
gui-editor-info-active: "§aAktiv"
gui-editor-info-inactive: "§cInaktiv"
gui-editor-info-players: "§7Spieler:"
gui-editor-info-none: "§cKeine"
gui-editor-info-lastupdate: "§7Zuletzt geändert: "

# --- Shop System-Meldungen ---
shop-buy-success: "%prefix% §7Kauf erfolgreich! Du hast %type% freigeschaltet."
shop-buy-no-coins: "%error-prefix% §7Du hast nicht genügend %economy%, um das zu kaufen!"
shop-limit-reached: "%error-prefix% §7Du kannst maximal 5 Items von dieser Sorte besitzen!"
shop-no-items: "%error-prefix% §7Du musst dieses Item erst kaufen, um es zu nutzen!"

# --- Shop Allgemeine GUI-Elemente ---
gui-shop-status-enabled: "Aktiviert"
gui-shop-status-disabled: "Deaktiviert"
gui-shop-price-label: "§7Preis: §6"
gui-shop-stock-label: "§7Vorrat: "
gui-shop-click-buy: "§eKlicke zum Kaufen"
gui-shop-click-toggle: "§eKlicke zum Umschalten"
gui-shop-click-buy-left: "§eL-Klick: Kaufen"
gui-shop-click-toggle-right: "§eR-Klick: Umschalten"

# --- Shop Tabs & Navigation ---
gui-shop-tab-wings-name: "§8➢ §b§lExklusive Flügel"
gui-shop-tab-effects-name: "§8➢ §d§lMagische Effekte"
gui-shop-tab-items-name: "§8➢ §6§lSpezielle Items"
gui-shop-tab-click: "§eKlicke hier"

# --- Shop Profil-Info Item ---
gui-shop-info-name: "§8➢ §a§lProfil-Info"
gui-shop-info-lore: "§7Infos zum Shop."
gui-shop-info-active: "Aktiv"
gui-shop-info-inactive: "Inaktiv"
gui-shop-info-wings: "§7Flügel: %status%"
gui-shop-info-effects: "§7Effekte: %status%"
gui-shop-info-items: "§7Items: %status%"
gui-shop-info-i1: "§7Fokus-Linse: %amount%"
gui-shop-info-i2: "§7Rettungsanker: %amount%"
gui-shop-info-i3: "§7Münzsammler: %amount%"
gui-shop-info-i4: "§7Schutzschild: %amount%"

# --- Shop Statistiken & Währung ---
gui-shop-stats-coins-name: "§8➢ §e§lDeine %economy%"
gui-shop-stats-coins-lore: "§7Du besitzt aktuell: §6%coins% %economy%"

# --- Shop Wings ---
gui-shop-item-wings1-name: "§8● §a§lRegenbogen Flügel"
gui-shop-item-wings1-lore: "§8» §7Klassische bunte Flügel."
gui-shop-item-wings2-name: "§8● §6§lInferno Flügel"
gui-shop-item-wings2-lore: "§8» §7Brennende Flügel aus der Hölle."
gui-shop-item-wings3-name: "§8● §5§lVoid Flügel"
gui-shop-item-wings3-lore: "§8» §7Dunkle Energie des Endes."
gui-shop-item-wings4-name: "§8● §b§lEngelsflügel"
gui-shop-item-wings4-lore: "§8» §7Ein himmlisches Leuchten."

# --- Shop Effects ---
gui-shop-item-effect1-name: "§8● §d§lPrismatischer Glanz"
gui-shop-item-effect1-lore: "§8» §7Ein tanzender Regenbogen aus Kristall."
gui-shop-item-effect2-name: "§8● §6§lInferno Spur"
gui-shop-item-effect2-lore: "§8» §7Hinterlasse eine feurige Spur."
gui-shop-item-effect3-name: "§8● §f§lLicht-Aura"
gui-shop-item-effect3-lore: "§8» §7Ein leuchtender Kreis unter deinen Füßen."
gui-shop-item-effect4-name: "§8● §b§lPhönix Aura"
gui-shop-item-effect4-lore: "§8» §7Umhülle dich mit goldenem Glanz."

# --- Shop Spezielle Items ---
gui-shop-item-item1-name: "§8● §e§lFokus-Linse"
gui-shop-item-item1-lore: "§8» §7Markiert die richtige Farbe."
gui-shop-item-item2-name: "§8● §b§lRettungsanker"
gui-shop-item-item2-lore: "§8» §7Erstellt eine Plattform unter dir."
gui-shop-item-item3-name: "§8● §6§lGieriger Sammler"
gui-shop-item-item3-lore: "§8» §7Erhalte die doppelten Coins."
gui-shop-item-item4-name: "§8● §9§lSchützendes Schild"
gui-shop-item-item4-lore: "§8» §7Stößt nahe Gegner einmalig zurück."

# --- Stats Menu Items ---
gui-stats-item-wins-name: "§8➢ §b§lSiege"
gui-stats-item-wins-lore: "§7Dieser Spieler hat §b§l%wins% §7%unit% gewonnen."
gui-stats-item-rounds-name: "§8➢ §e§lGespielte Runden"
gui-stats-item-rounds-lore: "§7Dieser Spieler hat an §e§l%rounds% §7%unit% teilgenommen."
gui-stats-item-losses-name: "§8➢ §c§lNiederlagen"
gui-stats-item-losses-lore: "§7Dieser Spieler ist §c§l%losses% §7%unit% ausgeschieden."
gui-stats-item-ranking-name: "§8➢ §a§lBestenliste"
gui-stats-item-ranking-lore: "§7Klicke hier, um die Top-Spieler anzusehen."
gui-stats-item-search-name: "§8➢ §b§lSpieler suchen"
gui-stats-item-search-lore: "§7Klicke hier, um einen Spieler zu suchen."
stats-search-prompt: "%prefix% §7Bitte schreibe den Spielernamen in den Chat!"

# --- Hotbar Items ---
item-admin-name: "§8➥ §6§lAdmin-Menü §7(Rechtsklick)"
item-admin-lore: "§7Öffnet die Spielsteuerung für Admins."
item-shop-name: "§8➥ §b§lShop §7(Rechtsklick)"
item-shop-lore: "§7Kaufe kosmetische Extras."
item-stats-name: "§8➥ §e§lDeine Statistiken §7(Rechtsklick)"
item-stats-lore: "§7Zeigt deine Siege und Runden an."
item-info-book-name: "§8➥ §6§lInformationen"
item-info-book-author: "System"
item-info-book-page1: "§0§l§nCOLOR-MATCH§r\n\n§8» §0Suche die Farbe auf dem Boden, bevor die Zeit abläuft. Bleibst du falsch stehen, fällst du!\n\n§c§l✖ §c§l§nAchtung:§r\n§0Mit jeder Runde wird es rasanter!\n\n§8§l-----------"
item-info-book-page2: "§0§l§nEVENTS§r\n\n§6⚡ §0§lRunde 5:§r\n§8└ §6Speed-Modus\n\n§c🔥 §0§lRunde 10:§r\n§8└ §4Hardcore (1x1)\n\n§d⚔ §0§lRunde 15:§r\n§8└ §5PvP ist aktiv!\n\n§8§l-----------"
item-info-book-page3: "§0§l§nBELOHNUNGEN§r\n\n§8» §0Sammle §5§l%economy%\n§0auf dem Spielfeld!\n\n§6🏆 §0§lSieg§r\n§8└ §6+100 %economy%\n\n§c🎮 §0§lTeilnahme§r\n§8└ §8+10 %economy%\n\n§b✨ §0Nutze den §1§nShop§0!"
item-info-book-page4: "§0§l§nDEIN ZIEL§r\n\n§2⭐ §0Überlebe als Letzter!\n\n§8» §0Nach dem Tod wirst\n§0du zum Zuschauer.\n\n§2§lVIEL ERFOLG! §r§8☘\n\n§8§l-----------"
item-leave-name: "§8➥ §c§lLobby verlassen §7(Rechtsklick)"
item-leave-lore: "§7Bringt dich zurück zum Hauptserver."
item-editor-name: "§8➥ §d§lArena-Verwaltung §7(Rechtsklick)"
item-editor-lore: "§7Spielfeld bearbeiten, speichern oder verwerfen."

messages en.png


Code:
# ==========================================
# ENGLISH TRANSLATION (en)
# ==========================================

# --- Units ---
unit-second: "second"
unit-seconds: "seconds"

# --- Hologram System ---
hologram-title: "§e§l« §6§lTOP 5 PLAYERS §e§l»"
hologram-separator: "§8§m           §7 ◈ §8§m           "
hologram-line-format: "§7#%rank% §f%player% §8» §6%wins% Wins"
hologram-set-success: "%prefix% §7Hologram point set successfully!"
hologram-removed: "%prefix% §7The hologram has been removed successfully."
hologram-no-data: "§cNo data available yet"

# --- System & Commands ---
no-op: "%error-prefix% §7You do not have permission to use this command!"
player-not-found: "%error-prefix% §7No database entry found for this player."
wait-ending: "%error-prefix% §7Please wait until the current end phase is over!"
game-already-running: "%error-prefix% §7The game is already running!"
no-game-running: "%error-prefix% §7There is no game running at the moment!"
not-enough-players: "%error-prefix% §7Not enough players! (§e%online%§7/§6%needed%§7)"
manual-start: "%prefix% §7The game has been started manually!"
test-mode-activated: "%test-prefix% §7Test mode has been activated for you!"
game-stopped: "%stop-prefix% §7The game was stopped and reset immediately!"
server-full: "%prefix% §cThe server is full! §7(§e%max%§7/§6%max%§7)"
lobby-set-success: "%prefix% §7Lobby point set successfully!"

# --- Arena Editor System ---
editor-mode-enabled: "%prefix% §7Editor mode §aenabled§7. Tracking changes."
editor-mode-disabled: "%prefix% §7Editor mode §cdisabled§7. Changes saved."
editor-mode-cancelled: "%stop-prefix% §7Editor mode has been cancelled. Changes discarded."
editor-mode-running: "%error-prefix% §7Cannot start the game while §eEditor Mode §7is active!"
editor-already-active: "%error-prefix% §7The editor is already open for you."
editor-not-active: "%error-prefix% §7You are not currently in editor mode!"
editor-field-no-break: "%error-prefix% §7The playing field cannot be edited up to Y210!"
editor-field-no-place: "%error-prefix% §7The playing field must remain clear up to Y209! (Allowed from Y210)"
editor-out-of-bounds: "%error-prefix% §7This block is outside the saving area!"
editor-limit-info: "%error-prefix% §7Nothing is saved here! (Range: X/Z -75 to 75, Height 199-250)"

# --- Game Phases ---
join-message: "%prefix% §7Player §a%player% §7joined the game. §8(§e%online%§7/§e%max%§8)"
quit-message: "%prefix% §7Player §c%player% §7left the game. §8(§e%online%§7/§e%max%§8)"
spectator-mode: "%prefix% §7You are now a spectator."
waiting-for-players: "§c✖ §7Waiting for players... (§e%online%§7/§6%needed%§7)"
game-starting-in: "§a● §7Game Start §8| §e%timer% %unit%"
ready-title: "§6%timer%"
ready-subtitle: "§7Get ready..."

# --- In-Game Events ---
speed-mode-msg: "%prefix% §e§lSPEED MODE: §7Things are getting faster now!"
hardcore-mode-msg: "%prefix% §c§lWARNING: §7The tiles are getting smaller now!"
knockback-event-msg: "%prefix% §d§lKNOCKBACK EVENT: §7PVP is now active! Watch out!"
item-rescue-activated: "%prefix% §7The item §b§lRescue Anchor §7has been activated!"
item-shield-activated: "%prefix% §b§lSHIELD §7discharged! Impulse-knockback triggered."
actionbar-search: "§6● §fSearch: %colorname% §8| %color%%seconds% %unit%"
bossbar-color-prefix: "Color: "

# --- End & Victory ---
win-broadcast: "§8➢ §6§l%player% §7won the §e§lRound§7!"
win-title: "§e§l🏆 VICTORY 🏆"
win-subtitle: "§fOutstanding! You are the last survivor."
eliminated-title: "§c§l✘ ELIMINATED ✘"
eliminated-subtitle: "§7Don't give up! Try again in the next round."
restart-actionbar: "§4● §7Server Restart §8| §e%timer% %unit%"
restart-announcement: "%prefix% §7The server is restarting now..."

# --- Tablist ---
tablist-header: "\n§e§lYOURSERVER§6§l.NET\n§8» §7Be the last survivor! §8«\n"
tablist-footer: "\n§8» §7Current Round: §e%round%\n§8» §7Current Players: §a%online%§8/§2%max%\n§8§m--------------------------\n§e§nwww.yourserver.net§r\n"

# --- Scoreboard ---
scoreboard-title: "COLOR-MATCH"
scoreboard-round: "§8» §fRound §e#%round%"
scoreboard-survivors: "§fPlayers §8(§7Total§8)"
scoreboard-status-label: "§8» §fStatus "
scoreboard-status-waiting: "§7Waiting"
scoreboard-status-starting: "§6Starting"
scoreboard-status-ingame: "§aActive"
scoreboard-status-over: "§cEnded"
scoreboard-player-in-prefix: " §a● §f"
scoreboard-player-out-prefix: " §8✕ §7§m"
scoreboard-coins: "§8» §f%economy% §8× §6%coins%"
scoreboard-more-players: " §8» §7+%count% more"

# --- Inventories & Titles ---
gui-main-title: "§8➥ §6§lColorMatch Menu"
gui-settings-title: "§8➥ §6§lSettings"
gui-lobby-title: "§8➥ §c§lOverwrite Lobby?"
gui-hologram-title: "§8➥ §d§lHologram Management"
gui-editor-title: "§8➥ §b§lArena Editor"
gui-shop-title-items: "§8➥ §b§lShop Menu Items"
gui-shop-title-effects: "§8➥ §b§lShop Menu Effects"
gui-shop-title-wings: "§8➥ §b§lShop Menu Wings"
gui-stats-self-title: "§8➥ §e§lYour Statistics"
gui-stats-other-title: "§8➥ §e§lStats of §6%player%"
gui-ranking-title-wins: "§8➥ §e§lTop Wins"
gui-ranking-title-rounds: "§8➥ §e§lTop Rounds"
gui-ranking-title-losses: "§8➥ §e§lTop Losses"

# --- Main Menu Items (Admin) ---
gui-main-item-start-name: "§8➢ §a§lStart Game"
gui-main-item-start-lore: "§7Starts the regular round (2 players required)."
gui-main-item-test-name: "§8➢ §e§lTest Mode"
gui-main-item-test-lore: "§7Starts the round immediately (Test)."
gui-main-item-stop-name: "§8➢ §c§lStop Game"
gui-main-item-stop-lore: "§7Aborts the current game."
gui-main-item-settings-name: "§8➢ §6§lSettings"
gui-main-item-settings-lore: "§7Lobby Setup, Hologram & Arena Editor."

# --- Settings Menu Items ---
gui-settings-item-lobby-set-name: "§8➢ §c§lSet Lobby"
gui-settings-item-lobby-move-name: "§8➢ §a§lMove Lobby"
gui-settings-item-lobby-lore: "§7Sets the spawn point for the lobby."
gui-settings-item-hologram-name: "§8➢ §d§lHologram Settings"
gui-settings-item-hologram-lore: "§7Manage the stats hologram in the world."
gui-settings-item-editor-name: "§8➢ §b§lArena Editor"
gui-settings-item-editor-lore: "§7Edit the playing area and backgrounds."

# --- Editor Menu Items ---
gui-editor-item-build-name: "§8➢ §e§lBuild Mode"
gui-editor-item-build-lore: "§7Activates building within the arena."
gui-editor-item-save-name: "§8➢ §a§lSave"
gui-editor-item-save-lore: "§7Saves all changes made to the arena."
gui-editor-item-cancel-name: "§8➢ §c§lCancel"
gui-editor-item-cancel-lore: "§7Discards all unsaved changes."
gui-editor-item-info-name: "§8➢ §3§lArena Status"

# --- Editor Info Item ---
gui-editor-info-buildmode: "§7Build Mode: "
gui-editor-info-active: "§aActive"
gui-editor-info-inactive: "§cInactive"
gui-editor-info-players: "§7Players:"
gui-editor-info-none: "§cNone"
gui-editor-info-lastupdate: "§7Last Update: "

# --- Shop System Messages ---
shop-buy-success: "%prefix% §7Purchase successful! You unlocked %type%."
shop-buy-no-coins: "%error-prefix% §7You don't have enough %economy% to buy this!"
shop-limit-reached: "%error-prefix% §7You can only own a maximum of 5 of this item!"
shop-no-items: "%error-prefix% §7You must buy this item first to use it!"

# --- Shop General GUI ---
gui-shop-status-enabled: "Enabled"
gui-shop-status-disabled: "Disabled"
gui-shop-price-label: "§7Price: §6"
gui-shop-stock-label: "§7Stock: "
gui-shop-click-buy: "§eClick to buy"
gui-shop-click-toggle: "§eClick to toggle"
gui-shop-click-buy-left: "§eL-Click: Buy"
gui-shop-click-toggle-right: "§eR-Click: Toggle"

# --- Shop Tabs & Navigation ---
gui-shop-tab-wings-name: "§8➢ §b§lExclusive Wings"
gui-shop-tab-effects-name: "§8➢ §d§lMagic Effects"
gui-shop-tab-items-name: "§8➢ §6§lSpecial Items"
gui-shop-tab-click: "§eClick here"

# --- Shop Profile Info Item ---
gui-shop-info-name: "§8➢ §a§lProfile Info"
gui-shop-info-lore: "§7Shop information."
gui-shop-info-active: "Active"
gui-shop-info-inactive: "Inactive"
gui-shop-info-wings: "§7Wings: %status%"
gui-shop-info-effects: "§7Effects: %status%"
gui-shop-info-items: "§7Items: %status%"
gui-shop-info-i1: "§7Focus Lens: %amount%"
gui-shop-info-i2: "§7Rescue Anchor: %amount%"
gui-shop-info-i3: "§7Coin Hoarder: %amount%"
gui-shop-info-i4: "§7Protective Shield: %amount%"

# --- Shop Stats & Currency ---
gui-shop-stats-coins-name: "§8➢ §e§lYour %economy%"
gui-shop-stats-coins-lore: "§7You currently have: §6%coins% %economy%"

# --- Shop Wings ---
gui-shop-item-wings1-name: "§8● §a§lRainbow Wings"
gui-shop-item-wings1-lore: "§8» §7Classic colorful wings."
gui-shop-item-wings2-name: "§8● §6§lInferno Wings"
gui-shop-item-wings2-lore: "§8» §7Burning wings from hell."
gui-shop-item-wings3-name: "§8● §5§lVoid Wings"
gui-shop-item-wings3-lore: "§8» §7Dark energy from the end."
gui-shop-item-wings4-name: "§8● §b§lAngel Wings"
gui-shop-item-wings4-lore: "§8» §7A heavenly glow."

# --- Shop Effects ---
gui-shop-item-effect1-name: "§8● §d§lPrismatic Gloss"
gui-shop-item-effect1-lore: "§8» §7A dancing rainbow made of crystal."
gui-shop-item-effect2-name: "§8● §6§lInferno Trail"
gui-shop-item-effect2-lore: "§8» §7Leave a fiery trail."
gui-shop-item-effect3-name: "§8● §f§lLight Aura"
gui-shop-item-effect3-lore: "§8» §7A glowing circle beneath your feet."
gui-shop-item-effect4-name: "§8● §b§lPhoenix Aura"
gui-shop-item-effect4-lore: "§8» §7Surround yourself with a golden glow."

# --- Shop Special Items ---
gui-shop-item-item1-name: "§8● §e§lFocus Lens"
gui-shop-item-item1-lore: "§8» §7Highlights the correct color."
gui-shop-item-item2-name: "§8● §b§lRescue Anchor"
gui-shop-item-item2-lore: "§8» §7Creates a platform below you."
gui-shop-item-item3-name: "§8● §6§lCoin Hoarder"
gui-shop-item-item3-lore: "§8» §7Receive double the coins."
gui-shop-item-item4-name: "§8● §9§lProtective Shield"
gui-shop-item-item4-lore: "§8» §7Repels nearby enemies once."

# --- Stats Menu Items ---
gui-stats-item-wins-name: "§8➢ §b§lWins"
gui-stats-item-wins-lore: "§7This player has won §b§l%wins% §7%unit%."
gui-stats-item-rounds-name: "§8➢ §e§lRounds Played"
gui-stats-item-rounds-lore: "§7This player participated in §e§l%rounds% §7%unit%."
gui-stats-item-losses-name: "§8➢ §c§lLosses"
gui-stats-item-losses-lore: "§7This player was eliminated §c§l%losses% §7%unit%."
gui-stats-item-ranking-name: "§8➢ §a§lLeaderboard"
gui-stats-item-ranking-lore: "§7Click here to view the top players."
gui-stats-item-search-name: "§8➢ §b§lSearch Player"
gui-stats-item-search-lore: "§7Click here to search for a player."
stats-search-prompt: "%prefix% §7Please type the player name in chat!"

# --- Hotbar Items ---
item-admin-name: "§8➥ §6§lAdmin Menu §7(Right-click)"
item-admin-lore: "§7Opens the game control for admins."
item-shop-name: "§8➥ §b§lShop §7(Right-click)"
item-shop-lore: "§7Buy cosmetic extras."
item-stats-name: "§8➥ §e§lYour Statistics §7(Right-click)"
item-stats-lore: "§7Shows your wins and rounds played."
item-info-book-name: "§8➥ §6§lInformation"
item-info-book-author: "System"
item-info-book-page1: "§0§l§nCOLOR-MATCH§r\n\n§8» §0Find the color on the floor before time runs out. If you stand on the wrong block, you fall!\n\n§c§l✖ §c§l§nWarning:§r\n§0The game gets faster with every round!\n\n§8§l-----------"
item-info-book-page2: "§0§l§nEVENTS§r\n\n§6⚡ §0§lRound 5:§r\n§8└ §6Speed-Mode\n\n§c🔥 §0§lRound 10:§r\n§8└ §4Hardcore (1x1)\n\n§d⚔ §0§lRound 15:§r\n§8└ §5PvP is active!\n\n§8§l-----------"
item-info-book-page3: "§0§l§nREWARDS§r\n\n§8» §0Collect §5§l%economy%\n§0on the game floor!\n\n§6🏆 §0§lVictory§r\n§8└ §6+100 %economy%\n\n§c🎮 §0§lParticipation§r\n§8└ §8+10 %economy%\n\n§b✨ §0Use the §1§nShop§0!"
item-info-book-page4: "§0§l§nYOUR GOAL§r\n\n§2⭐ §0Be the last survivor!\n\n§8» §0After elimination,\n§0you will become a\n§0spectator.\n\n§2§lGOOD LUCK! §r§8☘\n\n§8§l-----------"
item-leave-name: "§8➥ §c§lLeave to Lobby §7(Right-click)"
item-leave-lore: "§7Connects you back to the main server."
item-editor-name: "§8➥ §d§lArena Management §7(Right-click)"
item-editor-lore: "§7Edit, save or discard arena changes."

discord&support.png


Support & Suggestions: Join our Discord or contact me via PM for fast assistance!
Discord: Discord Server Link

⭐ Enjoying the plugin?
If you like ColorMatch, please consider leaving a review. Your feedback helps me improve the plugin and means a lot to me!​

thanks for your support.png
Buy a license now
$7.99
EULA
Standard EULA
Use on any projects you own with attribution
Support
Standard
Includes:
Download the resource
Access new updates
Support from the creator
Support duration
Lifetime
Share and earn
Refer this resource and earn a 10% commission.
1,477 Views
1 Purchases
4 Downloads
Mar 29, 2026 Published
May 10, 2026 Updated
Not yet rated
113.4 KB File size
Open source
  1. No
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Type
  1. Minigame
  1. Shop
  1. Fun
Game mode
  1. Minigame
  1. Parkour
Supported software
  1. Spigot
  1. Bungee
Supported versions
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
  1. 1.21
Supported languages
  1. English
  1. German
Creator
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Lag-free, customizable servers ready in minutes.
Host your adventure today!
Recommended for you
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 140 ratings
4,166 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 52 ratings
3,082 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 44 ratings
3,025 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
4.50 star(s) 72 ratings
2,800 purchases
All-in-one dungeon creator. Create unlimited, timed dungeon experiences with your own builds
4.50 star(s) 72 ratings
2,569 purchases
Share and earn
Refer this resource and earn a 10% commission.
1,477 Views
1 Purchases
4 Downloads
Mar 29, 2026 Published
May 10, 2026 Updated
Not yet rated
113.4 KB File size
Open source
  1. No
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Type
  1. Minigame
  1. Shop
  1. Fun
Game mode
  1. Minigame
  1. Parkour
Supported software
  1. Spigot
  1. Bungee
Supported versions
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
  1. 1.21
Supported languages
  1. English
  1. German
Creator
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Lag-free, customizable servers ready in minutes.
Host your adventure today!
Recommended for you
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 140 ratings
4,166 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 52 ratings
3,082 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 44 ratings
3,025 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
4.50 star(s) 72 ratings
2,800 purchases
All-in-one dungeon creator. Create unlimited, timed dungeon experiences with your own builds
4.50 star(s) 72 ratings
2,569 purchases
Top