- Auto register commands using modified ReflectionsUtil#getClassesFrom(String)

- Add /eject
- Begin /enchant
This commit is contained in:
Taah
2022-07-09 07:26:57 -07:00
commit 91fd30495f
32 changed files with 2233 additions and 0 deletions

15
.gitignore vendored Executable file
View File

@ -0,0 +1,15 @@
/.idea/
*.iml
/target/
# OS
.DS_Store
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Gradle
/build/
/.gradle/