Skip to content

2008Choco/VeinMiner

Repository files navigation

Latest release CurseForge Javadocs Follow on Twitter

VeinMiner

This Minecraft (Bukkit) plugin aims to recreate portablejim's popular Minecraft Forge mod, VeinMiner, for CraftBukkit and Spigot servers. Licensed under GPLv3, releases are made on GitHub to comply with this license. You are currently on the GitHub page for VeinMiner (for Bukkit). portablejim's VeinMiner (for Forge) repository may be found here. You are welcome to fork this project and create a pull request or request features/report bugs through the issue tracker.

For information about the plugin and how to use it, please see the plugin's resource page on SpigotMC.

Client Companion Mod

The companion mod is an optional client-sided mod to provide a more rich user-experience for players including support for custom keybinds, keybinds for pattern switching, and vein mining wire frame rendering. This can be downloaded and installed for Fabric clients on CurseForge.

Visit CurseForge Page

Messaging Protocol

VeinMiner communicates with the Minecraft client via its custom payload packet. While VeinMiner does have its own client-sided companion mod, other client mods are capable of listening to these channels and intercepting messages. Additionally, while VeinMiner supplies API to communicate with the client, servers also have the option of listening to the raw message contents.

For details on VeinMiner's messaging protocol, see the Client Server Mod Protocol wiki.