Development Assistance Config List Wont Work?

Discussion in 'Plugin Help/Development/Requests' started by Corndogoz, Sep 10, 2015.

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

    Corndogoz

    ok guys so in my on command i have this code:
    if (getConfig().getList("CommandsToChange").contains(cmd.getName())) {
    p.sendMessage("TESTYTESTYTESTY");
    } my config has this:
    Code:
    :): ☺
    :D: :D
    :(: ☹
    :'(: :'(
    :)ci: false
    :(ci: true
    :'(ci: true
    Faces:
    - :)
    - :D
    - :(
    - :'(
    CommandsToChange:
    - me
    FacesWPerms: []
    
    yet when i use /me it doesnt tell me anything, help please????

    thanks :)

    EDIT: I realize that alot of my config has turned into smileys and other things, sorry bout that :p
     
    Last edited: Sep 10, 2015
  2. Offline

    oceantheskatr

    Put your code in [co de=java][/co de] tags so that it won't turn to smileys and will keep it's format :) Also, please post your full code.
     
Thread Status:
Not open for further replies.

Share This Page