Dieser Commit ist enthalten in:
Ursprung
2922d9a61f
Commit
62634f1793
@ -56,7 +56,11 @@ public class LobbySystem extends JavaPlugin {
|
||||
new ParticleListener();
|
||||
new InventoryInteraction();
|
||||
new WorldInteraction();
|
||||
//new AlphaWall(l -> l.getZ() > 1250, AlphaWall.REFLECT_Z);
|
||||
|
||||
new AlphaWall(l -> l.getX() > 1199, AlphaWall.REFLECT_X);
|
||||
new AlphaWall(l -> l.getX() < 2977, AlphaWall.REFLECT_X);
|
||||
new AlphaWall(l -> l.getZ() > 892, AlphaWall.REFLECT_Z);
|
||||
new AlphaWall(l -> l.getZ() < 1794, AlphaWall.REFLECT_Z);
|
||||
|
||||
}
|
||||
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren