Esempio n. 1
0
  private void showLocation(Player player, BitzPlugin plugin) {

    Location loc = BitzData.getLocationSelection(player);
    if (loc == null) {

      return;
    }

    BlockUtils.showGhostBlock(loc.getBlock(), player, Material.WOOL, (byte) 11, 10, plugin);
  }