HomeJavaModsRespawnable Ores
Fully configure ore spawn plugin.

Config
Code (Text):
ores:
  regions:
    r1: # The first position of the region the blocks will be effected in.
      x: 0
      y: 0
      z: 0
    r2: # The second position of the region the blocks will be effected in.
      x: 10000
      y: 256
      z: 10000
  types: # Put the blocks here that you want effected.
  - COBWEB
  cobweb:
    respawntime: 3 # Time in seconds.
    respawnblock: DIRT # The block that you see when your waiting for the original block to respawn.
Example Config
Code (Text):
ores:
  regions:
    r1:
      x: 0
      y: 0
      z: 0
    r2:
      x: 10000
      y: 256
      z: 10000
  types:
  - COAL_ORE
  - IRON_ORE
  - GOLD_ORE
  - REDSTONE_ORE
  - EMERALD_ORE
  - DIAMOND_ORE
  - LAPIS_ORE
  - QUARTZ_ORE
  coal_ore:
    respawntime: 10
    respawnblock: STONE
  iron_ore:
    respawntime: 10
    respawnblock: STONE
  gold_ore:
    respawntime: 10
    respawnblock: STONE
  redstone_ore:
    respawntime: 10
    respawnblock: STONE
  emerald_ore:
    respawntime: 10
    respawnblock: STONE
  diamond_ore:
    respawntime: 10
    respawnblock: STONE
  lapis_ore:
    respawntime: 10
    respawnblock: STONE
  quartz_ore:
    respawntime: 10
    respawnblock: STONE

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.

Respawnable Ores is a free Minecraft Java mod. Compatible with Minecraft 1.8. Downloaded 145 times (via Spigot). Download it and open it directly in the game.

Explore more