Examples of TagAPIListener


Examples of org.kitteh.vanish.listeners.TagAPIListener

                    Class.forName("org.kitteh.tag.AsyncPlayerReceiveNameTagEvent");
                } catch (final ClassNotFoundException e) {
                    this.getLogger().warning("Update to TagAPI 3.0 or later to use name coloring");
                    break dance;
                }
                this.getServer().getPluginManager().registerEvents(new TagAPIListener(this), this);
                this.getLogger().info("Using color changing features of TagAPI.");
            } else {
                this.getLogger().info("Colored nametags enabled, but I couldn't find TagAPI");
                this.getLogger().info("For awesome colored nametags on vanish, visit");
                this.getLogger().info("http://dev.bukkit.org/server-mods/tag/ ");
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.