Custom Config set() Method Not Working

Discussion in 'Plugin Development' started by baugh70, Aug 29, 2014.

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

    baugh70

    Hello all,
    I am currently developing a plugin that has custom configs for user data files, and I keep coming across a NullPointerException when using the getCustomConfig(UUID u) method even though the file already exists. The code for the plugin is located below.
    TokensAPI.java: http://pastebin.com/v5avjUaS
    Token.java: http://pastebin.com/izXRrTtQ
    TokenPlayer.java: http://pastebin.com/cEm36Vca
    Thanks in advanced,
    Baugh70
     
  2. Could you post your error log?
     
Thread Status:
Not open for further replies.

Share This Page