Back to mods
BanHammer project artwork

Modrinth · Minecraft mod

BanHammer

Simple, customisable punishment utility mod for Fabric

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which BanHammer release should I use?

Updated 2 months ago
Latest stable file 0.18.0+26.2
Game version 26.2
Loader Fabric

BanHammer 0.18.0+26.2 targets 26.2 with Fabric. Do not install it on the client. It must be installed on the dedicated server. No extra mods listed for this file.

Where it goes

Is BanHammer required on the client, server, or both?

Do not install it on the client. It must be installed on the dedicated server.

Client Not supported
Dedicated server Required
Loader for this release Fabric
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

This file is marked server-only.

What else does BanHammer 0.18.0+26.2 need?

0.18.0+26.2. Change the file and its required mods may change too.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional mods.

Before you install it

Add BanHammer without breaking your instance.

Built for BanHammer 0.18.0+26.2. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use 0.18.0+26.2. It targets 26.2 with Fabric; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    Do not install it on the client. It must be installed on the dedicated server.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside 0.18.0+26.2. It opens that exact file at the source.

About this project

What does BanHammer add?

BanHammer

Simple, customisable punishment utility mod for Fabric. Allows moderators to permanently/temporary ban, mute or kick players.
Supports Fabric Permissions API used by LuckPerms and PlayerRoles.

Every user facing message is configurable with support of advanced formatting

It has build in support for SQLite and MySQL databases.

Commands and permissions

Command Permission Description
/banhammer banhammer.commands.main (default) Sends information about banhammer
/banhammer reload banhammer.commands.reload (op 4) Reloads mods config
/banhammer import <source> [<remove>] banhammer.commands.import (op 4) Imports bans from other sources (and removes them from it, if remove is set to true)
/ban <player> [<reason>] banhammer.punish.ban (op 3/config) Bans player
/tempban <player> <duration> [<reason>] banhammer.punish.tempban (op 3/config) Bans player for provided time
/ban-ip <player> [<reason>] banhammer.punish.banip (op 3/config) Bans player (by ip)
/tempban-ip <player> <duration> [<reason>] banhammer.punish.tempbanip (op 3/config) Bans player (by ip) for provided time
/mute <player> [<reason>] banhammer.punish.mute (op 3/config) Mutes player
/tempmute <player> <duration> [<reason>] banhammer.punish.tempmute (op 1) Mutes player for provided time
/kick <player> [<reason>] banhammer.punish.kick (op 3/config) Kicks player from server
/unban <player> banhammer.unpunish.unban (op 3/config) Removes player's (temp)bans
/unban-ip <player> banhammer.unpunish.unbanip (op 3/config) Removes player's (temp)ip bans
/unmutes <player> banhammer.unpunish.unmute (op 3/config) Removes player's (temp)mute
/pardon <player> banhammer.unpunish.pardon (op 3/config) Removes all of player's punishments

Additionally you can add -s Before reason, if you want to make that punishment silent.

Duration can be expressed in seconds (15/15s), minutes (3m), hours (24h), days (7d), years (1y)
or any combination of these (5y3d9h3m8s).

Configuration

{
  "CONFIG_VERSION_DONT_TOUCH_THIS": 1,
  "punishmentsAreSilent": false,             // Makes all punishments silent
  "storeAllPunishmentsInHistory": true,      // Stores all punishments in additional database table
  "muteBlockedCommands": [                   // List of commands blocked to muted players
    "msg",
    "me"
  ],
  "standardBanPlayersWithBannedIps": false,  // Gives users standard bans, when they are ip banned
  "autoBansFromIpBansAreSilent": true,       // Makes autobans from ip ban silent
  "defaultTempPunishmentDurationLimit": "-1",// Sets limit for duration of temporary punishments. -1 = no limit
  "permissionTempLimit": {                   // Allows to change duration limit of punishment with `banhammer.duration.<entry>` permission
    "example": "31d"
  },
  "databaseType": "sqlite",                  // Changes database type ("sqlite" or "mysql")
  "sqliteDatabaseLocation": "banhammer-sqlite.db",  // sqlite databases location (from server's directory)
  "mysqlDatabaseAddress": "",                // Address of mysql database
  "mysqlDatabaseName": "",                   // Name of mysql database
  "mysqlDatabaseUsername": "",               // Username of mysql user
  "mysqlDatabasePassword": ""                // Password of mysql user
}

Project description from Modrinth.

Pick your setup

BanHammer by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

81 available setups

Showing the newest 12 of 45 game versions. Older files are in the list below.

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

BanHammer versions and loaders

43 of 43 releases match

Looking for an older file? The official Modrinth project page is in Resources.