⚡EpicBlocks✅Custom Mining icon

⚡EpicBlocks✅Custom Mining 1.1.2

The best block mining plugin you will ever see!

Page 1
1.1.2 Oct 30, 2023
Worldguard hook fixes

This update brings a WorldGuard fix where the bypass permission was not counted during the checking for the event.

1.1.1 Oct 30, 2023
Minor changes and safety measures

This update brings no new features but some safety measures inside of the plugin to help you further with support.

1.1-SNAPSHOT Oct 29, 2023
WorldGuard support, Requirements, ActionBar and Sound actions

This Update modifies a bit of the code and brings support with WorldGuard, although it is a bit tricky what you need to set it up is:

  1. Create a region
  2. Allow the crystal-break flag
  3. 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 region!

 

The new SoundAction syntax is:

"[sound] SOUND VOLUME PITCH"

The action bar is the same as the message:

"[actionbar] Yourmessage"

 

There are 5 types of requirements:

  1. Enchantment
  2. NBT
  3. Potion Effect
  4. Player Level
  5. Player Permission

this is an example on how to setup the requirements on your custom blocks!

blocks:
  bluecrystal:
    requirements:
      nbt: "blue_crystal"
      permission: "epicblocks.break.blue_crystal"
      enchant: "DAMAGE_ALL:4"
      effect: "HEALTH_BOOST:4"
      xp-level: 35
1.0.1-SNAPSHOT Sep 19, 2023
Minor embedded config fix.

The embedded config was in the Italian language, translated to English, and published a new version.

1.0-SNAPSHOT Sep 19, 2023
Page 1