The plugin allows you to create unique block configurations, such as staged blocks, you could create custom ores with custom drops and even custom rewards, you can set any type you'd like. From commands to vault economies integration SHOWCASE VIDEOS\
CONFIG.YML
Code (YAML):
data-structure: "SQLite"# SQLite is the only supported data structure for now so leave it as is get-near-block: "<red>You need to be closer to the block!" set-block: "<green>The block has been set!" block-remove: "<green>The block has been removed!" block-not-registered: "<red>Block is not registered!" reloaded: "<green>Configuration has been reloaded!" easy-place-enabled: "<green>EasyPlace was enabled!" easy-place-disabled: "<red>EasyPlace was disabled!" full-inventory: "<red>Your inventory is full!" vault-error: "<red>Vault error (contact an admin)!" dont-meet-requirments: "<red>You don't meet the requirements to break this block!" blocks:
yellow-crystal:
requirements:
xp-level: 30
enchant: "DAMAGE_ALL:5" effect: "SPEED:2" permission: "crystal.break" nbt: "yellow-crystal-breaker" settings:
items-to-inventory: true
# Should items be directly added to the inventory when the block is broken? (if set to false, the items will be dropped as vanilla style) directly-bedrock: true
# Should the block directly go to bedrock when broken? (the actions of the current stage will be applied) stages:
1:
material: "YELLOW_TERRACOTTA" step-time: 2
# It takes 2 seconds from bedrock to reach this stage. 2:
material: "YELLOW_CONCRETE" step-time: 4
# It takes 4 seconds from the previous stage to reach this stage. (and so on) drops:
wooo:
chance: 100
actions: -
"[command] say congratulations %player%" -
"[give-item] DIAMOND 64" -
"[drop-item] EMERALD 3"# this will drop it at the place of the block -
"[message] <rainbow>Why are you being like this. you are crazy broooo!" 3:
material: "YELLOW_STAINED_GLASS" step-time: 4
Although it is a bit tricky to set it up this is what you need to do:
Create a region
Allow the crystal-break flag
and allow the block-break flag
the block-break flag will allow all blocks to be broken inside a region, but EpicBlocks will only allow custom blocks, so you will not have to worry about players griefing your area!
PERMISSION NODES: Permission nodes in this plugins are just a few and they are required just for the admins command (requirements are excluded)
/epicblock admin reload epicblock.admin.reload Allows you to reload the plugin's configuration
/epicblock admin remove epicblock.admin.remove Allows you to remove the block you are looking at from the EpicBlock block handle list. (becomes a normal vanilla block)
/epiblock admin easyplace <block> epicblock.admin.easyplace Allows you to easily place blocks of chosen type by just right clicking on them
/epicblock admin set <block> epicblock.admin.set Allows you to set the block you are currently looking at to the type of block specified.
EpicBlocks is an high quality plugin made to bring entertainment with blocks to the next level! It allows you to achieve results like CosmicPrison blocks, you can set up blocks stages of your choice!
It is constantly updated and support has never been more awesome.
Features:
Plugin is easy to set up and translate
You have the option to create any type of rewards you want when breaking the a single block stage (with chances too)
You can set up as many stages you want for your custom blocks!
The plugin is heavily optimized and gets checked multiple times before any releases are published