Skip to content

Example of a custom mining speed on Spigot 1.19.2, currently imperfect but works as a proof of concept

License

Notifications You must be signed in to change notification settings

jordoncodes/MiningSpeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiningSpeed

Example of a custom mining speed on Spigot 1.19.2

Dependencies:

  • ProtocolLib

Uses packets (Block break progress packets) with ProtocolLib and detects the mining with arm animation events. This could be done better by listening for a Player Action packet, and listening for the block dig start, end and cancel, instead of using an arm animation event

About

Example of a custom mining speed on Spigot 1.19.2, currently imperfect but works as a proof of concept

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages