KibbleCommands

Quick rating

Community listing page, reviews here may not be monitored by the author.

KibbleCommands

By MinedKibblesOwner

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.

Mod Loaders
Fabric
Paper
Sponge
Spigot
Minecraft
26.2

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Dedicated Server Only

Runs on a dedicated server only; does not work in singleplayer.

About

Project Details

Type
Mod
License
Creative Commons Attribution Non Commercial No Derivatives 4.0 International
Latest Version
2.1.0

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

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:servername targets.
  • 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

This project has no gallery images yet.

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Modrinth
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works