Package ch.njol.skript.config

Examples of ch.njol.skript.config.Node.save()


  public String toString() {
    final Node n = node;
    if (n == null || level.intValue() < Level.WARNING.intValue())
      return message;
    final Config c = n.getConfig();
    return message + from + " (" + c.getFileName() + ", line " + n.getLine() + ": " + n.save().trim() + "')";
  }
 
}
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.