Requirements
| Requirement | Notes |
|---|---|
| Server | Spigot or Paper, Minecraft 1.18 or newer |
| Java | 17 or newer |
| PlaceholderAPI | Optional. Only needed for placeholders. |
HotPotato downloads its own libraries (boosted-yaml, database drivers) on first start, so the server needs internet access the first time it enables.
Install
Stop the server
Shut the server down fully before adding the jar.Drop in the jar
Move the HotPotato jar into yourplugins/ folder.Start the server
Start it back up. HotPotato creates its config files and folders on first run.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 thehotpotato.admin permission. Stand where you want each point to be, then run the command.
Create the arena
Set the spawns
Stand in the lobby and runsetlobby. Add at least one play spawn with addspawn. Set where spectators go and where players return after a game.Tune the numbers
Set the minimum and maximum players, how many potatoes, and the round length in seconds.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.