Skip to content

Instantly share code, notes, and snippets.

View Exortions's full-sized avatar
🏠
Working from home

Quade Maiello Exortions

🏠
Working from home
View GitHub Profile
@jordoncodes
jordoncodes / custom-mining-speed.md
Last active May 5, 2025 13:56
(Minecraft) Tutorial: Custom Block Breaking Speed (custom mining speed) using Spigot API & ProtocolLib.

Custom Mining Speed

Hello, this is a little bit advanced tutorial (using packets) about how to do custom mining speed. This will show you the basics of how to do it.

You may also notice that this has the effect of being able to stop midway thru mining then resume.

Dependencies:

  • ProtocolLib
  • Spigot API (this was tested on 1.19.2)