Pillars
Survive the fall. Claim the sky.
Overview
Pillars is a modular Minecraft minigame where players battle atop procedurally generated stone towers. Fall too far and you're eliminated. The last survivor triggers a cinematic win sequence with fireworks, lightning, and glory.
How It Works
- Players spawn on individual stone pillars high in the sky.
- Loot drops are scheduled, with a central pillar offering high-value items.
- Falling below a threshold results in instant elimination.
- Eliminated players are teleported to a skybound spectator lobby.
- The last surviving player wins and triggers a cinematic celebration.
- The game resets automatically for the next round.
Features
- 🧱 Procedural pillar generation
- 🎁 Timed loot drops
- ⚡ Cinematic win sequences
- 👁️ Spectator sky lobby
- 🧩 Modular architecture
- 📦 Configurable settings
Setup
- Drop the plugin `.jar` into your server's
plugins
folder.
- Customize settings in
config.yml
if needed.
- Start your server and run the game using commands or triggers.
Commands
/pillars start
— Starts a new game round
/pillars cleanup
— Stops drops and resets game state
Configuration
Edit config.yml
to customize gameplay:
pillar.height
: Height of generated pillars (default: 50)
drop.interval
: Time between loot drops in seconds
fall.threshold
: Distance below platform before elimination
Permissions
pillars.admin
— Allows use of all commands
Troubleshooting
- Players not teleporting? Check world name and pillar generation logic.
- Plugin not loading? Ensure you're using a compatible server version (Paper recommended).
- Loot not dropping? Verify drop scheduler is active and config values are valid.
API / Dev Hooks
Pillars is modular and can be extended. Exposed classes include:
GameManager
— Controls game flow and player state
PillarGenerator
— Handles procedural generation
ItemDropScheduler
— Manages timed loot drops
LocationManager
— Provides randomized spawn locations
Credits
- Plugin by Gamecat999
- Built with love for mythic Minecraft chaos
License
MIT — free to fork, remix, and mythologize.