A collection of java code for minecraft server platforms.
No dependency, just a bunch of copy-paste code for your projects.
Some parts of the code contain a README section with instructions of how to use it, but most of the code has a lack of documentation.
Important
Remember to include the license header in all files you copy.
module- Separated modules that contains code that can be used as a standalone library.util- Utility code, can be used in other parts of the code.
Parts of this projects can contain commonly used libraries, such as:
- jetbrains annotations - for nullability annotations, such as
@NotNulland@Nullable. - adventure - for text components and more.
So make sure to check the imports of the code you are copying, and include them in your project if needed.