HomeJavaModsBungeeCommands : Custom Commands & Aliases
BungeeCommands : Custom Commands & Aliases
ModsJava

BungeeCommands : Custom Commands & Aliases

⬇ Download on Spigot
[​IMG]

[​IMG]


[​IMG]
Custom commands and aliases for BungeeCord
You can now create your own commands very easily


[​IMG]
♦ Run a random command as admin/console/player
♦ Run multiple commands as admin/console/player
♦ Chat as admin/console/player


[​IMG]
Placeholders:
%args% ➽ command arguments
%sender% ➽ sender name ("CONSOLE" if console)

Examples:
Code (Text):
commands:
    test:
        aliases:
        - test2
        permission: ""
        type: random
        sender: default
        commands:
        - "glist"
        - "server"
        # A random command will be ran if you type /test or /test2
    anothercommand:
        aliases:
        - thisisacommand
        permission: "myplugin.mypermission"
        type: line
        sender: default
        commands:
        - "chat Hello World!"
        - "chat How're you?"
        - "chat I'd like to tell you that %args%"
        # All these commands will be ran if you have permission "myplugin.mypermission"
    sudo:
        aliases:
        - runasadmin
        permission: "commands.sudo"
        type: line
        sender: admin
        commands:
        - "alert Running: %args%"
        - "%args%"
        # Usage: /sudo <command>
        # Will run <command> as admin
    something:
        aliases:
        - anything
        permission: "some.permission"
        type: line
        sender: console
        commands:
        - "alert %sender% would like to say that %args%"
        # Send message from console
       
Note: you can reload the config file by typing /bcmds (bcmds.reload)

Please put a like and write a review if it helped you :)

[​IMG]

[​IMG]

[​IMG]
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

BungeeCommands : Custom Commands & Aliases is a free Minecraft Java mod. Downloaded 3,007 times (via Spigot). Download it and open it directly in the game.

Explore more