Guest User

Untitled

a guest
Sep 25th, 2023
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. Bukkit.getScheduler().runTaskTimerAsynchronously(main,(Runnable) -> {
  2. tick();
  3. if (tick(gettick())) {
  4.  
  5. }
  6. if (!tparequests.contains(p.getName())) {
  7. player.teleportAsync(p.getLocation());
  8. }
  9.  
  10. },20,20);
Advertisement
Add Comment
Please, Sign In to add comment