Description
A quick & simple little mod which allows destroying ore veins instantly on a server with vanilla clients (including the giant iron/copper veins)
It also allows digging up tunnels of various dimensions instantly
You may also install it on a regular Forge client, and it'll work for Singleplayer.
The server config file is at ./{world\_name}/serverconfig/svmm-config.toml
, you may configure everything to your taste.
The per-player config files are saved at ./{world\_name}/serverconfig/svmm-player-configs/
, and will create a new file for each player that logs into the server
Why this mod?
A lot of mods for veinmining and excavation already exist, however, they expect the mod to also be installed on the clients that connect to a server. This mod does not require anyone to have it installed, meaning that fully vanilla players may connect to the server without any problems.
This mod is designed to only save time in the long run, and not as a cheat. Tool durability, enchantments and everything else works as expected, it only skips over the time that would have been spent mining each block one-by-one.
Features :
- When mining an ore block (the allowed blocks are configurable), all of its identical neighbors are also mined, recursively until there are no longer any blocks
- You may also mine a giant vein (tuff and all) all at once. Relevant blocks and whether or not the feature is restricted are all configurable.
- Option to stop the vein mining if the tool is about to break (default: true)
- Holding shift prevents (or allows, based on the player's config) vein mining from triggering
- The appropriate tool must be equipped for vein mining to trigger
- Vein mining applies all the enchantments of a tool, so Fortune, Silk Touch and Unbreaking all work properly
- Individual clients may use
/svmm disable [giantVein]
and /svmm enable [giantVein]
to toggle the mod or specific features for themselves
- Operators may restrict access to the mod or specific features with
/svmm restrict {player}
OR /svmm restrict [giantVein|tunnel|force] {player}
and remove the restriction with /svmm allow {player}
OR /svmm allow \[giantVein|tunnel|force\] {player}
- You may dig tunnels using
/svmm tunnel
, use the /svmm help tunnel
command for more details
/svmm force
allows to force a vein mine of blocks that aren't part of the vein mine whitelist. This feature is restricted by default for regular clients to avoid griefing on servers, but it can be configured otherwise as needed.
/svmm serverConfig {blocklist} {add|remove} {BLOCK|TAG}
can be used to add or remove blocks and block tags that trigger veinmining, or other features of the mod.
- Any block blacklist or whitelist also supports tags (ie:
#forge:ores
for ores)
If you think a feature is missing, or something should be configurable, feel free to leave a comment, or open an issue on the Github page.
AD
Become Premium to remove Ads!
What means Verified?
-
Compatibility: The mod should be compatible with the latest version of Minecraft and be clearly labeled with its supported versions.
-
Functionality: The mod should work as advertised and not cause any game-breaking bugs or crashes.
-
Security: The mod should not contain any malicious code or attempts to steal personal information.
-
Performance: The mod should not cause a significant decrease in the game's performance, such as by causing lag or reducing frame rates.
-
Originality: The mod should be original and not a copy of someone else's work.
-
Up-to-date: The mod should be regularly updated to fix bugs, improve performance, and maintain compatibility with the latest version of Minecraft.
-
Support: The mod should have an active developer who provides support and troubleshooting assistance to users.
-
License: The mod should be released under a clear and open source license that allows others to use, modify, and redistribute the code.
-
Documentation: The mod should come with clear and detailed documentation on how to install and use it.
AD
Become Premium to remove Ads!
How to Install
Download Forge & Java
Download Forge from the offical Site or here. If you dont have Java installed then install it now from here. After Downloading Forge you can run the file with Java.
Prepare
Lounch Minecraft and select your Forge istallation as Version this will create a Folder called Mods.
Add Mods
Type Win+R and type %appdata% and open the .minecraft Folder. There will you find your Folder called Mods. Place all Mods you want to play in this Folder
Enjoy
You are now Ready. Re-start your Game and start Playing.