Skip to main content
This page gets HotPotato running and walks you through your first playable arena.

Requirements

HotPotato downloads its own libraries (boosted-yaml, database drivers) on first start, so the server needs internet access the first time it enables.

Install

1

Get the plugin

Download the latest HotPotato jar from BuiltByBit, SpigotMC, or Pixeleast.
2

Stop the server

Shut the server down fully before adding the jar.
3

Drop in the jar

Move the HotPotato jar into your plugins/ folder.
4

Start the server

Start it back up. HotPotato creates its config files and folders on first run.
5

Check it loaded

Run /hotpotato help. If you see the help page, you are good to go.

Plugin folder layout

plugins
HotPotato
config.yml
powerups.yml
lang
en.yml
fr.yml
arenas
stats.yml

Build your first arena

All setup commands need the hotpotato.admin permission. Stand where you want each point to be, then run the command.
1

Create the arena

2

Set the spawns

Stand in the lobby and run setlobby. Add at least one play spawn with addspawn. Set where spectators go and where players return after a game.
3

Tune the numbers

Set the minimum and maximum players, how many potatoes, and the round length in seconds.
4

Save and check

If anything is missing, the save message lists what to fix. See commands for the full list.
Want to stop spectators flying off across the map? Add a bounds box with setcorner1 and setcorner2.

Optional integrations

  • PlaceholderAPI: install it to use %hotpotato_*% placeholders on scoreboards and in other plugins.
  • A database: stats are stored in YAML by default. Switch to SQLite or MySQL on the storage page.