SimpleBombs plugin for minecraft servers.
Building is really simple.
To build SimpleBombs, you need JDK 8 or higher and Gradle installed on your system.
git clone https://github.com/M0diis/SimpleBombs.git
cd SimpleBombs
gradlew shadowjar
The jar will be generated in /build/libs/ folder.
All the development builds can be found on actions page. These builds will have the latest features but may include some bugs and other unwanted issues. Use at your own risk.
Open the latest workflow and get the artifact from there:
https://github.com/M0diis/SimpleBombs/actions
SimpleBombs comes with an API that allows developers to interact with the plugin. If you think there is something missing in the API - feel free to create a feature or pull request.
Before you can actually make use of SimpleBombs API, you first have to import it into your project.
You can get the access to the API simply by depending on the plugin itself.
Replace {VERSION} with the latest build release.
compileOnly 'com.github.m0diis:simplebombs:{VERSION}'<dependency>
<groupId>com.github.m0diis</groupId>
<artifactId>simplebombs</artifactId>
<version>{VERSION}</version>
<scope>provided</scope>
</dependency>Read more about the API usage on the wiki page:
https://github.com/M0diis/SimpleBombs/wiki/API
Please open a Github issue or reach out to me via SpigotMC or, preferably, discord.
You can get it from:
- Spigot Page
- Releases here on Github.
- Compile it yourself.
Yes, you can, as long as you comply with the license.
- You can find bugs or issues and notify me about them;
- You can add features or fix issues by forking the project, editing it and creating a Pull Request;
- You can translate language files and open a Pull Request or send them directly to me.