Advertisement
Guest User

Untitled

a guest
Jul 29th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. @Override
  2. public void run(){
  3. for(Player p : Bukkit.getOnlinePlayers()){
  4.  
  5. ActionBarAPI.sendActionBar(p, "§c» §9SkyPvP auf BattleCraft §c«");
  6.  
  7. }
  8.  
  9. }}.runTaskTimer(plugin, 10, 5 * 20);
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement