OreRegenerator
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 ;)
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

-
View User Profile
-
Send Message
Posted Mar 18, 2015@TieSKey
It works for me using air.
-
View User Profile
-
Send Message
Posted Mar 13, 2015@TieSKey
I am not sure, I haven't tested that
-
View User Profile
-
Send Message
Posted Mar 12, 2015Can AIR be used as the empty block?
-
View User Profile
-
Send Message
Posted Mar 6, 2015@imabustya
I just uploaded a fix for that, currently waiting for the bukkit dev staff to approve my new build
-
View User Profile
-
Send Message
Posted Mar 6, 2015Your mod is awesome.
It conflicts with a really powerful and popular mod OtherDrops however. Is there any chance there will be support for these two mods to exist together? It seems your mod takes preference. I wan't Diamond Ore to drop diamond ore on break but it drops diamonds instead. Is there anything I can do to fix this?
-
View User Profile
-
Send Message
Posted Mar 6, 2015Could you please, set a percentage chance, so when the timer goes off, then it proceed the test chance, if it fails, then wait until the next timer, until it finally regenerate ?
-
View User Profile
-
Send Message
Posted Mar 6, 2015New channel that video: https://www.youtube.com/watch?v=SWijGDzaTOI
-
View User Profile
-
Send Message
Posted Mar 6, 2015New channel that video:
https://www.youtube.com/watch?v=gghn8CQyExc
-
View User Profile
-
Send Message
Posted Mar 4, 2015@jenks1999
Fortune and silktouch are disabled because you're not actually breaking the block, when the so called BlockBreakEvent is called and the conditions are right for the plugin it cancels the event, gets the drops of the block and replaces the block with the "empty" value of the config, this means it doesn't look at any enchantments (minus efficiency since that happens before the block break, I'll improve this in the next version so it will just wait a few ticks before before replacing the block instead of canceling the event
-
View User Profile
-
Send Message
Posted Mar 3, 2015@steffansk1997
What about fortune? will that be disabled also? Any reason behind it being turned off? Or could it be possible to rig the fortune and silk touch to work above the Y axis that you set for regen?
-
View User Profile
-
Send Message
Posted Mar 3, 2015@ahmedbob
@jenks1999
I will fix/release that in the next update, gonna keep silk touch disabled though
-
View User Profile
-
Send Message
Posted Mar 2, 2015@ahmedbob
another problem is fotune 3 does not work on the ores :(
-
View User Profile
-
Send Message
Posted Mar 2, 2015@ahmedbob
sorry ignore me silk touch does not work on the ores
-
View User Profile
-
Send Message
Posted Mar 2, 2015Cant players just use silk touch and pick up those blocks and place them int here homes and just exploit them
-
View User Profile
-
Send Message
Posted Mar 1, 2015@steffansk1997
could there be an option to make regen only happen below y:45 ?
-
View User Profile
-
Send Message
Posted Mar 1, 2015Review that best plugin :D
My video plugin OreRegenerator:
https://www.youtube.com/watch?v=eEIMskRXQeo
-
View User Profile
-
Send Message
Posted Feb 28, 2015Thanks for the reply!
-
View User Profile
-
Send Message
Posted Feb 28, 2015@Drehverschluss
Haven't tested it with 1.7, but it should be compatible
-
View User Profile
-
Send Message
Posted Feb 28, 2015Is this Plugin compatible with 1.7.10 too?
-
View User Profile
-
Send Message
Posted Feb 28, 2015could you add an feature for replacing mined ore with another random ore after the cooldown?