13
0

WIP: Features People, Features #2

Geschlossen
zOnlyKroks möchte 12 Commits von LobbySystem_Features nach master mergen
2 geänderte Dateien mit 4 neuen und 2 gelöschten Zeilen
Nur Änderungen aus Commit 426b48e5d5 werden angezeigt - Alle Commits anzeigen

2
.gitignore vendored
Datei anzeigen

@ -2,3 +2,5 @@
/.idea
/target
/lib
LobbySystem.iml

Datei anzeigen

@ -27,8 +27,8 @@ public class PlayerMoveListener extends BasicListener {
final World world = Bukkit.getWorlds().get(0);
final Location loc1 = new Location(world,1337,0,1803);
final Location loc2 = new Location(world,2610,0,1800);
final Location loc1 = new Location(world,200,0,200);
final Location loc2 = new Location(world,-200,0,-200);
private double maxX;
private double maxZ;