Community listing page, reviews here may not be monitored by the author.
KibbleCommands
No reviews yet
Create custom command aliases with dynamic placeholders, per-player cooldowns, and an interactive in-game admin GUI menu for your Minecraft server.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Paper is a fork of Spigot that adds its own plugin API on top of the Bukkit API. All Spigot plugins are compatible with paper, not all paper plugins are compatible with Spigot.
Sponge is a dedicated server implementation that supports vanilla and mod loaders like Forge and Fabric while also providing the Sponge API for plugins.
Spigot is a popular software for running dedicated servers that can load Plugins created with the Bukkit API.
Community voices
Reviews
Filters
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Runs on a dedicated server only; does not work in singleplayer.
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
KibbleCommands
KibbleCommands lets you create custom command aliases on your Minecraft server or proxy. You can map simple shortcuts to long or complex commands, chain multiple commands together, set up command cooldowns, and run actions as console or player.
Works natively across single servers (Paper/Spigot/Folia/Sponge) and proxy networks (Velocity/BungeeCord).
Features
- Custom Aliases: Turn long commands into short, easy-to-remember shortcuts.
- Command Chaining: Run multiple commands sequentially from a single alias trigger.
- Random Execution Mode: Pick a random command from a list (great for random rewards, teleports, or broadcasts).
- Console Execution: Force aliases to execute from console even if run by a player.
- Proxy Server Transfers: Connect players between servers on Velocity or BungeeCord using
server:servernametargets. - Cooldown Support: Set per-alias cooldowns with database persistence (SQLite & MySQL).
- Permission Locks: Require specific permissions per alias or toggle global permission checks.
- Dynamic Tab Completion: Automatically syncs new or updated commands to player client suggestions without restarting.
⚙️ Example Configuration (config.yml)
message-prefix: "&8[&bKibbleCommands&8] "
require-use-permission: false
send-action-messages: true
database:
type: "sqlite" # sqlite or mysql
host: "localhost"
port: 3306
database: "kibblecommands"
username: "root"
password: ""
aliases:
lobby:
description: "Send player to lobby server"
permission: "kibblecommands.alias.lobby"
permission-message: "&cYou do not have permission to go to lobby."
cooldown: 5
player-only: true
console-exec: false
random-mode: false
action-message: "&aSending you to the lobby..."
commands:
- "server:lobby"
discord:
description: "Display discord link"
permission: ""
cooldown: 0
commands:
- "tellraw {player} {\"text\":\"Join our Discord: https://discord.gg/example\",\"color\":\"blue\"}"
starterpack:
description: "Give starter kit and message"
permission: "kibblecommands.alias.starterpack"
cooldown: 86400
player-only: true
console-exec: true
commands:
- "give {player} iron_sword 1"
- "give {player} cooked_beef 16"
- "msg {player} Enjoy your starter kit!"
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources