Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
Platforms
Links
Creators
Details
What is KibbleCommands?
KibbleCommands is a lightweight Paper and Spigot plugin designed for Minecraft server administrators. It allows you to create custom command aliases, set per-player cooldowns, assign permissions, execute commands as console or player, and manage your aliases through an interactive in-game GUI menu.
Why Use KibbleCommands?
- Custom Command Shortcuts: Map long or complex commands (like
/minecraft:gamemode creative {player}) to short, easy-to-remember aliases (like/gmc). - Dynamic Placeholders: Supports dynamic placeholders including
{player},{sender},{uuid},{world},{args}, and numbered argument selectors ({arg:1},{arg:2}). - Flexible Execution Modes: Choose whether an alias runs as the player or executes with full privileges directly from the
console. - Per-Player Cooldowns: Prevent command spam by configuring custom cooldown timers per alias.
- In-Game Admin GUI: View, edit, add, or remove aliases instantly using
/kc guiwithout opening configuration files. - Permission Integration: Fully compatible with LuckPerms, Vault, and standard Bukkit permission nodes.
Critical Information Before Downloading
- Minecraft Version: Requires Paper, Spigot, or Purpur for 1.21+.
- Java Version: Requires Java 21 or higher.
- Server-Side Only: This is a server plugin. Players do not need to install anything on their client.
- Soft Dependencies: Integrates with LuckPerms, Vault, and Essentials if installed.
Commands & Permissions
| Command | Usage | Description | Default Permission |
|---|---|---|---|
/kibblecommands |
/kc <help|list|reload|gui|add|remove> |
Main management command | kibblecommands.admin |
/kc gui |
/kc gui |
Opens the Admin GUI menu | kibblecommands.gui |
/kc reload |
/kc reload |
Reloads config.yml |
kibblecommands.reload |
Default Configuration Example (config.yml)
message-prefix: "&8[&6KibbleCommands&8]&r "
require-use-permission: false
notify-on-alias-use: false
aliases:
gmc:
command: "minecraft:gamemode creative {player}"
description: "Switch yourself to Creative mode"
permission: "kibblecommands.alias.gmc"
player-only: true
pass-args: false
execute-as: "console"


