A great Block Regenerator plugin!
This plugin makes blocks regenerate after they get destroyed to either a regular block or a random block. Highly configurable!
Config File:
Commands:
Permissions:
Support Discord: https://discord.gg/hdhJK6ZU9S
WorldGuard 6.2 Addon: SupremeBlocks Worldguard 6.2 Addon | SpigotMC - High Performance Minecraft
10 Downloads - ✔️
25 Downloads - ✔️
50 Downloads - ✔️
75 Downloads - ✔️
100 Downloads - ✔️
150 Downloads -✔️
200 Downloads - ✔️
300 Downloads - ✔️
500 Downloads - ✔️
750 Downloads - ✔️
1000 Downloads - ???
This plugin makes blocks regenerate after they get destroyed to either a regular block or a random block. Highly configurable!
Config File:
Spoiler: Config.yml
#Core settings of this plugin
settings :
#Options: regular, random, none
#random: Random blocks will generate in random locations after broken, more configuration required.
#regular: Blocks will regenerate to the original form they were broken in, less configuration required.
#none: No regeneration for blocks, you will just use the other features of this plugin
type : 'regular'
#Block that should be replaced when the original is broken.
replace : BEDROCK
#Ticks of time that the bedrock should stay until the original block gets restored.
#NOTE: there are 20 ticks in a second!
time : 6000 #This would be 5 mins
#Ticks of time after the block was destroyed for it to be set to bedrock.
#NOTE: there are 20 ticks in a second!
replacetime : 10
#List of particles to play when a block is destroyed (LEAVE EMPTY TO DISABLE)
#Format: PARTICLE:AMOUNT
particles :
- CLOUD:5
#List of sounds to play when a block is destroyed (LEAVE EMPTY TO DISABLE)
#Formot: SOUND:VOLUME:PITCH
sounds :
# -BLOCK_ANVIL_USE:10:5
#What worlds do you want this plugin to use regening in?
worlds :
#Should the plugin enable this feature?
enabled : 'false'
#List of worlds to use.
list :
- 'world'
- 'example'
#List of blocks the plugin should regenerate
#NOTE: This is only for the 'regular' type of regenerating!
blocklist :
- COBBLESTONE
- COAL_ORE
- IRON_ORE
random :
#Settings for the random type of regenerating
#List of blocks that can be broken to trigger the random chance thing
triggerblocks :
- COBBLESTONE
- STONE
- COAL_ORE
- IRON_ORE
- REDSTONE_ORE
#Blocks list to randomly regenerate + chances at the end
regenblocks :
- STONE:95
- IRON_ORE:5
hooks:
vault :
#Enable this feature?
#WARNING: You need Vault (1.7+) installed for this to work!
enabled : 'false'
#Money we will give to the player for 1 block mined
perblock : '0.1'
#Money that will be given on a certain block mined
#NOTE: It is recommended to set perblock to 0 when using this
#HELPFUL: If you wish to disable this feature then delete everything in it!
#Format: BLOCK:MONEY GIVEN
blocks :
- STONE:1
- COAL_ORE:2
#Money that could be given to the player (randomized)
#NOTE: It is recommended to set perblock to 0 when using this
#HELPFUL: If you wish to disable this feature then delete everything in it!
#Format: MONEY GIVEN:CHANCE TO GIVE (chance is one in NUMBER)
#WARNING: Minimum chance number is 10
random :
- 3:10
- 5:15
#Money that could be given to the player (randomized)
#NOTE: It is recommended to set perblock to 0 when using this
#HELPFUL: If you wish to disable this feature then delete everything in it!
#Format: BLOCK:CHANCE TO GIVE MONEY:MONEY TO GIVE (chance is one in NUMBER)
#WARNING: Minimum chance number is 1
randomblocks :
- STONE:10:100
- COAL_ORE:20:200
worldguard :
#Enable this feature?
#WARNING: You need WorldGuard (6.2+) installed for this to work!
enabled : 'false'
#COMING SOON!
Code (YAML):
#Core settings of this plugin
settings :
#Options: regular, random, none
#random: Random blocks will generate in random locations after broken, more configuration required.
#regular: Blocks will regenerate to the original form they were broken in, less configuration required.
#none: No regeneration for blocks, you will just use the other features of this plugin
type : 'regular'
#Block that should be replaced when the original is broken.
replace : BEDROCK
#Ticks of time that the bedrock should stay until the original block gets restored.
#NOTE: there are 20 ticks in a second!
time : 6000 #This would be 5 mins
#Ticks of time after the block was destroyed for it to be set to bedrock.
#NOTE: there are 20 ticks in a second!
replacetime : 10
#List of particles to play when a block is destroyed (LEAVE EMPTY TO DISABLE)
#Format: PARTICLE:AMOUNT
particles :
- CLOUD:5
#List of sounds to play when a block is destroyed (LEAVE EMPTY TO DISABLE)
#Formot: SOUND:VOLUME:PITCH
sounds :
# -BLOCK_ANVIL_USE:10:5
#What worlds do you want this plugin to use regening in?
worlds :
#Should the plugin enable this feature?
enabled : 'false'
#List of worlds to use.
list :
- 'world'
- 'example'
#List of blocks the plugin should regenerate
#NOTE: This is only for the 'regular' type of regenerating!
blocklist :
- COBBLESTONE
- COAL_ORE
- IRON_ORE
random :
#Settings for the random type of regenerating
#List of blocks that can be broken to trigger the random chance thing
triggerblocks :
- COBBLESTONE
- STONE
- COAL_ORE
- IRON_ORE
- REDSTONE_ORE
#Blocks list to randomly regenerate + chances at the end
regenblocks :
- STONE:95
- IRON_ORE:5
hooks:
vault :
#Enable this feature?
#WARNING: You need Vault (1.7+) installed for this to work!
enabled : 'false'
#Money we will give to the player for 1 block mined
perblock : '0.1'
#Money that will be given on a certain block mined
#NOTE: It is recommended to set perblock to 0 when using this
#HELPFUL: If you wish to disable this feature then delete everything in it!
#Format: BLOCK:MONEY GIVEN
blocks :
- STONE:1
- COAL_ORE:2
#Money that could be given to the player (randomized)
#NOTE: It is recommended to set perblock to 0 when using this
#HELPFUL: If you wish to disable this feature then delete everything in it!
#Format: MONEY GIVEN:CHANCE TO GIVE (chance is one in NUMBER)
#WARNING: Minimum chance number is 10
random :
- 3:10
- 5:15
#Money that could be given to the player (randomized)
#NOTE: It is recommended to set perblock to 0 when using this
#HELPFUL: If you wish to disable this feature then delete everything in it!
#Format: BLOCK:CHANCE TO GIVE MONEY:MONEY TO GIVE (chance is one in NUMBER)
#WARNING: Minimum chance number is 1
randomblocks :
- STONE:10:100
- COAL_ORE:20:200
worldguard :
#Enable this feature?
#WARNING: You need WorldGuard (6.2+) installed for this to work!
enabled : 'false'
#COMING SOON!
Commands:
Spoiler: Commands
/supremeblocks - Main Command
/supremeblocks reload - Reload Plugin
/supremeblocks version - Plugin Version
/supremeblocks support - Support Discord
/supremeblocks reload - Reload Plugin
/supremeblocks version - Plugin Version
/supremeblocks support - Support Discord
Permissions:
Spoiler: Permissions
supremeblocks.reload - Ability to reload plugin
supremeblocks.version - Ability to see version
supremeblocks.support - Ability to see the support discocord
supremeblocks.version - Ability to see version
supremeblocks.support - Ability to see the support discocord
Support Discord: https://discord.gg/hdhJK6ZU9S
WorldGuard 6.2 Addon: SupremeBlocks Worldguard 6.2 Addon | SpigotMC - High Performance Minecraft
10 Downloads - ✔️
25 Downloads - ✔️
50 Downloads - ✔️
75 Downloads - ✔️
100 Downloads - ✔️
150 Downloads -✔️
200 Downloads - ✔️
300 Downloads - ✔️
500 Downloads - ✔️
750 Downloads - ✔️
1000 Downloads - ???
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.7, 1.8, 1.9
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
SupremeBlocks ✅ Regenerate Blocks ✅ [1.7-1.18.1] is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9, 1.10 and newer. Downloaded 3,793 times (via Spigot). Download it and open it directly in the game.