Skip to main content

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:
PluginWhat It DoesWhy It’s Included
SkriptScript-based custom game mechanics using a simple English-like syntaxThe AI’s primary tool for creating custom commands, events, and game logic
skript-reflectGives Skript access to the full Java/Bukkit APILets the AI write advanced scripts that can do anything a Java plugin can
PlugManHot-reload plugins without restarting the serverLets 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:
install WorldEdit
install a shop plugin
install Citizens for NPCs
find a plugin for custom enchantments
1

AI searches plugin repositories

The AI searches Modrinth and Spiget for the plugin you requested, finding the correct version for Paper 1.21.
2

AI downloads and installs

The plugin JAR is downloaded to the server’s plugins/ folder.
3

AI hot-loads the plugin

Using PlugMan, the AI loads the plugin without restarting the server. No downtime.
4

AI verifies it works

The AI checks that the plugin loaded correctly by looking at server logs and running a test command if applicable.

Trusted Sources

The AI installs plugins exclusively from trusted, well-known repositories:
SourceURLDescription
Modrinthmodrinth.comModern plugin and mod repository with verified uploads
Spigetspiget.orgSpigot resource API for accessing SpigotMC plugins
The AI will only install plugins from these trusted sources. It will not download JARs from unknown URLs, direct links, or unverified websites. This protects your server from malicious code.

Managing Plugins

Ask the AI to manage your installed plugins:
what plugins are installed?
reload the Skript plugin
unload WorldEdit
disable the shop plugin
update all plugins
show me the WorldEdit config

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:
ScenarioAI’s ApproachWhy
”make a /heal command”SkriptSimple, custom, fast to create
”install WorldEdit”PluginComplex established tool, no need to reinvent
”NPC villagers that trade”Plugin (Citizens) + SkriptCore NPC system needs a plugin, custom behavior via Skript
”teleport to a random location”SkriptCustom logic, lightweight
”create a scoreboard”SkriptStandard Skript capability, no plugin needed
”add Vault economy support”PluginEstablished ecosystem, other plugins depend on it
  • 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
You do not need to decide between Skript and plugins yourself. Just tell the AI what you want, and it will pick the best approach. If you have a preference, mention it: “use Skript for this” or “install a plugin for this.”