NOTE: This custom enchant requires the TokenEnchant plugin.

This plugin contains a custom enchantment effect that allows you to call meteor shower striking nearby locations to do more mining when you break a block.

Demo Video:


Installation:
Just install TE-MeteorShowerEnchant.jar in TokenEnchant/enchants folder. Then you can either "restart the server" or "reload the plugin (not /te reload)". MeteorShowerEnchantment will automatically be loaded into TokenEnchant framework.

Recommended Tools:

  • Pickaxe


Configuration:

Enchants:
  MeteorShower:
    description: "Meteor shower upon mining!"
    event_map:
      EntityExplodeEvent: "NORMAL"
      PlayerInteractEvent: "HIGHEST"
      EntityDamageByEntityEvent: "NORMAL"
    price: 10
    max: 10
    invalid_in_world:
      - plotworld
    cooldown: 10
    cooldown_message: "&a[TE] You have to wait for &b%remaining% &aseconds."
    sound: true. # set this to "false" to turn off the explosion sound.
    occurrence: 0.03
    max_radius: 10
    num_of_meteors: 8
    meteor_interval: 10  # in ticks.
    meteor_source_height: 10 # in blocks
    explosion_power: 1 # if this value is -1, the enchantment level is used as the explosion power, power 4 = 1 TNT.
    power_multiplier: 1.0  # explosion_power * multiple = explosion power (4 = 1TNT)
    exemptions:
      - 'ENDER_CHEST:*'
      - GLOWSTONE
      - 'LADDER:*'
      - STONE_PLATE