HomeJavaMods[FREE] MineBlocks | OUTDATED
[FREE] MineBlocks | OUTDATED
[​IMG]


[​IMG]‎‎‎‎‎‎‎‏‏‎‎‎‎‎‎‎‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ [​IMG] ‎‎‎‎‎‎‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎ ‎‎[​IMG]

Do you want to add some features? Join our discord!
[​IMG]

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!

[​IMG]

[​IMG]
Now we are working on:
[​IMG]
[​IMG]
[​IMG]
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
 
powerblocks/DefaultPowerBlock.yaml
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%'
    - ''
 


[​IMG]
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
 

[​IMG]

Plugin details

Read from the plugin's own plugin.yml.

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.

[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.

Explore more