https://github.com/maximjsx/pluginsimplifier
Simplify plugin development using this Minecraft plugin library and save time.
https://github.com/maximjsx/pluginsimplifier
java-library library minecraft-plugins
Last synced: about 1 month ago
JSON representation
Simplify plugin development using this Minecraft plugin library and save time.
- Host: GitHub
- URL: https://github.com/maximjsx/pluginsimplifier
- Owner: maximjsx
- Created: 2024-06-25T12:17:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-23T08:31:53.000Z (over 1 year ago)
- Last Synced: 2025-02-18T22:22:38.831Z (about 1 year ago)
- Topics: java-library, library, minecraft-plugins
- Language: Java
- Homepage:
- Size: 126 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PluginSimplifier
An Advanced Library for making minecraft commands
## How to install it in your own project?
**Gradle installation**
```groovy
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.max1mde:PluginSimplifier:2.0.0'
}
```
**Maven installation**
```xml
jitpack.io
https://jitpack.io
com.github.max1mde
PluginSimplifier
2.0.0
```
## How to use it in your own project?
**You can check our wiki here: https://github.com/max1mde/PluginSimplifier/wiki**
**Don't forget to shade the library!**