/
New Features
API The API can be used by using the following Maven or Gradle dependencies.
Maven
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.GunshellMC</groupId>
<artifactId>Gunshell</artifactId>
<version>1.5</version>
</dependency>
Gradle (Kotlin DSL)
repositories {
maven { url = uri("https://jitpack.io" }
}
dependencies {
compileOnly "com.github.GunshellMC:Gunshell:1.5"
}

With this plugin you can add guns, ammo, throwables and melee weapons to your server.