Examples of dark_green()


Examples of com.bergerkiller.bukkit.common.MessageBuilder.dark_green()

          if (ploc.getWorld() == loc.getWorld()) {
            double d = ploc.distance(loc);
            if (d <= 10) {
              builder.green(portal);
            } else if (d <= 100) {
              builder.dark_green(portal);
            } else {
              builder.yellow(portal);
            }
          } else {
            builder.red(portal);
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.