commands.yml aliases help

Discussion in 'Bukkit Help' started by cooldma, Mar 15, 2022.

Thread Status:
Not open for further replies.
  1. Offline

    cooldma

    I am trying to make an alias for a vanilla minecraft command, /gamemode creative, and make it into /gmc and I was told commands.yml was the place to do it so if someone could please show me how to do it I would be very grateful.
     
  2. Offline

    maxcreeper360

    Put this in your commands.yml:

    Code:
    command-block-overrides: []
    ignore-vanilla-permissions: false
    aliases:
        gmc:
        - "gamemode creative"
     
Thread Status:
Not open for further replies.

Share This Page