Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. arenaList.addItem(new ItemBuilder(Material.IRON_BLOCK, Integer.valueOf(id.substring(1)))
  2. .setDisplayName(arena.getName())
  3. .setLore("", "&7ID: &3"
  4. + arena.getId(), "&7Pos1 set: "
  5. + pos1Result, "&7Pos2 set: "
  6. + pos2Result, "&7Status: "
  7. + activeResult).build());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement