EZBlocks allows you to keep track of and reward players based on how many blocks they mine per tool and globally.
EZBlocks allows you to save blocks broken data via MySQL or FlatFile
This plugin is fully configurable and is pretty easy to setup!
Rewards are fully customizable and command based so the limits are endless as far as what you could reward players!
In order for players to have a "pickaxe counter" displayed on the pickaxe, they need the permission node
ezblocks.pickaxecounter
Commands:
<command>
<info>
<permission>
/blocks
View how many blocks you have broken.
defaults to everyone if enabled
/blocks help
Display the EZBlocks commands available to you.
defaults to everyone
/blocks check <player>
View how many blocks another player has broken.
ezblocks.check
/blocks set <player> <amount>
Set a players block broken amount to a specific number.
ezblocks.set
/blocks version
View the plugin version.
ezblocks.admin
/blocks reload
Reload the EZBlocks config.yml
ezblocks.admin
Configuration:
View an example configuration here!
This plugin also has an API and is used in many plugins to display players blocks broken!
There is also an API available if you would like to hook into EZBlocks to get a players blocks broken:
ezblocks.pickaxecounter
Commands:
<command>
<info>
<permission>
/blocks
View how many blocks you have broken.
defaults to everyone if enabled
/blocks help
Display the EZBlocks commands available to you.
defaults to everyone
/blocks check <player>
View how many blocks another player has broken.
ezblocks.check
/blocks set <player> <amount>
Set a players block broken amount to a specific number.
ezblocks.set
/blocks version
View the plugin version.
ezblocks.admin
/blocks reload
Reload the EZBlocks config.yml
ezblocks.admin
Configuration:
View an example configuration here!
This plugin also has an API and is used in many plugins to display players blocks broken!
There is also an API available if you would like to hook into EZBlocks to get a players blocks broken:
Code (Text):
public void giveReward(Player p) {
if (EZBlocks.getEZBlocks().getBlocksBroken(p) == 1000) {
//do your code
}
}
if (EZBlocks.getEZBlocks().getBlocksBroken(p) == 1000) {
//do your code
}
}
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.9, 1.10, 1.11
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
EZBlocks is a free Minecraft Java mod. Compatible with Minecraft 1.9, 1.10, 1.11, 1.12 and newer. Downloaded 22,548 times (via Spigot). Download it and open it directly in the game.