HomeJavaModsPunishmentsSystem
PunishmentsSystem
ModsJava

PunishmentsSystem

by GameCreator · on Modrinth

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21–1.21.11 · BungeeCord⬇ Download for 1.20–1.21.11 · Paper
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

Modrinth

Punishments System


An easy to use punishment system.

Features


Default Config

config.json
{
  "punishments": {
    "toxicity": {
      "category": "toxicity",
      "displayReason": "Toxic behavior is not tolerated.",
      "type": "MUTE",
      "steps": [
        {
          "offense": 1,
          "duration": 86400000
        },
        {
          "offense": 2,
          "duration": 604800000
        },
        {
          "offense": 3,
          "duration": -1
        }
      ]
    },
    "hacking": {
      "category": "hacking",
      "displayReason": "You have been caught hacking.",
      "type": "BAN",
      "steps": [
        {
          "offense": 1,
          "duration": 7776000000
        },
        {
          "offense": 2,
          "duration": 10368000000
        },
        {
          "offense": 3,
          "duration": -1
        }
      ]
    },
    "spam": {
      "category": "spam",
      "displayReason": "Please do not spam.",
      "type": "KICK",
      "steps": [
        {
          "offense": 1,
          "duration": 0
        },
        {
          "offense": 2,
          "duration": 3600000
        },
        {
          "offense": 3,
          "duration": 86400000
        }
      ]
    }
  },
  "banMessage": "§cYou are banned!\\n\\n§7Reason: §f{reason}\\n§7ID: §f#{banId}\\n§7Expires: §f{expiry}",
  "kickMessage": "§cYou have been kicked!\\n\\n§7Reason: §f{reason}\\n§7ID: §f#{banId}",
  "muteMessage": "§cYou are muted!\\n\\n§7Reason: §f{reason}\\n§7ID: §f#{banId}\\n§7Expires: §f{expiry}"
}

You are able to set reasons and what to do after what times the player gets punished.

Types

MUTE

BAN

KICK


Stats

BungeeCord bStats


Icon

Judge hammer by ProSymbols from Noun Project (CC BY 3.0)

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more