Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 403 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 403 Bytes

SimpleLock

Simple HWID lock for your Minecraft clients!

How to make this work:

Just initialize the Thingy() on FMLInitializationEvent of your client.

Don't forget to add compile 'commons-codec:commons-codec:1.15' to your build.gradle file. If you are using a gradle newer then 3.0 change the compile 'commons-codec:commons-codec:1.15' to implement 'commons-codec:commons-codec:1.15'. - XeonLyfe :)