create-chars-board

CharsBoard that is few Chars who are stacked to up in one location.

int spawnBoard1 = CharUTIL.createCharsBoard(p.getLocation(), new Location(Bukkit.getServer().getWorld("world").getSpawnLocation()), true,
"&2Players:",
"&0--&40&0--",
"&1[&dclick in block&1]",
"&0----");
  1. First is location where board will be ganerated
  2. Next is location from where first loaction, plugin get face this chars.
  3. Outline
  4. Messages, we can add how many we would.

Line numbering:

  1. Line: "&2Players:"
  2. Line: "&0&40&0"
  3. Line: "&1[&dclick in block&1]"
  4. Line: "&0"

We can add more, or on example two.

Next we must any, build this board

CharUTIL.buildCharsBoard(spawnBoard1);

Comments

Posts Quoted:
Reply
Clear All Quotes