Package com.onarandombox.MultiverseCore.configuration

Examples of com.onarandombox.MultiverseCore.configuration.EntryFee


        this.style = EnglishChatStyle.NORMAL;
        this.scale = 1D;
        this.respawnWorld = new String();
        this.allowWeather = true;
        this.spawning = new SpawnSettings();
        this.entryfee = new EntryFee();
        this.hunger = true;
        this.autoHeal = true;
        this.adjustSpawn = true;
        this.portalForm = AllowedPortalType.ALL;
        this.gameMode = GameMode.SURVIVAL;
View Full Code Here

TOP

Related Classes of com.onarandombox.MultiverseCore.configuration.EntryFee

Copyright © 2018 www.massapicom. 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.