CopyDefaults / SetDefaults not working as it should.

    • Type: Bug
    • Resolution: Invalid
    • Priority: Minor
    • None
    • Affects Version/s: None
    • Environment:

      Java 8
      Netbeans IDE
      Spigot build - 76236cb-62a2169

    • Own plugin

      Copy defaults not working in conjuction with the setdefaults option and copying missing configuration files across.

      CODE:

      public void checkIPConfig(){
      if (IpConfiguration.exists()){
      } else

      { IPConfig.options().copyDefaults(); IPConfig.setDefaults(Config); System.out.print("IP Configuration missing copying defaults"); }

      }

            Assignee:
            Unassigned
            Reporter:
            KyleD1986
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: