Teamshow
A plugin that utilizes the Apollo API to share player locations in real-time between teammates on Lunar Client.
Teamshow
TeamShow
A plugin that utilizes the Apollo API to share player locations in real-time between teammates on Lunar Client.
📌 Overview
This plugin controls Lunar Client's "Team" features from the server-side. Players who join the same team will be able to see each other's locations as nametags and waypoints (markers).
🛠 Prerequisites
The following API plugin must be installed on your server for this plugin to function: * [SpigotMC/[API] Apollo](https://www.spigotmc.org/resources/api-apollo.116331/) or [SpigotMC/[API] Apollo](https://www.spigotmc.org/resources/api-apollo.116331/)
[Team features will not work without Apollo installed on the server.]
🖥 Supported Clients / Mods
Team indicators can be displayed for players using: 1. kazut0 (Built-in "Team" module) 2. kazut0 (Created by kazut0: A mod that enables team displays for non-Lunar Client users)
🎮 Commands & Usage
Main Command: `/teamshow`
| Command | Description | Example | | :--- | :--- | :--- | | `/teamshow join <team_name>` | Create or join a specific team. | `/teamshow join RedTeam` | | `/teamshow color <team_name> <color>` | Change the display color of the team. | `/teamshow color RedTeam red` | | `/teamshow leave` | Leave your current team. | `/teamshow leave` |
Available Colors
`black`, `dark_blue`, `dark_green`, `dark_aqua`, `dark_red`, `dark_purple`, `gold`, `gray`, `dark_gray`, `blue`, `green`, `aqua`, `red`, `light_purple`, `yellow`, `white`
⚠️ Recommended Versions
* Minecraft 1.21 – 1.21.10 (Paper / Spigot) * Java 21 or higher