Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. package com.IIxUnderWorldxII.Main;
  2.  
  3. public class EffectTimer implements Runnable {
  4. @SuppressWarnings("deprecation")
  5. public void run() {
  6. Random r = new Random();
  7. for(Player p : Bukkit.getServer().getOnlinePlayers()) {
  8. //Your particle effect code
  9.  
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement