How to delete an entry from you config?

Discussion in 'Plugin Development' started by _Filip, Mar 26, 2013.

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

    _Filip

    Title says it all.
     
  2. Offline

    psycowithespn

    Set it to null.
     
  3. Offline

    _Filip

    How does that erase it?
    It just sets it's value to null, it doesn't erase it.
     
  4. Offline

    the_merciless

    getConfig().getKeys(false).remove(item)
     
  5. Offline

    _Filip

    I'll try that.
     
Thread Status:
Not open for further replies.

Share This Page