https://github.com/oczi/margaret
My First project
https://github.com/oczi/margaret
java java-8 minecraft
Last synced: 2 months ago
JSON representation
My First project
- Host: GitHub
- URL: https://github.com/oczi/margaret
- Owner: OcZi
- License: mit
- Created: 2020-08-29T05:51:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T21:13:24.000Z (over 2 years ago)
- Last Synced: 2023-07-14T07:37:45.188Z (almost 2 years ago)
- Topics: java, java-8, minecraft
- Language: Java
- Homepage:
- Size: 530 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Margaret
This was my first project in java (and spigot) to create a plugin with the idea of being a replacement to marriage plugins (for servers in creative mode).Most of the practices are weird and overcomplicated but still relevant for some reason (specifically commons module)
## Thanks to
- Intake: first command framework I use
- LuckPerms: class loading and database practices (dependency management too)
- PGM: good practices
- CommandFlow: second command framework
- JDBC: weird but useful
- Gson: another weird but minimalistic lib
- Commons Apache: nice utils
- Guava: better than apache
- Caffeine: better than guava (cache)
- And more projects!