Language

SacredCows

SacredCows

Modrinth

SacredCows is a configurable Minecraft Fabric mod that punishes players for harming cows with customizable consequences and keeps detailed statistics of cow-related offenses.

246 downloads 3 followers updated 13h ago
latest v6.0.0 Modrinth
Fabric 1.21.7 – 26.2 CursedGame-mechanicsMobs

SacredCows

Logo of minecraft cow with halo

A configurable Fabric mod that gives cattle divine status as stewards of the
earth. Punishes cow-assaulters and gives cow-friends special buffs!

Features

  • (NEW!) Teleport to your favorite cow by naming the cow, and milking her!
    Drinking the milk will bring you back to your bovine companion's side.
  • Configurable punishments: (instant) death, damage, or lightning-only
  • Custom death messages with player name placeholders
  • Cosmetic lightning effects (won't harm cows)
  • Scoreboard tracking for cow assaults and kills
  • Projectile protection (arrows, snowballs, etc.)
  • OP-level bypass for admins

Installation

  1. Install a Fabric server with Fabric API.
  2. Drop the JAR into your mods/ folder.
  3. Restart the server.
  4. Optionally edit config/sacredcows.properties to customize behavior.

Commands

| Command | Description | Permission |
| ------------------------------------------------------------- | ---------------------------------------------------- | ---------- |
| /sacredcows | Show help | Everyone |
| /sacredcows help | Show help | Everyone |
| /sacredcows enabled <true\|false> | Enable or disable the mod | Operator |
| /sacredcows bypass <true\|false> | Toggle admin bypass | Operator |
| /sacredcows debug <true\|false> | Toggle debug logging | Operator |
| /sacredcows lightning_effect <true\|false> | Toggle lightning visual | Operator |
| /sacredcows punishment_type <death\|damage\|lightning_only> | Set punishment type | Operator |
| /sacredcows print_config | Show current config with unsaved changes highlighted | Everyone |
| /sacredcows save_config | Write current settings to file | Operator |
| /sacredcows reload_config | Reload settings from file | Operator |
| /sacredcows stats player <name> | Show stats for a player | Everyone |
| /sacredcows stats global | Show server-wide totals | Everyone |

Admin commands require OP level 2 by default (configurable).

Configuration

The mod creates config/sacredcows.properties on first run. Key settings:

settings.enabled=true
settings.punishment-type=death        # death, damage, or lightning_only
settings.damage-amount=10.0
settings.lightning-effect=true
settings.custom-death-messages=true
settings.allow-bypass=true
settings.bypass-op-level=2
settings.admin-op-level=2

scoreboard.enabled=true
scoreboard.track-assaults=true
scoreboard.track-kills=true

# Custom death messages — edit manually, %player% is replaced with the player's name
death-messages.0=%player% was moo-rdered for their bovine crimes
death-messages.1=%player% faced divine bovine retribution

Use /sacredcows save_config to persist changes made via commands. Changes take effect immediately without saving.

Compatibility

  • Minecraft: 26.1
  • Fabric Loader: 0.18.6
  • Java: 25

License

No formal license. Use it however you want.

Versions

Release
6.0.0
fabric · 26.2 · 13h ago
## [6.0.0] - Ported to the Chaos Cubed update. New versions of: - minecraft_version -> 26.2 (**Chaos Cubed!**) - loader_version -> 0.19.3 -…
4
Release
5.0.1
fabric · 26.1 · 22d ago
# Changelog All notable changes to CowMurder will be documented in this file. The format is based on [Keep a…
5
Release
5.0.1
fabric · 26.1, 26.1.1, 26.1.2 · 25d ago
### Fixed - Severe bug that crashed single-player client instances on startup. Moved the call to load `cowPositions` inside the `SERVER_STARTED` registration
20
Release
5.0.0
fabric · 26.1, 26.1.1, 26.1.2 · 25d ago
### Breaking Changes - All per-setting commands have been removed in favor of a unified command interface. Existing scripts will break. Old → new: -…
6
Release
4.1.0
fabric · 26.1, 26.1.1, 26.1.2 · 29d ago
## [4.1.0] ### Changed - Chunk loading for named cows migrated from `setChunkForced` to a custom `TicketType` (`sacred_cows`) with `addTicketWithRadius` /…
26
Release
4.0.0
fabric · 26.1, 26.1.1, 26.1.2 · 1mo ago
Major feature update! Added milk bucket teleportation to your favorite named bovine. Just milk a cow, and you'll find yourself by her side wherever she may…
18
Release
3.1.0
fabric · 26.1, 26.1.1, 26.1.2 · 1mo ago
19
Release
3.0.0
fabric · 26.1, 26.1.1, 26.1.2 · 2mo ago
[v2.2.0...v3.0.0](https://github.com/voidfemme/SacredCows/compare/v2.2.0...v3.0.0)
20
Release
2.2.0
fabric · 1.21.11 · 5mo ago
# Version 2.2.0 (Latest) - Updated for Minecraft 1.21.11 and Fabric Loader >= 0.18.2 - No gameplay or configuration changes; purely an environment…
52
Release
2.1.0
fabric · 1.21.9, 1.21.10 · 8mo ago
# SacredCows 2.1.0 – Compatibility Update This release updates SacredCows to run smoothly on the latest Minecraft + Fabric stack. No gameplay changes, just…
41
Release
2.0.1
fabric · 1.21.7, 1.21.8 · 9mo ago
## SacredCows v2.0.1 - Bypass Control ### New Features - **Configurable Bypass Control**: Added `settings.allow-bypass` configuration option to control…
31

Comments 0

No comments yet. Be the first to share your thoughts.