Go to file
Paldiu b424a83062 Beta 20220416-SNAPSHOT
Changelog:
 - Changed the way classes interact with the PlayerHandler by using a getter instead of the actual field.
 - Added #isTool(Material) to ItemBuilder to check if an item is, in fact, a type of tool.
 - Created the UnbreakableTool listener which will grant the unbreakable status to a tool if a user is lucky enough.
  NOTE: This is a beta feature, and while it may remain included the way it works will most likely change.
2022-04-16 17:27:54 -05:00
gradle/wrapper Initial commit 2022-03-17 16:16:52 -05:00
src/main Beta 20220416-SNAPSHOT 2022-04-16 17:27:54 -05:00
.gitattributes Initial commit 2022-03-17 16:16:52 -05:00
.gitignore Remove Compiler Files 2022-04-16 16:25:07 -05:00
build.gradle Beta 20220411-SNAPSHOT 2022-04-11 10:29:18 -05:00
gradle.properties Initial commit 2022-03-17 16:16:52 -05:00
gradlew Initial commit 2022-03-17 16:16:52 -05:00
gradlew.bat Initial commit 2022-03-17 16:16:52 -05:00
LICENSE Initial commit 2022-03-17 16:16:52 -05:00
settings.gradle Changed Project Settings 2022-04-01 07:51:58 -05:00