Advertisement
Guest User

TabAPI

a guest
Feb 8th, 2013
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.67 KB | None | 0 0
  1.         TabAPI.setTabString(plugin, ply, 0, 0, ChatColor.GOLD + "--Teamspeak--");
  2.         TabAPI.setTabString(plugin, ply, 1, 0, ChatColor.GREEN + "ts.gtrakt.de");
  3.         TabAPI.setTabString(plugin, ply, 2, 0, ChatColor.GOLD + "===========");
  4.        
  5.         TabAPI.setTabString(plugin, ply, 0, 1, ChatColor.GOLD + "--Forum--");
  6.         TabAPI.setTabString(plugin, ply, 1, 1, ChatColor.GREEN + "gtrakt.de");
  7.         TabAPI.setTabString(plugin, ply, 2, 1, ChatColor.GOLD + "===========");
  8.        
  9.         TabAPI.setTabString(plugin, ply, 0, 2, ChatColor.GOLD + "--ServerIP--");
  10.         TabAPI.setTabString(plugin, ply, 1, 2, ChatColor.GREEN + "minetrakt.eu");
  11.         TabAPI.setTabString(plugin, ply, 2, 2, ChatColor.GOLD + "===========");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement