Add Game Lobby world settings (#220)
This commit is contained in:
parent
7ff6e33941
commit
b3d8c72953
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user