Guest User

Untitled

a guest
Jul 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. getServer().getScheduler().scheduleAsyncRepeatingTask(this, new Runnable() {
  2.  
  3. public void run() {
  4. //Do stuff
  5. }
  6. }, 20L, 20L);
Add Comment
Please, Sign In to add comment