MineResetLite
I don't maintain MineResetLite any more! :)
If you're looking for a modern fork, check out the one by TeamVK on GitHub.
Or, if you want to get it to work yourself, the original code is available below.
MineResetLite
The must-have tool for any prison server!
MineResetLite is the successor to MineReset, which provides tools to create, reset, and maintain randomly generated mines, such as the mines seen on prison servers.
Features
- Easy to use, easy to understand
- Select mines via WorldEdit or manually
- Easily modify ore percentages
- Automatically broadcast mine reset warnings
- Automatically teleport players out of the mine to prevent suffocation
- Customizable Reset Messages
Internationalization
Fluent in English? I'd appreciate if users could assist in translating the text MRL uses into their native languages.
1.15.2?
Please Make it on 1.15.2 Its only on 1.9 and not working even.
There is no permission for users to build, what you can do is (If you have the mine in a spaw with WorldGuard) make another region in the mine that has the block-break flag and put / rg setpriority [Region of the mine ] 1 then put / rg setpriority [Spawn Region] 0
how do i tp to a mine
is there /rankup?
I need version to 1.10.2, please!!!
Java 8!
_____
I need this too in the plugin:
1. Reset house, structure, form... too.
Example: https://dev.bukkit.org/bukkit-plugins/regenblock/
2. resetWarnings in seconds too.
"Automatically teleport players out of the mine to prevent suffocation" This does not work. When the mine resets players suffocate in the block until they mine it or tp out themselves. Is there a way to fix this?
jjkoletar,
public boolean isInside(Player p) { Location l = p.getLocation(); return l.getWorld().equals(world) && (l.getX() >= minX && l.getX() <= maxX) && (l.getY() >= minY && l.getY() <= maxY) && (l.getZ() >= minZ && l.getZ() <= maxZ); }
in Mine.java should be
public boolean isInside(Player p) { Location l = p.getLocation(); return l.getWorld().equals(world) && (l.getBlockX() >= minX && l.getBlockX() <= maxX) && (l.getBlockY() >= minY && l.getBlockY() <= maxY) && (l.getBlockZ() >= minZ && l.getBlockZ() <= maxZ); }
@DerianKirito
aprende a escribir, analfabeto
esque ustedes son tontos??? porque mierda sacan la vercion 1.9??? esa vercion de minecraft es una mierda!!!... aparte pedimos muchas veces la vercion actualizada de el plugin para la 1.8 y que hicieron?? nada verdad??? porque hacen las cosas tan ma? ctm
Could you add a feature that when the mine resets, anyone in it teleports everyone in that mine to the beginning of the mine. A point the staff set. Like so: /mine setspawn <mine-name>
Hello! Could you please add this feature? Mines will reset at a certain percent. For example, if I set mine "A" to reset at 20%, it would reset when 20% of the mine is gone. You could also configure how often it checks to see how much of the mine is gone. For example, if I set it to 5 seconds, every 5 seconds it would test to see what percent of the mine is gone.
A version built for 1.9 should be going up soon.
please update to 1.9
@AGActionGames
Check here: https://www.spigotmc.org/resources/mineresetlite-1-8-1-9.19674/
will the plugin wok woth 1.9 update?? and work it with the newest 1.8 update??
@KevinEssence
This project is basically abandoned. https://www.spigotmc.org/resources/mineresetliteplus.1898/ He should fix this soon.
Broken in 1.9
hello my name is francisco such and I have a big question : I have a server bukkit you can install plugins 1.7.2 spigot ?
Hey!, I have an idea for a feature you could add in? (would honestly f*cking appreciate it :D if you added it in!) back to the point... perhaps make a feature where instead of making a reset warning for 1 mine make it so that you can make all mines reset at the same time with only 1 warning?
Hi, any way to COMPLETELY disable mine reset message? Is it possible to fix this: https://www.youtube.com/watch?v=Wyvu0Vwm0Fs South and east side blocks near walls are not count as mine region...