Config.yml Help! Saving a HashMap To A Config

Discussion in 'Plugin Development' started by mkezar, Mar 10, 2015.

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

    mkezar

    Hey guys! I have a plugin that involves a hashmap (UUID and Integer (UUID is .toString() ) ) for a score. Im trying to save the UUID and Integer to a config.yml, the problem is, ive never really used a config. If somebody could maybe give me the basics of a config? Heres my code for the HashMap,

    Code:java
    1. HashMap<String, Integer> hm = new HashMap<String, Integer>();


    please help! :D
     
  2. Last edited: Mar 10, 2015
Thread Status:
Not open for further replies.

Share This Page