Skip to content

GamesMadeInPola/SimpleBombs

Repository files navigation

build release license updated
rating downloads spigotVersion

SimpleBombs

SimpleBombs plugin for minecraft servers.

Development

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.

Dev-builds

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

API

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.

Import with Gradle

compileOnly 'com.github.m0diis:simplebombs:{VERSION}'

Import with Maven

<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

Links

FAQ

I have a feature suggestion | I found a bug

Please open a Github issue or reach out to me via SpigotMC or, preferably, discord.

Where can I download the plugin from?

You can get it from:

Can I modify your plugin?

Yes, you can, as long as you comply with the license.

How can I collaborate on the project?

  • 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages