Solved Color Codes in Plugin.yml?

Discussion in 'Plugin Development' started by BechGameplay, May 17, 2015.

Thread Status:
Not open for further replies.
  1. Hi Everyone ;)

    I just want to know if there is anyway i can put color codes in my Plugin.yml?
    fx:

    Code:
    commands:
      TabListReload:
        permission: bechtablist.reload
        description: Reloads the Config
        permission-message: '&6&lYou dont have the permission: &4&n<permission>'
    æ

    Thanks ;)
     
  2. In the onEnable:
    Code:
    getCommand("TabListReload").setPermissionMessage
    Or maybe use the § colorcodes in the config, but I'm not sure if they work there
     
    BechGameplay likes this.
  3. Thank you so much ;) <3!
     
  4. Offline

    mine-care

Thread Status:
Not open for further replies.

Share This Page