Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
BungeeCommands
PluginLicenseRef-All-Rights-Reserved

BungeeCommands

Simple plugin which allows you to create your own bungee/velocity commands

158
Downloads
1
Followers
9 months ago
Updated
📦
1
Versions
managementutilitybungeecordvelocity
Download Latestv1.4View on Modrinth

📖About BungeeCommands

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 Bungee and Velocity 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>[<color:#5bb3d4>BungeeCommands<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:
MiniMessage

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/

👥 Team & Contributors

lukariosmen
lukariosmenOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bungeecordvelocity
Minecraft Versions
1.16.51.171.17.11.181.18.11.18.21.191.19.1+19 more

🔗 Links

Modrinth Page