mirror of
https://e.coding.net/circlecloud/TeleportRandom.git
synced 2025-11-24 21:46:26 +00:00
@@ -129,6 +129,7 @@ public class TeleportRandom extends JavaPlugin implements CommandExecutor {
|
|||||||
|
|
||||||
public Point(final int limit, final World world) {
|
public Point(final int limit, final World world) {
|
||||||
this.limit = limit;
|
this.limit = limit;
|
||||||
|
this.world = world;
|
||||||
x = rr.nextInt(limit);
|
x = rr.nextInt(limit);
|
||||||
z = rr.nextInt(limit);
|
z = rr.nextInt(limit);
|
||||||
final int xf = rr.nextInt(x);
|
final int xf = rr.nextInt(x);
|
||||||
|
|||||||
Reference in New Issue
Block a user