Package ch.njol.skript.config

Examples of ch.njol.skript.config.Config.validate()


          return;
        }
       
        final ArrayList<String> aliasNodes = new ArrayList<String>();
       
        aliasConfig.validate(
            new SectionValidator()
                .addEntry("aliases", new Setter<String>() {
                  @Override
                  public void set(final String s) {
                    for (final String n : s.split(","))
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.