Advertisement
Guest User

Untitled

a guest
Mar 16th, 2011
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. ArrayList<SignUpdate> Signs = new ArrayList<SignUpdate>();
  2. String[] text = { "line1", "line2", "line3", "line4"};
  3.  
  4. Signs.add(new SignUpdate(world, new Location(world, x, y, z), text));
  5. /* The World and Plugin variables are defined already */
  6.  
  7. SignUpdate.update(plugin, Signs);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement