HomeJavaModsxHubBlocks
xHubBlocks
xHubBlocks — screenshot 1xHubBlocks — screenshot 2

🧱 xHubBlocks V2

The Ultimate Lobby Practice Plugin

Infinite blocks. Auto-despawn. Database support.

Version Support Storage

UPDATE COMING SOON!


👋 Overview

xHubBlocks is a lightweight but powerful plugin designed for Hubs and Lobbies. It gives your players an infinite stack of blocks to practice bridging, clutching, or building while waiting in the lobby.

The best part? The blocks disappear automatically after a configurable time, keeping your lobby clean and lag-free.

🔥 What's New in V2?

We have completely rewritten the core to include professional features:


✨ Features


💾 Database & Storage

xHubBlocks V2 supports two storage types defined in config.yml:

  1. H2 (Default): Zero configuration required. Stores data in a local file. Perfect for single servers.
  2. MySQL: Connect to an external database. Ideal for networks or if you want to display stats on a website.
storage:
  type: H2 # Or MYSQL
  mysql:
    host: "localhost"
    port: 3306
    database: "xhubblocks"
    # ...

🏀Images

imagen1 imagen2 imagen3

🚀 Commands & Permissions

The commands are editable.

Command Permission Description
/xhubblocks xhubblocks.admin View plugin info and help.
/xhubblocks reload xhubblocks.reload Reload the configuration file.
/blocks shop editable Block store.

📊 Placeholders

Requires PlaceholderAPI.


👨‍💻 Developer API

Want to use xHubBlocks stats in your own plugin? It's easy.

1. Get the instance:

if (Bukkit.getPluginManager().getPlugin("xHubBlocks") != null) {
    xHubBlocksAPI api = xHubBlocksAPI.getApi();
    
    // Get stats
    int total = api.getPlayerTotalPlaced(player.getUniqueId());
}

2. Maven/Gradle: You can add the plugin as a dependency to your project.


📥 Installation

  1. Download xHubBlocks.jar.
  2. Drop it into your server's plugins folder.
  3. Restart your server.
  4. (Optional) Edit config.yml to change the block style or database settings.
  5. Enjoy!

Banner


Created with ❤️ by xPlugins

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more