1. So im trying to make a config option with a Dictionary then when changed it can go back into the code its just saying its and object
    Code:
    Dictionary<string,string> Rules;
    Rules = Config["PreClanColor"] as Dictionary<string,string>;
     
  2. Wulf

    Wulf Community Admin

    The basic Config API in Oxide expects objects, so you'd need to store as an object or create your own config handling.
     
  3. Nvm _-_ i got it im dumb please delete so i dont get exposed XD
     
    Last edited by a moderator: Oct 6, 2017