Examples of onWorldLoad()


Examples of com.bergerkiller.bukkit.mw.WorldConfig.onWorldLoad()

                    // Fix up the spawn location
                    wc.fixSpawnLocation();

                    // Call onLoad (it was ignored while initing to avoid chunk loads when finding spawn)
                    wc.onWorldLoad(world);

                    // Confirmation message
                      message(ChatColor.GREEN + "World '" + world.getName() + "' has been loaded and is ready for use!");
                      MyWorlds.plugin.log(Level.INFO, "World '"+ world.getName() + "' loaded.");
                  }
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.