remove-and-clear-chars
Remove and Clear Chars
Example created schematic chars:
int indexChars = CharUTIL.createCharsByPlayerLocation(p, p.getLocation(), true, "Example");
We can clear from minecraft map generated blocks by:
CharUTIL.clearChars(indexChars);
,or we can clear blocks from map and CharsIndex from plugin "memory":
CharUTIL.removeChars(indexChars);
Comments