Do you want to add some features? Join our discord!
ePowerBlocks is one of the paid, modern and well optimized plugin from ePlugins! This plugin will entertain and reward your players for mining blocks. Everything is fully-customizable!
We make only well optimizted plugins and easy-to-use for every server owner! Everything is fully and easily customizable in the config! If you need help, join our discord!
We really appreciate every download, feedback and rating that you are giving to us! We are trying our best to make your server the best! If you have something to tell us, feel-free to contact us on our social medias!
- Entertain players and reward them for mining blocks!
- Rewards can be set to items or commands
- Easy to use GUI Editor where you can edit the whole Power Block
- Every line in holograms is highly editable (Holographic Displays or Decent Holograms)
- Every state has it own hologram that can be modified in the configuration file
- Set your own material and health to every block (material can be an entity)
- You can even set more materials and have them to change every time the block is destroyed!
- Set custom cooldown to each block that has been destroyed! (before can be mined again)
- We tried our best to create a permission to every action in this plugin
- We have also managed to reward offline players, by giving them their reward after they join!
- Displays the current number that the player has mined (in hologram)
- Highly configurable built-in AFK System with a lot of features
- PowerBlock teleportation is now supported!
- Everything is reloadable with in-game command
- Placeholders support! (PAPI)
- Custom player & blocks statistics
- RGB colors supported! Gradient system included! (More in 'Using Colors')
- And lot of more!
- AFK System - Check if player is AFK or not (you can teleport him, or just disable mining)
- Features - We will implement those little events called "features" - (Spawning mobs, Lightning, TNTs, and more..!)
- PowerBlocks Spawn - Let players teleport to these blocks by creating a warp for them (/mb spawn)
- Particles - Spawn particles every time someone deals damage to a block, or just like every 10 hits (it’s up to you)
- GUI Editor - Configure your blocks in a GUI editor (rewards, health, material, etc.)
- Sounds - Play some sound to players when something with the block happened
- /powerblocks help - Displays a message with a command to use to get list of all commands
- /powerblocks list - Displays a list of all available blocks
- /powerblocks tp <block> - Teleports you on top of the block
- /powerblocks info <block> - Displays all important info about the specific block
- /powerblocks about - Shows basic info about the plugin
- /powerblocks reload - Reloads the plugin
- powerblocks.mine.<block> - Allows players to mine (specific) blocks
- powerblocks.tp - Allows player to teleport to the specific block
- powerblocks.info - Allows player to display info about specific block
- powerblocks.admin - Allows player to execute all administration commands
config.yaml
Code (YAML):
#
# ███████╗███╗ ███╗██╗███╗ ██╗███████╗██████╗ ██╗ ██████╗ ██████╗██╗ ██╗███████╗
# ██╔════╝████╗ ████║██║████╗ ██║██╔════╝██╔══██╗██║ ██╔═══██╗██╔════╝██║ ██╔╝██╔════╝
# █████╗ ██╔████╔██║██║██╔██╗ ██║█████╗ ██████╔╝██║ ██║ ██║██║ █████╔╝ ███████╗
# ██╔══╝ ██║╚██╔╝██║██║██║╚██╗██║██╔══╝ ██╔══██╗██║ ██║ ██║██║ ██╔═██╗ ╚════██║
# ███████╗██║ ╚═╝ ██║██║██║ ╚████║███████╗██████╔╝███████╗╚██████╔╝╚██████╗██║ ██╗███████║
# ╚══════╝╚═╝ ╚═╝╚═╝╚═╝ ╚═══╝╚══════╝╚═════╝ ╚══════╝ ╚═════╝ ╚═════╝╚═╝ ╚═╝╚══════╝
#
# "ANSI Shadow" from http://patorjk.com/software/taag/
# Version: ${version}
# Build time: ${timestamp}
# Wiki: https://eproject.gitbook.io/epowerblocks/
# --
# General configuration
# --
# Will the plugin be enabled? After change, restart needed!
enabled : true
check-for-updates : true
# More coming soon
Code (YAML):
enabled : false
maxHealth : 100
location:
world : world
x : 0.0
y : 0.0
z : 0.0
type : STONE
timeoutType : BEDROCK
# The value determines how long the powerblock will be in "timeout" after the destruction
timeout : 60
# rewards type: item, money (vault), chat, command, console
# chance = a chance to get an item (50 = 50% to get reward)
rewards:
rewardItem:
rewardType : item
reward : |
data:
== : org.bukkit.inventory.ItemStack
v : 3218
type : DIAMOND
amount : 2
meta:
== : ItemMeta
meta-type : UNSPECIFIC
display-name : ' { "extra": [ { "text": "DIAMONDS!!" } ], "text": "" }'
ItemFlags :
- HIDE_ATTRIBUTES
rewardPoints : 10-100
chance : 50
chatReward:
rewardType : chat
reward : You have mined a block!
rewardPosition : 1-3
chance : 100
holograms:
timeout:
lines :
- '&a&lDefault MineBlock'
- ''
- Reset in %emineblocks_DefaultMineBlock_timeoutFormat%
- ''
base:
lines :
- '&a&lDefault MineBlock'
- ' %emineblocks_DefaultMineBlock_health%/%emineblocks_DefaultMineBlock_maxHealth%'
- ''
- 1. %emineblocks_DefaultMineBlock_placement_1% - %emineblocks_DefaultMineBlock_placement_1_value%
- 2. %emineblocks_DefaultMineBlock_placement_2% - %emineblocks_DefaultMineBlock_placement_2_value%
- 3. %emineblocks_DefaultMineBlock_placement_3% - %emineblocks_DefaultMineBlock_placement_3_value%
- ''
- '&fYour mined blocks : %emineblocks_DefaultMineBlock_minedBlocks%'
- ''
Code (YAML):
#
# ███████╗███╗ ███╗██╗███╗ ██╗███████╗██████╗ ██╗ ██████╗ ██████╗██╗ ██╗███████╗
# ██╔════╝████╗ ████║██║████╗ ██║██╔════╝██╔══██╗██║ ██╔═══██╗██╔════╝██║ ██╔╝██╔════╝
# █████╗ ██╔████╔██║██║██╔██╗ ██║█████╗ ██████╔╝██║ ██║ ██║██║ █████╔╝ ███████╗
# ██╔══╝ ██║╚██╔╝██║██║██║╚██╗██║██╔══╝ ██╔══██╗██║ ██║ ██║██║ ██╔═██╗ ╚════██║
# ███████╗██║ ╚═╝ ██║██║██║ ╚████║███████╗██████╔╝███████╗╚██████╔╝╚██████╗██║ ██╗███████║
# ╚══════╝╚═╝ ╚═╝╚═╝╚═╝ ╚═══╝╚══════╝╚═════╝ ╚══════╝ ╚═════╝ ╚═════╝╚═╝ ╚═╝╚══════╝
#
# "ANSI Shadow" from http://patorjk.com/software/taag/
# --
# General messages
# You can use %prefix% to replace it for the currently prefix in config.yaml
# If you want to, you can use RGB colors (Gradients, Solid) -> more on our wiki
# Our systems supports PAPI
# --
# output of %emineblocks_<mineblock>_
top:
nobody : "&cNobody"
nobodyValue : "0"
units:
second : "seconds"
minute : "minutes"
hour : "hours"
# More coming soon
- Drag and drop eMineBlocks plugin into your plugin folder
- Restart or Reload the server
- Edit the config and messages files to your needs
- Reload the plugin (/mineblocks reload)
- Enjoy!
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.9, 1.10
- 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.
[FREE] MineBlocks | OUTDATED is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 990 times (via Spigot). Download it and open it directly in the game.