ShadowKALler7
Member
is there anyway to change the type of a block for example
@EventHandler
public void onPlace(BlockPlaceEvent e){
Block placed = e.getBlock();
placed. ??
}
nothing works, I used to make Bukkit plugins but cant fin
@EventHandler
public void onPlace(BlockPlaceEvent e){
Block placed = e.getBlock();
placed. ??
}
nothing works, I used to make Bukkit plugins but cant fin