Plugins
Your Minekube AI server supports Bukkit, Spigot, and Paper plugins (.jar files) and comes with a curated set pre-installed.Pre-installed Plugins
Every server includes these out of the box:| Plugin | What It Does | Why It’s Included |
|---|---|---|
| Skript | Script-based custom game mechanics using a simple English-like syntax | The AI’s primary tool for creating custom commands, events, and game logic |
| skript-reflect | Gives Skript access to the full Java/Bukkit API | Lets the AI write advanced scripts that can do anything a Java plugin can |
| PlugMan | Hot-reload plugins without restarting the server | Lets the AI install and update plugins instantly, no downtime |
Installing Plugins via AI
The easiest way to install a plugin is to ask the AI:AI searches plugin repositories
The AI searches Modrinth and Spiget for the plugin you requested, finding the correct version for Paper 1.21.
AI hot-loads the plugin
Using PlugMan, the AI loads the plugin without restarting the server. No downtime.
Trusted Sources
The AI installs plugins exclusively from trusted, well-known repositories:| Source | URL | Description |
|---|---|---|
| Modrinth | modrinth.com | Modern plugin and mod repository with verified uploads |
| Spiget | spiget.org | Spigot resource API for accessing SpigotMC plugins |
Managing Plugins
Ask the AI to manage your installed plugins:Skript vs. Plugin: When to Use Which
For many custom features, the AI uses Skript instead of installing a separate plugin. Here is how the AI decides:| Scenario | AI’s Approach | Why |
|---|---|---|
| ”make a /heal command” | Skript | Simple, custom, fast to create |
| ”install WorldEdit” | Plugin | Complex established tool, no need to reinvent |
| ”NPC villagers that trade” | Plugin (Citizens) + Skript | Core NPC system needs a plugin, custom behavior via Skript |
| ”teleport to a random location” | Skript | Custom logic, lightweight |
| ”create a scoreboard” | Skript | Standard Skript capability, no plugin needed |
| ”add Vault economy support” | Plugin | Established ecosystem, other plugins depend on it |
- Advantages of Skript
- Advantages of Plugins
- Instant to create — the AI writes and enables it in seconds
- Easy to modify — just ask the AI to change it
- No extra JARs — lightweight, no dependency management
- Readable — English-like syntax you can inspect
