Builders that hand you the exact text
Commands, config values and JSON files, assembled against a preview instead of guessed at. Where a syntax changed between Minecraft versions, these emit both forms rather than picking one and being wrong for half of you.
Minecraft
Minecraft
Give Command Builder
Building a /give command by hand is fine until you want an enchantment on it, and then it is a small exercise in JSON with no error messages. This assembles the whole thing, in whichever of the two syntaxes your server speaks.
Minecraft
Colour Code Formatter
Colour codes are simple until you need the same text in three places that each want a different encoding. This shows you what the text will look like, then hands you all three forms.
Minecraft
MOTD Designer
The MOTD is two lines of text in a list of hundreds, and it is the only thing deciding whether someone clicks. Design it against a preview rather than by restarting the server to look at it.
Minecraft
Whitelist & Ops Builder
The whitelist file wants UUIDs, not names, and finding twenty UUIDs by hand is twenty visits to a lookup site. Paste the names, get both files.
Minecraft
Banner Designer
A loom shows you the result but not the command, and a banner worth keeping is a banner you want to hand out. Design it here and take the /give line.
Server administration
ARK: Survival
Admin Command Builder
ARK's admin commands are powerful, badly documented, and unforgiving about argument order. This builds the common ones with their parameters labelled, so you are not counting positional arguments in a console.
Any server
RCON Command Reference
Every game has its own console vocabulary and none of them agree. This is the same set of jobs — see who is on, warn them, save, stop — expressed per game, with the commands that cannot be undone marked as such.
Any server
Discord Webhook Builder
Webhook payloads are simple JSON that is nonetheless easy to get subtly wrong, and Discord's error for a malformed one tells you very little. Build it against a preview, then send it from your own machine.
Why several of these ask for your version
Minecraft 1.20.5 replaced item NBT with item components, which changed the syntax of nearly every command that touches an item — /give, banners, custom names, enchantments. A command written for one era is rejected outright by the other, and because the two look broadly similar the error rarely points at the real problem. Every builder here that emits such a command takes the version first and shows the matching form.