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.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.Welcome message on join
Welcome message on join
You say:AI creates a The AI saves it, enables it, and confirms it loaded.
.sk file like:Custom /heal command
Custom /heal command
You say:AI creates:
Kit system with cooldown
Kit system with cooldown
You say:AI creates a full kit script with cooldown tracking using Skript variables, gives/equips all items, and enforces the timer.
Event handler -- diamond ore announcement
Event handler -- diamond ore announcement
You say:AI creates:
Sidebar scoreboard
Sidebar scoreboard
Custom /fly toggle
Custom /fly toggle
You say:AI creates:
Plugin Management
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.Complete spleef minigame
Complete spleef minigame
You say:The AI:
- Installs WorldEdit if not already present
- Builds the spleef arena with snow layers
- Writes a Skript with join/leave commands, countdown, fall detection, round reset, and winner logic
- Tests the commands and confirms everything works
Full survival server setup
Full survival server setup
You say:The AI:
- Sets game rules (keepInventory, mobGriefing)
- Writes a starter kit Skript for first-time joins
- Creates a welcome message handler
- Configures spawn protection in server.properties
- Reloads everything and confirms
Custom enchantment system
Custom enchantment system
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.
Automated event scheduler
Automated event scheduler
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
Start simple, then iterate
Start simple, then iterate
Describe the outcome, not the implementation
Describe the outcome, not the implementation
Give context when fixing things
Give context when fixing things
