Add Game Lobby world settings (#220)

This commit is contained in:
Shaun Bennett 2016-09-29 00:22:42 -04:00 committed by GitHub
parent 7ff6e33941
commit b3d8c72953

View File

@ -86,10 +86,17 @@ public abstract class LobbyManager implements Listener
public LobbyManager(ArcadeManager manager, Location carl, Location spawn, Location ampStand)
{
_manager = manager;
WORLD.setTime(6000);
WORLD.setStorm(false);
WORLD.setThundering(false);
WORLD.setGameRuleValue("doDaylightCycle", "false");
setGameText(new Location(WORLD, 0, 110, 50));
setKitText(new Location(WORLD, -40, 80, 0));
setTeamText(new Location(WORLD, 40, 80, 0));
setAdvText(new Location(WORLD, 0, 100, -60));
_carl = carl;
_spawn = spawn;
_ampStand = ampStand;