Advertisement
CubyGC

Untitled

Mar 29th, 2020
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. new BukkitRunnable() {
  2. int time = 20;
  3. public void run() {
  4. this.time -= 1;
  5.  
  6. }
  7. }.runTaskTimer(UhcCore.getPlugin(), 20L, 20L);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement