High performance, fully featured gun plugin for newer Minecraft versions.
See the Weapon Modules section on the wiki.
See Hooking into WeaponMechanics for detailed API information. See Contributing for information on how to contribute to the project.
WeaponMechanics is available on Maven Central.
To use it, add the following to your pom.xml
:
<dependencies>
<dependency>
<groupId>com.cjcrafter</groupId>
<artifactId>weaponmechanics</artifactId>
<version>3.4.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
Add the following into your build.gradle.kts
:
repositories {
mavenCentral()
}
dependencies {
implementation("com.cjcrafter:weaponmechanics:3.4.1")
}
WeaponMechanics is the combination of hundreds of hours of work. If you appreciate the work that was put into the plugin, please consider donating.