Team Event API, Fancy Borders #413
@ -93,7 +93,7 @@ public class FightSystem extends JavaPlugin {
|
|||||||
new SetupQuit();
|
new SetupQuit();
|
||||||
new PrepareSchem();
|
new PrepareSchem();
|
||||||
new TestJoin();
|
new TestJoin();
|
||||||
//new NormalJoin();
|
new NormalJoin();
|
||||||
new RunningWorldInteraction();
|
new RunningWorldInteraction();
|
||||||
new PersonalKitCreator();
|
new PersonalKitCreator();
|
||||||
new ArrowStopper();
|
new ArrowStopper();
|
||||||
|
@ -145,7 +145,7 @@ public class Region {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public Region to2d() {
|
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>{
|
public interface TriConsumer<T, V, U>{
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren