HomeJavaModsKush Pillars Gamemode
Kush Pillars Gamemode
⛏ PillarsEvent ⛏
Drop your players onto the pillars. Last one standing wins.
Spigot & Paper • 1.20+ • No dependencies
{Add a banner image here:}
[​IMG]
What is it?
PillarsEvent runs a fully automatic Pillars minigame on your server. On a timer it announces an event in chat, players hop in with one click or a command, wait in a locked lobby, and then fight it out on a rotating arena — collecting random items as the round goes. Last player standing takes the rewards. Everything is configurable, and it cleans up after itself so it never strands a player.
Features
How a round works
  1. Timer fires → server-wide clickable announcement opens the lobby.
  2. Players join (empty inventory required) and wait in the locked lobby.
  3. Join window closes → short countdown → teleport to pillars on the next arena in rotation.
  4. Grace period (no PvP) → then it's on. Random items keep dropping to everyone alive.
  5. Void or a lethal hit eliminates you (no death screen — straight to spectator).
  6. Last player standing wins → rewards run → everyone is restored and the next event is scheduled.
Commands
Aliases: /pe, /pillarsevent
Permissions
Setup (60 seconds)
  1. Drop the jar in /plugins and start the server.
  2. Stand where the waiting lobby should be → /pillars setlobby.
  3. Open config.yml and set your arena spawn points (the pillar tops), tweak the item pool, rewards and timings.
  4. /pillars reload. Done — events now run on their own.
Scoreboard placeholders
Use these in any scoreboard line:
Configuration
Spoiler: Random items & rewards
Code (YAML):

# Random items: players are dripped items from the pool during the round.
kit
:
  items-per-player
: 0       # one-time starting kit (0 = none)
  give-interval
: 15         # seconds between random drops (0 = off)
  items-per-interval
: 1     # how many items per drop
  pool
:
   - IRON_SWORD
    - BOW
    - ARROW:16
    - GOLDEN_APPLE:2
    - ENDER_PEARL:2
    - COBWEB:3
    # ...add anything you like (MATERIAL or MATERIAL:amount)
# Rewards. Types: command | message | broadcast | item | title
rewards
:
  winner
:
    - "broadcast
: %prefix%&e%player% &awon the Pillars event!"
    - "title
: &6&lVICTORY|&7You are the last one standing "
    - "
command : give %player% diamond 5"     # any console command, %player% = winner
  participation
:
    - "message
: %prefix%&7Thanks for playing!"
 
Spoiler: Arenas & lobby
Code (YAML):

lobby
:
  gamemode
: ADVENTURE
  leave-item
:
    material
: RED_BED       # right-click to leave
    slot
: 8
    name
: "&c&lLeave Event"
game
:
  grace-period
: 15         # seconds of no PvP at round start
  void-level
: 0             # Y below this = eliminated
  rotation
: SEQUENTIAL     # or RANDOM
arenas
:
  arena1
:
    world
: world
    spawns
:               # the pillar tops: x,y,z,yaw,pitch
      - "8.5,120,0.5,180,0"
      - "0.5,120,8.5,-90,0"
      - "-7.5,120,0.5,0,0"
      - "0.5,120,-7.5,90,0"
 
Spoiler: Scoreboards
Code (YAML):

scoreboard
:
  enabled
: true
  lobby
:
    title
: "&b&l⛏ PILLARS ⛏"
    lines
:
      - "&fStatus
: &e%status%"
      - "&fStarting in
: &a%timer%s"
      - "&fPlayers
: &a%players%&7/&a%max%"
  game
:
    title
: "&c&l⛏ PILLARS ⛏"
    lines
:
      - "&fArena
: &b%arena%"
      - "&fAlive
: &a%alive%"
      - "&fPvP
: %status%"
 
A fully-commented config.yml is generated on first run — every message, timing and item is editable.
Compatibility
Found a bug or have an idea?
Please use the Discussion tab for suggestions and the Bug Reports section for issues — don't use reviews for support, and I'll get it sorted. ⭐ Reviews are hugely appreciated!
{Optional: DiscordGitHub}​

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Kush Pillars Gamemode is a free Minecraft Java mod. Compatible with Minecraft 1.21, 26.1, 26.2. Downloaded 26 times (via Spigot). Download it and open it directly in the game.

Explore more