Skip to main content

Examples

These are real examples of things you can ask the AI. None of these are pre-built commands — the AI figures out how to accomplish each one on the fly using server commands, Skript scripts, plugins, and WorldEdit.
You do not need to get the wording exactly right. The AI understands natural language and will figure out what you mean. If it is unsure, it will make its best guess and tell you what it did.

Quick Commands

Simple requests the AI handles in a few seconds:

Player Management


Skript Scripts

The AI writes and installs Skript scripts for custom server mechanics. Each example shows what you say and what the AI does.
You say:
AI creates a .sk file like:
The AI saves it, enables it, and confirms it loaded.
You say:
AI creates:
You say:
AI creates a full kit script with cooldown tracking using Skript variables, gives/equips all items, and enforces the timer.
You say:
AI creates:
You say:
AI creates:

Plugin Management

The AI searches plugin repositories, downloads the right version for Paper 1.21, installs it, hot-loads it with PlugMan, and verifies it works — all in one step.

World Building

With WorldEdit installed (or ask the AI to install it first):

Server Configuration


Complex Multi-Step Tasks

These requests involve multiple tools, files, and commands. The AI plans the steps, executes them in order, and reports back.
You say:
The AI:
  1. Installs WorldEdit if not already present
  2. Builds the spleef arena with snow layers
  3. Writes a Skript with join/leave commands, countdown, fall detection, round reset, and winner logic
  4. Tests the commands and confirms everything works
You say:
The AI:
  1. Sets game rules (keepInventory, mobGriefing)
  2. Writes a starter kit Skript for first-time joins
  3. Creates a welcome message handler
  4. Configures spawn protection in server.properties
  5. Reloads everything and confirms
You say:
The AI writes a complex Skript with custom item lore detection, event handlers for each enchantment type, and a command to apply enchantments to held items.
You say:
The AI writes a Skript with a rotating schedule, broadcast announcements, and the mechanics for each event type.

Troubleshooting

When something is not working, the AI can diagnose and fix it:

Tips for Asking

Building iteratively gives better results than one massive request.
Let the AI decide the best implementation approach.