MoonPillars v8.3.0 – Update Released
We’re happy to announce the release of **MoonPillars version 8.3.0**, bringing improved features, new functionality, and important fixes for a smoother experience.
New in this version:
-
Guided Plugin Setup – Step-by-step guidance for easier configuration.
-
Redesigned Built-In Map Editor – Now more intuitive and user-friendly than ever.
Fixes:
- Resolved database-related issues.
- API improvements and versioning fixes.
- Note:
MoonPillars now supports Minecraft versions 1.20 – 1.21 only.
Scoreboard Improvements:
-
Multi-HexColor support – Use rich color gradients in your scoreboard lines.
-
Exclusive IF-Statement Support – Add dynamic scoreboard lines based on live game conditions.
You can now use conditional lines in your scoreboard config with this format:
Code (Text):
ifX: CONDITION LINE="Your Line Here"
Example:
Code (YAML):
if1
: TEAM_AMOUNT >= 3 LINE=
"&d%mpa_teams_Team3_status% &f%mpa_teams_Team3_teamname% &7(&f%mpa_teams_Team3_players_alive%&7)"
Available conditions:
- TEAM_SIZE – Total number of players per team
- TEAM_AMOUNT – Total number of active teams
- PLAYERS_LEFT – Total number of players still alive
This allows for truly dynamic and situation-aware scoreboards.
New Placeholders:
World Clock:
- %mpa_worldclock_TIMEZONE% – Current time for a given timezone (e.g. %mpa_worldclock_Europe/Paris%)
- %mpa_worldclock_available_zones% – Lists all supported timezone IDs
Team & Player Stats:
- %mpa_teams_TeamX_teamname%
- %mpa_teams_TeamX_status% (✅ or ❌)
- %mpa_teams_TeamX_players_alive%
- %mpa_game_spectators_total%`
- %mpa_winrate% – Win percentage
- %mpa_kd_ratio% – Kill/Death ratio
Player Visibility Tags:
- %mpa_vanished% – Shows `[Vanished]` tag
- %mpa_ishidden% – Shows `[Hidden]` tag
- %mpa_hideothers% – Shows `[HideOthers]` tag