Examples of fixSpawnLocation()


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

                    // Set to True, any mistakes in loading chunks will be corrected here
                    world.setKeepSpawnInMemory(true);

                    // 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
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.