Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
QualityArmory
PluginGPL-3.0-only

QualityArmory

A quality gun plugin similar to CrackShot.

40.1K
Downloads
62
Followers
3 months ago
Updated
📦
17
Versions
equipmentgame-mechanicsbukkitpaperpurpurspigot
Download Latestv2.1.1View on Modrinth

📖About QualityArmory

QualityArmory Graphic
Graphic by Sooshio

Introduction:

QualityArmory adds guns into Minecraft without affecting the base game. Over 100+ items have been added to the game.

[!] I will not respond to bug fixes in the review section.
If you are experiencing a problem with QA, please report this issue in the Discussions tab or the GitHub page, including any errors you receive and whether you tried it on a clean server (with no other plugins installed). I will not respond to issues in the review section, so don't use it as a way to try to get faster responses.

Features:

  • Adds over 80+ Weapons, and 7+ Ammo Types.
  • Does not replace existing items in the game.
  • Built-in resource pack distributor; players will see the guns without you needing to change your server resource pack.
  • Includes an API to allow other plugins to add guns
  • 1.8 has partial support- Due to the way this update handled textures, there are currently only 15 guns. More may be added if I can find a workaround.
  • If LightAPI is installed, guns will have muzzle flashes.
  • Optional Enabled weapon durability (EnableWeaponDurability in the config.yml)
  • Built-in shop and crafting table.
  • Fully Configurable. (Here's the wiki for all the configurable options)

The resource pack is included in the core plugin, and can be configured in the config if needed:
By default, the resource pack is sent when the player uses a /qa command, or when they interact with a custom item. These values are configurable in the config; The resource pack can be disabled (useDefaultResourcepack), can be set to be sent when the player joins (sendOnJoin), or can even be overridden with a custom resource pack (setting DefaultResourcepackOverride to true(so that QA knows its a custom URL), and DefaultResourcepack to the URL of the resource pack)

Crackshot support/conversion:
QualityArmory now supports crackshot weapons conversions. Drop the weapon configs for crackshot in the /newguns/ directory and reload to have QA convert the weapons. All crackshot weapons will now have a corresponding YAML file for QA.

ViaVersion/1.8 support:
Since 1.8 does not allow multiple models per item, each gun needs to replace an item for this update. To get around this, if 1.8 is detected or if the server runs ViaVersion, a new system is implemented to work with 1.8. However, this limits the amount of weapons available.

When it comes to ViaVersion, by default, the system is in place which allows 1.9+ users to see all of the guns, but will limit the guns used by 1.8 players. In certain cases, 1.8 players will only see a single model for all of the 1.9+ guns, or it may have the weapon converted into an item that 1.8 players can see/use. If you wish for 1.8 weapons to be consistent across all versions, set "ManuallyOverrideTo_1_8_systems" to true in the config and delete the /newguns/, /armor/, /ammo/, /misc/ and /attachments/ directories.

Commands:

  • /QA give <Gun/Ammo>, gives the player the item if they have permission "qualityarmory.give"
  • /QA craft, allows players to be able to craft guns if they have permission "qualityarmory.craft"
  • /QA shop, allows players to open up the gun shops if they have permission "qualityarmory.shop"
  • /QA reload, reloads all of the values for the plugin.

Creating/editing guns:

Creating custom guns is as easy as Crackshot. To learn how to create new guns, visit the Wiki HERE.

Also note that if you want to change any of the settings for any of the default guns, you will need to set "allowUserModifications" to true. This setting lets QA know that it should not try to update these files if there are any changes.

Conflicts

There is a known conflict with EssentialsX, as it has a value to make players invulnerable after teleporting. However, it also stops damage for players who get shot at. To fix this, change teleport_vulnerability from 4 to 0 in the EssentialsX config.

Plugins that support QualityArmory:

  • Battle Royale
  • BattleGrounds
  • Withered
  • Support for other plugins can be added upon request

Plugins that QualityArmory soft-depends on:

  • LightAPI: Used for muzzle flashes when guns are used. Not required
  • Parties: Used to disable friendly fire. Not required
  • ProtocolLib: Used to smoothly change player's Yaw for recoil when guns are used Not required.
  • Vault: Used for the weapon shop. Not required
  • ViaVersion: QualityArmory has ViaVersion support that allows players from different Minecraft updates to see the same models. Not Required
  • ItemBridge: This plugin allows other plugins to access QualityArmory items if they support that plugin.

Permissions:

  • qualityarmory.*
    • Inherits qualityarmory.admin
  • qualityarmory.admin
    • qualityarmory.give
    • qualityarmory.create
    • qualityarmory.reload
    • qualityarmory.createnewitem
    • qualityarmory.getmaterialused
    • qualityarmory.debugmessages
    • qualityarmory.getopengunslot
    • Inherits qualityarmory.default
  • qualityarmory.default
    • qualityarmory.craft
    • qualityarmory.shop
    • qualityarmory.usegun

API:

You can view the API and how to use it here.

Config:

Donations

If you want to support me in maintaining this plugin, you can do so through Ko-fi.

How to Install

  1. Drop this plugin into your plugins folder.
  2. Restart your server.

👥 Team & Contributors

Lorenzo0111
Lorenzo0111Owner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperpurpurspigot
Minecraft Versions
1.81.8.11.8.21.8.31.8.41.8.51.8.61.8.7+62 more

🔗 Links

Modrinth Page