Qbanhammers

⭐ — (4 endorsements) 📥 251 downloads 📌 v2.6 📅 7/10/2025
🟡 Updated this year

By Qssaf · bukkit

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 3/9/2026 📅 Created: 7/10/2025

🔍 Analysis

  • 🏆 #577 of 1317 bukkit mods in this game by downloads

📋 About This Mod

# **Qbanhammers** Is a banhammer plugin used to improve the staff experience with punishing people, remove the need to type a boring command everytime they want to punish a player, to just having to hit him with a hammer. ## **features:** - Configurable hammers - Custom texturepack support - Anti accidents system - Game crasher - Strike whitelist - custom sounds - 4 example hammers - support for multiple ban systems(litebans, AdvancedbanX, etc...) ### **Commands** - /qbanhammer givehammer {hammer} to get the hammer you want. - /qbanhammer reload to reload in the new hammers added. ### **Permissions** - qbanhammer.use to use the command - qbanhammer.reload to be able to reload the config - qbanhammer.hammer."hammername" makes the permissions to be able to use each hammer made from the config - qbanhammer.admin gives you permission for all the commands and hammers - qbanhammer.togglegamecrasher gives you permission to use the game crasher Example Usage: <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/HEf9ICtrXLc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> for support please refer to our (https://discord.gg/parrotmc) ```yaml # This is the main config of the Qbannhamers plugin. #the internal placeholders for the plugin are {attacker} {attacked} {hammer} (used in there right place) # if you have any questions, please contact the developer on discord: https://discord.gg/rnqu8ks7Er prefix: "&4 " # The prefix of the plugin, used in messages. ExecuteWithConsole: false # If true, the plugin will execute strike with the console instead of the player. StrikeWhitelist: - "Player1" - "Player2" # A list of players that are whitelisted from being struck by the hammers. TimeOutDuration: 3.0 # The duration in seconds before a strike confirmation times out. GameCrasher: true # If true, the plugin will attempt to crash the attacked player's game client(doesn't work on bedrock players). hammers: "kickhammer": name: "&#303030&lB&#3F3F3F&lA&#4E4E4E&lN &#6C6C6C&lH&#7B7B7B&lA&#686868&lM&#565656&lM&#434343&lE&#303030&lR &f" lore: - "&f" - "&7Kick hammer. Click on a player" - "&7to kick them from the server." - "" - "&#303030&l | &#7B7B7BLeft-Click to ban a player!" strike-msg: "&c{attacked} has been struck by the Ban Hammer." execution-delay: 0.5 # delay in seconds before the command is executed (20 ticks = 1 second) command: "kick {attacked} You have been kicked by the {attacker}" lightning-strike: true sound: enabled: true name: "ENTITY_WITHER_SPAWN" volume: 1.0 pitch: 1.0 modeldata: 0 "xrayhammer": strike-msg: "&c{attacked} has been struck by the Ban Hammer." name: "&#A87406&lB&#B98412&lA&#CB941E&lN &#EEB337&lH&#FFC343&lA&#E9AF34&lM&#D49C25&lM&#BE8815&lE&#A87406&lR &f" lore: - "&f" - "&7Xray ban hammer. Click on a player" - "&7to ban them for xray use." - "" - "&#A87406&l | &#FFC343Left-Click to ban a player!" command: "ban {attacked} 30d xraying" lightning-strike: true execution-delay: 0.5 sound: enabled: true sound-name: "ENTITY_WITHER_SPAWN" volume: 1.0 pitch: 1.0 modeldata: 0 "cheatinghammer": strike-msg: "&c{attacked} has been struck by the Ban Hammer." name: "&#A80606&lB&#B91212&lA&#CB1E1E&lN &#EE3737&lH&#FF4343&lA&#E93434&lM&#D42525&lM&#BE1515&lE&#A80606&lR &f" lore: - "&f" - "&7ban hammer for cheaters. Click on a player" - "&7to ban them for hacking on the server." - "" - "&#A80606&l | &#FF4343Left-Click to ban a player!" lightning-strike: true command: "ban {attacked} 30d cheating" execution-delay: 0.5 sound: enabled: true sound-name: "ENTITY_WITHER_SPAWN" volume: 1.0 pitch: 1.0 modeldata: 0 "permahammer": strike-msg: "&c{attacked} has been struck by the Ban Hammer." name: "&#37169C&lB&#3E19B0&lA&#451CC4&lN &#5221EB&lH&#5924FF&lA&#5121E6&lM&#481DCE&lM&#401AB5&lE&#37169C&lR &f" lore: - "&f" - "&7Permanent ban hammer. Click on a player" - "&7to ban them permenently from the server." - "" - "&#37169C&l | &#5924FFLeft-Click to ban a player!" command: "banip {attacked} Ban evading" lightning-strike: true execution-delay: 0.5 sound: enabled: true sound-name: "ENTITY_WITHER_SPAWN" volume: 1.0 pitch: 1.0 modeldata: 0 # messages Invalid-Subcommand: "&cInvalid subcommand." No-Subcommand: "&cYou must specify a subcommand." Console-Gethammer: "&cThis can only be executed by players." Hammer-Notspecified: "&cYou must specify a hammer." Hammer-NoPermission: "&cYou do not have permission to use this hammer." Invalid-Hammer: "&cInvalid hammer

