Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for _30Block_

VCC - VelocityCustomCommands, make custom command easily for velocity.

Report Velocity-Custom-Command?

Velocity-Custom-Command

This plugin is not working on Bukkit or Bungeecord.

What is VelocityCustomCommand used for? VelocityCustomCommand is a plugin for creating commands in Velocity that are not possible to create by default or require multiple plugins, for example, you may want to add the /server command, which means you can directly enter a game mode with this command, but this feature is not possible normally, or you want to implement a system for announcing news that will make announcements on the server as quickly as possible. With this plugin, you can implement multiple processes at the same time with attractive features without having to install multiple plugins.

No one has made a tutorial video on how to use the plugin! If you have made a video and want to publish it, send me the video link on Discord: c.block

# ==========================================
#        ██╗   ██╗ ██████╗ ██████╗
#        ██║   ██║██╔════╝██╔════╝
#        ██║   ██║██║     ██║
#        ╚██╗ ██╔╝██║     ██║
#         ╚████╔╝ ╚██████╗╚██████╗
#           ╚═══╝   ╚═════╝ ╚═════╝
#       Velocity Custom Command v1.0
# ==========================================
#             ABOUT PLUGIN
#  Author » _30Block_
#  Website » https://cblock.ir
#  Special thanks to amirsam for api access
#
#           CONFIGURATION HELP
#
# All messages in this plugin support MINIMESSAGE
# MINIMESSAGE FORMAT HELP : https://docs.advntr.dev/minimessage/format.html
#
# --[ Placeholder list :
# - %vcc_onlineplayer% | Show network online players
# - %vcc_maxplayer% | Show network max players
# - %vcc_online_server% | Show custom server online players replace your server name to server like %vcc_online_lobby%
# - %vcc_executor% | Show command executor name
# - %vcc_ping% | Show command executor ping
#
# --[ Action list :
# - [WAIT:<time>] | Wait before execute commands after this action - Example: [WAIT:3S] (S = in second - M = in minute)
# - [SEND] <servername> | Send executor to specified server - Example: [SEND] lobby
# - [BOSSBAR:<color>] <message> | Show Bossbar for executor with supported colors & message with default time
# - [BOSSBAR:<color>:<time>] <message> | Show Bossbar for executor with supported colors & message with specified time - Example: [BOSSBAR:RED:6S]
# - [BOSSBAR:<color>:<time>:PUB] <message> | Show Bossbar for all players with supported colors & message with specified time
# - [ANNOUNCE] <message> | Announce message to all players
# - [API:DISCORD:USERS] <discordserverid> | Show your discord member count to minecraft server this feature needs EVULA API bot : https://evula.ir
# - [ACTIONBAR] <message> | Show actionbar message for executor with supported colors & messages with default time
# - [ACTIONBAR:<time>] <message> | Show actionbar message for executor with supported colors & messages with specified time
# - [ACTIONBAR:<time>:PUB] <message> | Show actionbar message for all players with supported colors & messages with specified time
# - [TITLE] <title> | <subtitle> | Show title & subtitle with supported colors & message with default time - seprate title & subtitle with | character
# - [TITLE:<time>] <title> | <subtitle> | Show title & subtitle with supported colors & message with specified time - seprate title & subtitle with | character
# - [TITLE:<time>:PUB] <title> | <subtitle> | Show title & subtitle for all players with supported colors & message with specified time - seprate title & subtitle with | character
# - [SUBTITLE] <subtitle> | If you need Subtitle only use this option - Show subtitle for executor with supported colors & message with default time
# - [SUBTITLE:<time>] <subtitle> | If you need Subtitle only use this option - Show subtitle for executor with supported colors & message with specified time
# - [SUBTITLE:<time>:PUB] <subtitle> | If you need Subtitle only use this option - Show subtitle for all players with supported colors & message with specified time
#
# --[ Message Action list :
# - OPEN_LINK:<url> | Set clickable message to open your url - replace your url to <url>
# - CLIP_BOARD:<value> | Copy your custom text to clipboard with clickable message - replace your text, link or something like that to <value>
# - RUN:<cmd> | Execute command with click in message - replace your commnd to <cmd>
# - SUGGEST:<value> | Suggest command, text or something like that for player with click in message | replace your command to <value>
# - DISABLE | If you like disable clickable message set DISABLE to maction config - Example: action: "DISABLE"
#
# SORRY FOR MY BAD ENGLISH !

example:
  aliases:
   - ex
    - examplecmd
  permission:
    enabled: true
    permission: "vccommad.example"
  message:
    enabled: true
    content:
     - "<green>Hello, %vcc_executor%!"
      - "<b>You ran the example command."
    mhover:
      lines:
       - "<yellow>Server Info:"
        - "<blue>Online: <green>%vcc_onlineplayer%"
    maction:
      action: "OPEN_LINK:https://cblock.ir"
  actions:
   - "[BOSSBAR:GREEN:5S] <blue>Welcome to %vcc_executor%!"
    - "[ACTIONBAR:3S] <blue>Check out our website!"
    - "[TITLE:5S] <blue>Welcome | <red>%vcc_executor%"

Information

CategoryDeveloper Tools
Published onSeptember 19, 2025
LicenseUnspecified
Downloads35
Stars0
Watchers0
Addon

Pinned Versions

My social links

Members