BigKidsCore
Required core v1.0.0The core that links your Rust server to BigKids.pro.
Overview
BigKidsCore is the hub every BigKids.pro plugin connects through. It authenticates your server with one secure token, talks to the BigKids.pro API, writes the chosen map into server.cfg and reports live server status (heartbeat). Install it once — feature plugins won’t run without it.
Features
- ✓ One secure server token per server (stored hashed, shown once).
- ✓ Shared HTTPS API client for all BigKids.pro plugins.
- ✓ Writes server.levelurl / server.seed into server.cfg (no launcher edits).
- ✓ Heartbeat: reports version, players and current map to your dashboard.
- ✓ Works on Oxide/uMod and Carbon.
Installation
- Drop
BigKidsCore.csintooxide/plugins/(orcarbon/plugins/). - In your dashboard → Servers, add a server and copy its token.
- Paste the token into
oxide/config/BigKidsCore.json → "Server token". - Run
oxide.reload BigKidsCore(orc.reload BigKidsCore).
Commands
| /bigkidscore info | Show core version, API version and connection status. |
| /bigkidscore heartbeat | Send a heartbeat now (admin). |
FAQ
Do I need BigKidsCore for other plugins?
Yes — DiscordMapVote and other BigKids.pro plugins go idle without it.
Is my token safe?
It’s stored only as a hash on our side and sent only over HTTPS. You can regenerate it anytime in the dashboard.
See all settings in the documentation.