# Home

WeaponMechanics is the new age of weapons in Minecraft. The most advanced, efficient, and customizable guns plugin ever created. We maximized everything since we know every server wants a unique gun experience.

## Links

* [Download](https://github.com/WeaponMechanics/WeaponMechanics/releases)
* [Pluginify Page](https://pluginify.org/resources/weaponmechanics-guns-in-minecraft.10/)
* [Source Code](https://github.com/WeaponMechanics/WeaponMechanics)
* [Feature Requests & Bug Reports](https://github.com/WeaponMechanics/WeaponMechanics/issues/new/choose)
* [Community Support](https://discord.gg/v5zfM9pgWT)

## Creating/Modifying Configs

I recommend using [VSCode](https://code.visualstudio.com/download) when modifying `.yml` files.

When creating a new weapon, copy and paste an existing weapon, then change/add config options. For example, if you want the gun to deal more damage, you should check out the [Damage](/weaponmechanics/weapon-modules/damage.md) module. You can now adjust the numbers however you want using that wiki page.

Check out [Weapon Modules](/weaponmechanics/weapon-modules.md) for more information on creating weapons.

## Support

WeaponMechanics, its addons, and all our other plugins would not exist without some financial backing. Even if you cannot support me financially, please consider leaving a 5-star review. It attracts new people to buy my plugins, giving you more features. A win-win!

* [GitHub Sponsors](https://github.com/sponsors/CJCrafter)
* [PayPal Donation](https://www.paypal.com/paypalme/cjcrafter)
* [Purchase WeaponMechanicsCosmetics](https://pluginify.org/resources/13/)
* [Purchase WeaponMechanicsPlus](https://github.com/WeaponMechanics/WeaponMechanicsWiki/blob/master/pluginify.org/resources/14/README.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cjcrafter.gitbook.io/weaponmechanics/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