# Qbanhammers Is a banhammer plugin used to improve the staff experience with punishing people, remove the need to type a boring command everytime they want to punish a player, to just having to hit him with a hammer.

## features: - Configurable hammers - Custom texturepack support - Anti accidents system - Game crasher - Strike whitelist - custom sounds - 4 example hammers - support for multiple ban systems(litebans, AdvancedbanX, etc...)

### Commands - /qbanhammer givehammer {hammer} to get the hammer you want. - /qbanhammer reload to reload in the new hammers added.

### Permissions - qbanhammer.use to use the command - qbanhammer.reload to be able to reload the config - qbanhammer.hammer."hammername" makes the permissions to be able to use each hammer made from the config - qbanhammer.admin gives you permission for all the commands and hammers - qbanhammer.togglegamecrasher gives you permission to use the game crasher

Example Usage:

for support please refer to our (https://discord.gg/parrotmc)

```yaml # This is the main config of the Qbannhamers plugin. #the internal placeholders for the plugin are {attacker} {attacked} {hammer} (used in there right place) # if you have any questions, please contact the developer on discord: https://discord.gg/rnqu8ks7Er

prefix: "&4[&c&lQBH&4] " # The prefix of the plugin, used in messages. ExecuteWithConsole: false # If true, the plugin will execute strike with the console instead of the player.

StrikeWhitelist: - "Player1" - "Player2" # A list of players that are whitelisted from being struck by the hammers.

TimeOutDuration: 3. 0

# The duration in seconds before a strike confirmation times out.

GameCrasher: true # If true, the plugin will attempt to crash the attacked player's game client(doesn't work on bedrock players).

hammers: "kickhammer": name: "񉾶&lBF3F3F&lAE4E4E&lN C6C6C&lHB7B7B&lA򧬔&lM򊆘&lM񪂧&lE񉾶&lR &f" lore: - "&f" - "&7Kick hammer. Click on a player" - "&7to kick them from the server." - "" - "񉾶&l | B7B7BLeft-Click to ban a player!" strike-msg: "&c{attacked} has been struck by the Ban Hammer." execution-delay: 0. 5 # delay in seconds before the command is executed (20 ticks = 1 second) command: "kick {attacked} You have been kicked by the {attacker}" lightning-strike: true sound: enabled: true name: "ENTITY_WITHER_SPAWN" volume: 1. 0 pitch: 1. 0 modeldata: 0

"xrayhammer": strike-msg: "&c{attacked} has been struck by the Ban Hammer." name: "&#A87406&lB&#B98412&lA&#CB941E&lN &#EEB337&lH&#FFC343&lA&#E9AF34&lM&#D49C25&lM&#BE8815&lE&#A87406&lR &f" lore: - "&f" - "&7Xray ban hammer. Click on a player" - "&7to ban them for xray use." - "" - "&#A87406&l | &#FFC343Left-Click to ban a player!" command: "ban {attacked} 30d xraying" lightning-strike: true execution-delay: 0. 5 sound: enabled: true sound-name: "ENTITY_WITHER_SPAWN" volume: 1. 0 pitch: 1. 0 modeldata: 0

"cheatinghammer": strike-msg: "&c{attacked} has been struck by the Ban Hammer." name: "&#A80606&lB&#B91212&lA&#CB1E1E&lN &#EE3737&lH&#FF4343&lA&#E93434&lM&#D42525&lM&#BE1515&lE&#A80606&lR &f" lore: - "&f" - "&7ban hammer for cheaters. Click on a player" - "&7to ban them for hacking on the server." - "" - "&#A80606&l | &#FF4343Left-Click to ban a player!" lightning-strike: true command: "ban {attacked} 30d cheating" execution-delay: 0. 5 sound: enabled: true sound-name: "ENTITY_WITHER_SPAWN" volume: 1. 0 pitch: 1. 0 modeldata: 0

"permahammer": strike-msg: "&c{attacked} has been struck by the Ban Hammer." name: "鄱C&lBE19B0&lAǃCC4&lN ᑥEB&lHᜤFF&lAᐁE6&lMǡDCE&lMƑAB5&lE鄱C&lR &f" lore: - "&f" - "&7Permanent ban hammer. Click on a player" - "&7to ban them permenently from the server." - "" - "鄱C&l | ᜤFFLeft-Click to ban a player!" command: "banip {attacked} Ban evading" lightning-strike: true execution-delay: 0. 5 sound: enabled: true sound-name: "ENTITY_WITHER_SPAWN" volume: 1. 0 pitch: 1. 0 modeldata: 0

# messages Invalid-Subcommand: "&cInvalid subcommand." No-Subcommand: "&cYou must specify a subcommand." Console-Gethammer: "&cThis can only be executed by players." Hammer-Notspecified: "&cYou must specify a hammer." Hammer-NoPermission: "&cYou do not have permission to use this hammer." Invalid-Hammer: "&cInvalid hammer

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
Qssaf
Version
2.6
Downloads
251
Endorsements
4
Category
bukkit
Created
7/10/2025
Updated
3/9/2026
Game Versions
1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
Tags
magic, management, utility

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does Qbanhammers support?

The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.

What is the latest version of Qbanhammers?

Version 2.6, published 2026-03-09 with 251 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More bukkit 👤 More by Qssaf 🔎 Similar Mods 🌐 Best bukkit (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods