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----");
- First is location where board will be ganerated
- Next is location from where first loaction, plugin get face this chars.
- Outline
- Messages, we can add how many we would.
Line numbering:
- Line: "&2Players:"
- Line: "&0
&40&0"
- Line: "&1[&dclick in block&1]"
- Line: "&0
"
We can add more, or on example two.
Next we must any, build this board
CharUTIL.buildCharsBoard(spawnBoard1);
Comments