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