Package ch.njol.skript.config

Examples of ch.njol.skript.config.Config


  }
 
  @SuppressWarnings("null")
  private final static SectionNode nodeFromString(final String s) {
    try {
      return new Config(s, "test.sk", true, false, ":").getMainNode();//.getNode(0);
    } catch (final IOException e) {
      assert false : e;
      return null;
    }
  }
View Full Code Here

TOP

Related Classes of ch.njol.skript.config.Config

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.