BungeeCommands

⭐ — (1 endorsements) 📥 316 downloads 📌 v1.4 📅 9/28/2025
🟠 Updated over a year ago

By lukariosmen · bungeecord

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 7/22/2025 📅 Created: 9/28/2025

🔍 Analysis

  • 🏆 #4 of 39 bungeecord mods in this game by downloads

📋 About This Mod

# Bungee Commands **Create your own custom BungeeCord commands** easily with this lightweight and user-friendly plugin! **BungeeCord Supported | Velocity Supported** ### ✏️ Custom Command Creation Define your own commands with aliases, permissions, and multiple actions. ### 💬 Dynamic Messages and Titles Send colorful, interactive messages and display titles with ease using MiniMessage formatting. ### 📝 Configurable Titles Set fade-in, stay, and fade-out times for titles, complete with customizable main and subtitle text. ### 🎵 Sound Support Play sounds using your custom commands. ### ✨ Interactive Components Add clickable links, hoverable text, and gradients to messages for a modern server experience. ### ⏳ Delays & Scheduling Add precise timing controls to your command sequences. - **If you want to use sounds, add PacketEvents to your server**, click the links for the (https://github.com/retrooper/packetevents/releases/download/v2.8.0/packetevents-bungeecord-2.8.0.jar) and (https://github.com/retrooper/packetevents/releases/download/v2.8.0/packetevents-velocity-2.8.0.jar) versions. You can reload, your changes with the command **/bcmd reload** ## Example Configuration: Here’s a simple example of how you can configure commands and titles: ``` config-version: 1.4 # Editor for minimessage: https://webui.advntr.dev/ # Free version can have only 3 commands messages: prefix: '<color:#686e70> ' command_is_disabled_on_this_server: '<red>This command is disabled on this server!' no_permission: '<red>You do not have permission to execute this command!' commands: hub: enabled_servers: - "survival" aliases: - "lobby" permission: "hub.command" commands: - "send %player% lobby" - "@MESSAGE@ <rainbow>You have been sent to the lobby!</rainbow>" - "@ACTIONBAR@ <rainbow>Teleporting to the lobby...</rainbow>" - "@DELAY@ 3" - "@TITLE@ Example1" discord: permission: "hub.command" commands: - "@MESSAGE@ <color:#ff8fbc>Link: <color:#2c29ff><color:#94c6ff><hover:show_text:'Click to open'><click:open_url:'https://discord.com'>Discord</click></hover></color></color></color>" - "@SOUND@ Example1" donate: permission: "donate.command" commands: - "@BROADCAST@ <color:#ff8fbc>Link: <color:#2c29ff><color:#94c6ff><hover:show_text:'Click to open'><click:open_url:'https://donate.com'>Donate</click></hover></color></color></color>" titles: Example1: fadein: 10 stay: 20 fadeout: 10 title: "<green>Hub" subtitle: "<gray>!!!" sounds: Example1: name: "ENTITY.PLAYER.LEVELUP" volume: 1.0 pitch: 1.0 # # Documentation # # If you want to enable the command on all servers, just remove the enabled_servers section # # Here is the list of all available custom tags: # # - @MESSAGE@ - Sends a message to the player | You can use <br> to create a new line # - @BROADCAST@ - Sends a message to all players on the server # - @ACTIONBAR@ - Sends a message to the action bar of the player # - @TITLE@ Name_of_the_title - Sends a title to the player # - @DELAY@ (seconds) - Waits for a certain amount of time before executing the next command # # Extra commands | PacketEvents API is required for these commands: # # - @SOUND@ Name_of_the_sound - Plays a sound to the player # https://javadocs.packetevents.com/com/github/retrooper/packetevents/protocol/sound/Sounds.html # # # In your commands, you can use the following placeholders: # - %player% - The player who executed the command # - %arg-1% - The first argument of the command # - %arg-2% - The second argument of the command # # If the player uses more than the set amount of arguments, the rest will be added to the last argument ``` **Legacy colors are not supported.** Please use MiniMessage formatting instead: (https://webui.advntr.dev/) **If you have any questions or want to try the plugin. Feel free to contact me on discord: https://discord.gg/HsQryuwksP** / **(https://minexis.dev/)** (https://cdn.modrinth.com/data/cached_images/1ce2838f8d83697f17def1a71449ceac19ff6c51.webp)](https://tamhost.cz/affiliate/minexis)

# Bungee Commands

Create your own custom BungeeCord commands easily with this lightweight and user-friendly plugin!

BungeeCord Supported | Velocity Supported

### ✏️ Custom Command Creation

Define your own commands with aliases, permissions, and multiple actions.

### 💬 Dynamic Messages and Titles

Send colorful, interactive messages and display titles with ease using MiniMessage formatting.

### 📝 Configurable Titles

Set fade-in, stay, and fade-out times for titles, complete with customizable main and subtitle text.

### 🎵 Sound Support

Play sounds using your custom commands.

### ✨ Interactive Components

Add clickable links, hoverable text, and gradients to messages for a modern server experience.

### ⏳ Delays & Scheduling

Add precise timing controls to your command sequences.

If you want to use sounds, add PacketEvents to your server, click the links for the (https://github.com/retrooper/packetevents/releases/download/v2. 8. 0/packetevents-bungeecord-2. 8. 0.jar) and (https://github.com/retrooper/packetevents/releases/download/v2. 8. 0/packetevents-velocity-2. 8. 0.jar) versions.

You can reload, your changes with the command /bcmd reload

## Example Configuration: Here’s a simple example of how you can configure commands and titles:

``` config-version: 1. 4

# Editor for minimessage: https://webui.advntr.dev/ # Free version can have only 3 commands

messages: prefix: '[BungeeCommands] ' command_is_disabled_on_this_server: 'This command is disabled on this server!' no_permission: 'You do not have permission to execute this command!'

commands: hub: enabled_servers: - "survival" aliases: - "lobby" permission: "hub.command" commands: - "send %player% lobby" - "@MESSAGE@ You have been sent to the lobby!" - "@ACTIONBAR@ Teleporting to the lobby..." - "@DELAY@ 3" - "@TITLE@ Example1" discord: permission: "hub.command" commands: - "@MESSAGE@ Link: Discord" - "@SOUND@ Example1" donate: permission: "donate.command" commands: - "@BROADCAST@ Link: Donate" titles: Example1: fadein: 10 stay: 20 fadeout: 10 title: "Hub" subtitle: "!!!"

sounds: Example1: name: "ENTITY. PLAYER. LEVELUP" volume: 1. 0 pitch: 1. 0

# # Documentation # # If you want to enable the command on all servers, just remove the enabled_servers section # # Here is the list of all available custom tags: # # - @MESSAGE@ - Sends a message to the player | You can use to create a new line # - @BROADCAST@ - Sends a message to all players on the server # - @ACTIONBAR@ - Sends a message to the action bar of the player # - @TITLE@ Name_of_the_title - Sends a title to the player # - @DELAY@ (seconds) - Waits for a certain amount of time before executing the next command # # Extra commands | PacketEvents API is required for these commands: # # - @SOUND@ Name_of_the_sound - Plays a sound to the player # https://javadocs.packetevents.com/com/github/retrooper/packetevents/protocol/sound/Sounds.html # # # In your commands, you can use the following placeholders: # - %player% - The player who executed the command # - %arg-1% - The first argument of the command # - %arg-2% - The second argument of the command # # If the player uses more than the set amount of arguments, the rest will be added to the last argument ```

Legacy colors are not supported. Please use MiniMessage formatting instead: (https://webui.advntr.dev/)

If you have any questions or want to try the plugin. Feel free to contact me on discord: https://discord.gg/HsQryuwksP** / (https://minexis.dev/)**

[!(https://cdn.modrinth.com/data/cached_images/1ce2838f8d83697f17def1a71449ceac19ff6c51.webp)](https://tamhost.cz/affiliate/minexis)

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
lukariosmen
Version
1.4
Downloads
316
Endorsements
1
Category
bungeecord
Created
9/28/2025
Updated
7/22/2025
Game Versions
1.16.5, 1.17, 1.17.1, 1.18, 1.18.1
Tags
management, utility

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does BungeeCommands support?

The author lists 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2. Other versions may work but are untested by the author.

What is the latest version of BungeeCommands?

Version 1.4, published 2025-07-22 with 316 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More bungeecord 👤 More by lukariosmen 🔎 Similar Mods 🌐 Best bungeecord (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods