MechanicsMain
MechanicsMain copied to clipboard
A New Age of Weapons in Minecraft.
High performance, fully featured gun plugin for newer Minecraft versions.
Quick Links
How to (Server Owners)
See the Weapon Modules section on the wiki.
How to (Developers)
See Hooking into WeaponMechanics for detailed API information. See Contributing for information on how to contribute to the project.
Maven
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.3.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Gradle
Add the following into your build.gradle.kts
:
repositories {
mavenCentral()
}
dependencies {
implementation("com.cjcrafter:weaponmechanics:3.3.0")
}
Support the Developers
WeaponMechanics is the combination of hundreds of hours of work. If you appreciate the work that was put into the plugin, please consider donating.