Command and config generators
Build commands, config values and JSON from a live preview instead of trial and error. Where Minecraft changed a syntax between versions, you get the form that matches your version rather than a guess.
Minecraft
Minecraft
Give Command Builder
Typing a /give command yourself works right up to the moment you add an enchantment — then it becomes a little JSON puzzle that gives no error messages when you get it wrong. This builds the full command for you, in whichever of the two syntaxes your server uses.
Minecraft
Colour Code Formatter
Colour codes stay simple until the same line of text has to go into three places that each expect a different encoding. This previews how the text will look and then gives you all three versions.
Minecraft
MOTD Designer
Your MOTD is two lines among hundreds of servers, and it is the only thing a player has to decide whether to click. Design it with a preview instead of restarting the server every time you want to check.
Minecraft
Whitelist & Ops Builder
whitelist.json needs UUIDs rather than names, and looking up twenty UUIDs by hand means twenty trips to a lookup site. Paste the names and get both files back.
Minecraft
Banner Designer
Looms show the result and hide the command. Once you have a banner you like, you will want to hand copies out — so design it here and take the /give line with you.
Minecraft
Start Script & JVM Flags
Most Minecraft servers start with a one-line script copied from a forum years ago, and it is usually wrong in the same two ways: the heap takes every gigabyte the machine has, and the garbage collector runs on defaults. This writes the script for your server software and memory, with the flags PaperMC recommends.
Minecraft
Circle, Sphere & Dome Generator
Building a round tower, a dome or a planet by counting blocks on graph paper takes an evening and still ends up lopsided. Enter the size and this lays the shape out block by block, one layer at a time, with a row-by-row list you can follow while building.
Advertisement
Server administration
ARK: Survival
Admin Command Builder
ARK's admin commands are capable, thinly documented and strict about argument order. Here the everyday ones come with each parameter labelled, so nobody has to count positions in a console window.
Any server
RCON Command Reference
Each game speaks its own console language, and no two match. This covers the same handful of jobs — see who is online, warn them, save, stop — in each game's terms, with the commands you cannot take back clearly flagged.
Any server
Discord Webhook Builder
A webhook payload is plain JSON, yet it is easy to get slightly wrong, and Discord's error for a bad one tells you almost nothing. Build it against a live preview, then send it from your own computer.
Advertisement
Why some builders ask which version you run
With 1.20.5, Minecraft swapped item NBT for item components, altering the syntax of almost every item-related command: /give, banners, custom names, enchantments. A server on one side of that change rejects commands from the other, and since the two forms look alike, the error seldom points to the real cause. Any builder here that produces such a command asks for your version first and gives you the right form.
Advertisement