
⚡EpicBlocks✅Custom Mining 1.1.2
The best block mining plugin you will ever see!
PLUGIN'S WIKI
Click here for the plugin documentation!
PLUGIN'S DESCRIPTION
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
https://www.youtube.com/watch?v=kv5OtuN_5MQ
https://www.youtube.com/watch?v=lVoRZVY6DYM
config.yml
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)!"
blocks:
yellow-crystal:
settings:
items-to-inventory: true # Should items be directly added to the inventory when the block is broken?
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
PERMISSION NODES:
Permission nodes in this plugins are just a few and they are required just for the admins command
Command | Permission | Description |
/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. |