Discord Map Vote
v4.0.0Let players vote the next map in Discord — auto-applied on wipe.
Requires BigKidsCore — install it first.
Overview
DiscordMapVote turns a BigKids.pro Discord map poll into the next map on your server. When a vote finishes it applies the winning map, and it can run fully self-contained scheduled wipes (cron) — applying the voted map and clearing save files at the right moment, with no launcher scripts.
Features
- ✓ Applies the Discord vote winner as the next map automatically.
- ✓ Self-contained scheduled wipes via cron (no panel scripts/launcher).
- ✓ Map wipe (world only) or Full wipe (world + blueprints).
- ✓ Voted map applied only at the wipe — never on a random restart.
- ✓ In-game countdown + native wipe-timer sync.
Installation
- Install
BigKidsCorefirst and connect your server. - Drop
DiscordMapVote.csintooxide/plugins/(orcarbon/plugins/). - Run
oxide.reload DiscordMapVote— look forLinked to BigKidsCore. - Optionally enable scheduled wipes in
DiscordMapVote.json.
Commands
| /mapvote check | Fetch the latest vote winner. |
| /mapvote apply | Apply the winner now (no-wipe mode). |
| /mapvote wipe [map|full] | Trigger a wipe now. |
| /mapvote nextwipe | Show the next scheduled wipe. |
| /mapvote schedule | List the configured cron schedules. |
| /mapvote info | Show the last applied map + status. |
FAQ
Do I need a launcher or panel script for wipes?
No. The plugin clears save files at startup before the world loads. You only need the normal restart loop every server already has.
Will the voted map load on a normal restart?
No — with scheduled wipe on, the map is applied only at the wipe, never on an incidental restart.
Cron format?
minute hour day-of-month month day-of-week, with * , - / and L (last day of month).
See all settings in the documentation.