Hi,
i want my plugin to create a 3x3 area of blocks with mithril texture in front of the player on the same height as the player is standing when issuing a command.
My question is how to create such a textured block.
I tried using this.getWorld().placeBlock() and managed to create a half-cylinder of wood in front of the player, but i have no idea how to change the texture or create a cube?
this is my code:
Thanks for your help