Team Event API, Fancy Borders #413
@ -93,7 +93,7 @@ public class FightSystem extends JavaPlugin {
|
||||
new SetupQuit();
|
||||
new PrepareSchem();
|
||||
new TestJoin();
|
||||
//new NormalJoin();
|
||||
new NormalJoin();
|
||||
new RunningWorldInteraction();
|
||||
new PersonalKitCreator();
|
||||
new ArrowStopper();
|
||||
|
@ -145,7 +145,7 @@ public class Region {
|
||||
}
|
||||
|
||||
public Region to2d() {
|
||||
return new Region(minX, Integer.MIN_VALUE/2, minZ, maxX, Integer.MAX_VALUE/2, maxY);
|
||||
return new Region(minX, Integer.MIN_VALUE/2, minZ, maxX, Integer.MAX_VALUE/2, maxZ);
|
||||
}
|
||||
|
||||
public interface TriConsumer<T, V, U>{
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren