gitignore weoweo
Dieser Commit ist enthalten in:
Ursprung
f5150aa27c
Commit
426b48e5d5
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,3 +2,5 @@
|
|||||||
/.idea
|
/.idea
|
||||||
/target
|
/target
|
||||||
/lib
|
/lib
|
||||||
|
|
||||||
|
LobbySystem.iml
|
||||||
|
@ -27,8 +27,8 @@ public class PlayerMoveListener extends BasicListener {
|
|||||||
|
|
||||||
final World world = Bukkit.getWorlds().get(0);
|
final World world = Bukkit.getWorlds().get(0);
|
||||||
|
|
||||||
final Location loc1 = new Location(world,1337,0,1803);
|
final Location loc1 = new Location(world,200,0,200);
|
||||||
final Location loc2 = new Location(world,2610,0,1800);
|
final Location loc2 = new Location(world,-200,0,-200);
|
||||||
|
|
||||||
private double maxX;
|
private double maxX;
|
||||||
private double maxZ;
|
private double maxZ;
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren