
MiniGamesCompass
This gives Players a Compass that you can click Gamemodes that run commands as the player
🎮 Minigame Compass
Minigame Compass is a simple and customizable plugin for Minecraft Paper (1.21.4) that gives players a special compass to easily join minigames. 🧭✨
⚡ Features
✔ Minigame Selector – Players receive a custom compass to open a minigame menu.
✔ Fully Configurable – Change the menu title, items, and commands in the config file.
✔ Only Works with the Custom Compass – Prevents players from using normal compasses.
✔ Player-Executed Commands – Minigame commands run as the player.
📜 How It Works
1️⃣ Players receive the special Minigame Compass when they join the server.
2️⃣ Right-click the compass to open a game selection menu.
3️⃣ Click on a minigame to immediately join via a custom command.
🔧 Configuration
Modify everything in the config.yml file:
compass:
name: "§6Minigame Navigator"
material: "COMPASS"
give-on-join: true
menu:
title: "Select a Minigame"
slots:
3:
name: "BedWars"
material: "DIAMOND_SWORD"
command: "startbedwars"
4:
name: "SkyWars"
material: "FEATHER"
command: "startskywars"
5:
name: "Survival"
material: "IRON_SWORD"
command: "startsurvival"

