Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. CraftHologram hologram = Holograms.getHologramManager().createHologram("joinLobby", new Location(-145.5, 88.5, 311.5, Server.getInstance().getDefaultLevel()), true);
  2. hologram.addLine(WHITE + "Welcome to" + GOLD + " ElissaMC Network");
  3. hologram.addLine("" + GOLD + "%name%");
  4. hologram.addLine(" ");
  5. hologram.addLine(WHITE + "Right click your compass to");
  6. hologram.addLine(WHITE + "open the server selector!");
  7. hologram.addLine(" ");
  8. hologram.addLine("" + BOLD + GOLD + "STORE" + RESET + WHITE + " store.elissamc.com");
  9. hologram.addLine("" + BOLD + GOLD + "WEBSITE" + RESET + WHITE + " www.elissamc.com");
  10. hologram.addLine(GOLD + "%count%" + WHITE + " Members Online");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement