Advertisement
Legt_Gaming1

Untitled

Apr 19th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. public void delay(Player p, int i) {
  2. Bukkit.getScheduler().scheduleSyncDelayedTask(main, new Runnable() {
  3. public void run() {
  4. //what i put here, can i make it a method so i set it when i call the method
  5. }
  6. }, i * 20);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement