OreRegenerator

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

OreRegenerator

This plugin regenerates your ores after an configurable amount of time! Cross that, any block you want. it's all configurable. OreRegenerator works as standalone plugin or as worldguard flag!

Give your economy a new look by mines that regenerate, or use it for your rpg

Modes: OreRegenerator has two modes: global and flag

  • Global: the plugin respawn the ores specified in the config globally
  • Flag: the plugin respawn ores in worldguard regions with the flag "regen-ores" set to allow (this mode requires WorldGuard and WorldGuard Custom Flags to be installed)

Do you like this plugin? A cup of coffee to work on the next one would be appreciated ;)

Donate

Learn how to create an regen-mine with worldguard

WorldGuard Mine Tutorial

!Note! when editing the blocks that will go through regeneration only use the names from this list: https:hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html

Source: github

Config:

#Database type, either sqlite or mysql
databasetype: sqlite

#MySQL Connection settings, only needed when databasetype is set to mysql
MySQL:
  host: localhost
  user: root
  password: 1234
  database: minecraft
  port: 3306
  
#Interval ratio for checking for ores to be regenerated in seconds
interval: 10

#The mode determines how the plugin works, if set to global it will regerate ores globally, if set to flag it will only respawn ores in regions where the flag "respawn" is set to allow
#!!!!!! Flag mode requires worldguard and worldguard customflags
mode: global

#If set to true players will recieve a message telling them how much longer untill the ore respawn
right-click-message: true

#If set to true oreregen is enabled for people in creative mode
creative: true

#The block that resembles the empty ore block (if nothing is set as empty at the ore)
empty: BEDROCK

#Delays till respawn in Seconds, you can add any block. Use names from this list: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
delays:
  COAL_ORE:
    name: Coal Ore
    delay: 3600
    empty: BEDROCK
  IRON_ORE:
    name: Iron Ore
    delay: 3600
    empty: BEDROCK
  GOLD_ORE:
    name: Gold Ore
    delay: 3600
    empty: BEDROCK
  LAPIS_ORE:
    name: Lapis Lazuli Ore
    delay: 3600
    empty: BEDROCK
  DIAMOND_ORE:
    name: Diamond Ore
    delay: 3600
    empty: BEDROCK
  EMERALD_ORE:
    name: Emerald Ore
    delay: 3600
    empty: BEDROCK
  QUARTZ_ORE:
    name: Quartz Ore
    delay: 3600
    empty: BEDROCK
  REDSTONE_ORE:
    name: Redstone Ore
    delay: 3600
    empty: BEDROCK
  GLOWING_REDSTONE_ORE:
    name: Redstone Ore
    delay: 3600
    empty: BEDROCK

Comments

  • To post a comment, please or register a new account.
Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files