Description
- Native Minecraft Version:
- 1.13
- Tested Minecraft Versions:
- 1.13
- 1.14
- 1.15
- Source Code:
- https://github.com/SBPrime/BlocksHub
- Donation Link:
- https://tinyurl.com/y8sq9cqu
BlocksHub is a Logger & Block access API for world editing plugins. It provides a uniform way to access many block logger plugins and a simple way to check permissions to place a block. Installation
1.13 Compatibility
A build 1.13 is now available. At this point not all backends are supported. New plugin support will be added in future release. If you need support for a specific plugin send me a message.
Installation
To install the plugin simply follow those steps:
Download
- Download the plugin
- Copy the jar file into the plugins folder
- Restart the server
GitHub repository
Features:
Supported block loggers:
- Provide uniform access to Block placing access plugins
- Provide uniform access to send blocks into Block logger plugins
- Provide uniform access to restore blocks using Block logger plugins
Supported block access plugins:
- CoreProtect
- LogBlock (not available in 3.0.0)
- Prism (not available in 3.0.0)
- HawkEye (not available in 3.0.0)
Commands
- Factions
- WorldGuard (not available in 3.0.0)
- Residence (not available in 3.0.0)
- GriefPrevention (not available in 3.0.0)
All commands should by in this format: /BlocksHub <command> or /BH <command>.
Status
Display the plugin status
Permissions: BlocksHub.admin.state
Reload
Reload blocks hub config
Permissions: BlocksHub.admin.reload
Configuration
version
The configuration format version (do not change)
worlds
List of worlds that blocks hub works on (logging and access control). If you do not add your world here logging and access control will be disabled for it. Each entry is case insensitive. In each row you need to enter the full name of the world or use a regexp to define multiple worlds.
Sample
Code (Text):BlocksHub:
version: 2
worlds:
- world
- world_nether
- world_the_end
- world.*
MCStats
This plugin uses MCStats to gather statistics. It gathers only the standard stats gathered for most of MCStat's enabled plugins (for example: OS, Java version, CPU, country, plugin and server version). For details what exactly is gathered click on the graph below. To disable the stats you need to disable stats gathering for MCStats (set opt-out to true in plugins/PluginMetrics/config.yml). This disables all the stats gathering for all plugins that use the default MCStats.
Thank you for using this plugin.
Donate
Programmer: "an organism that turns caffeine and pizza into software".
If you like you can buy me a pizza
![]()

BlocksHub v3.1.1
API lib providing easy access to multiple block loggers and access controllers
Recent Updates
- MC 1.15 and WorldGuard Mar 8, 2020
- New loggers & ac Mar 16, 2019
- v.3.0.0 - Spigot 1.13 support Jul 27, 2018