Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Bukkit.getScheduler().runTaskTimerAsynchronously(main,(Runnable) -> {
- tick();
- if (tick(gettick())) {
- }
- if (!tparequests.contains(p.getName())) {
- player.teleportAsync(p.getLocation());
- }
- },20,20);
Advertisement
Add Comment
Please, Sign In to add comment