TACZDeathMessage

Quick rating

TACZDeathMessage

No reviews yet

A 1.20.1 forge Server Mod that adds death streams to the TACZ Mod, with support for multiple worlds!

Performance & Optimization
Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
GNU Affero General Public License v3.0 only
Latest Version
1.0-SNAPSHOT
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

TACZDeathMessageMod Usage Guide

Table of Contents

  1. Features

  2. Installation Requirements

  3. Installation Steps

  4. Configuration Files

  5. Command List

  6. FAQ

Open-source repository: https://github.com/HarryH2O/TACZDeathMessageMod


Introduction

TACZDeathMessageMod is a Minecraft Forge-based mod designed to provide a highly customizable kill message system for servers or single-player games. This mod allows players to customize kill messages in different scenarios and supports world-specific independent configurations.

Note: This mod is specifically designed for servers and may not work, or even cause crashes, on the client side!

The purpose of this Mod development is to fix these problems because the hybrid server is modified based on the Bukkit server, resulting in the TACZ Mod's built-in kill prompt not taking effect.


Features

  • Customizable Kill Messages: Supports custom kill messages for players, animals, and mobs, including normal and headshot kills.

  • World-Specific Configuration: Configure independent kill messages and enable/disable options for different worlds (dimensions).

  • Command Trigger: Execute custom commands (e.g., broadcasting, rewards) after a kill.

  • Dependency Integration: Seamless compatibility with the Timeless and Classics: Zero mod [This mod requires TACZ MOD to function properly].


Installation Requirements

  • Minecraft Version: 1.20.1

  • Forge Version: 47.3.22 or higher

  • Required Dependency: Timeless and Classics: Zero (Version 1.1.4)

  • Java Version: JDK 17


Installation Steps

Client Installation

  1. Download the mod file: taczdeathmessage-xxx.jar.

  2. Place the file into the .minecraft/mods folder.

  3. Make sure the dependency mod Timeless and Classics: Zero is installed. [Note: For the current version (1.0), the dependency requires version 1.1.4 or higher].

Server Installation

  1. Place the mod file into the server's mods directory.

  2. Add the dependency mod timeless-and-classics-zero-1.1.4.jar to the mods directory.

  3. Restart the server.


Configuration Files

Configuration files are located in the config/taczdeathmessage/ directory:

global_config.json

{
  "defaultWorldEnabled": true,
  "messages": {
    "player": {
      "normal": "&eKill message &e{killer} &rkilled &e{victim}!",
      "headshot": "&eKill message &e{killer} &rheadshot killed &e{victim}!"
    },
    "animal": {
      "normal": "&e{killer} hunted &e{victim} using {gun}!",
      "headshot": "&e{killer} precisely hunted &e{victim} using {gun}!"
    },
    "headshotSuffix": "(Headshot)"
  }
}

world_config.json

{
  "worlds": {
    "minecraft:overworld": {
      "enabled": true,
      "messages": {
        "player": {
          "normal": "&a[PvP] &e{killer} defeated {victim}!"
        }
      }
    }
  }
}

Command List

Command Permission Description
/tacz reload OP Reload the configuration file
/tacz toggle <world> OP Enable/Disable kill messages for a specific world

FAQ

1. Mod load error Missing dependency: timeless-and-classics-zero

2. Configuration changes not taking effect

  • Solution: Execute /taczdeathmessage reload to hot reload the configuration or restart the server (recommended).

Note: Please ensure the dependency mod is correctly installed before using!

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~8,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works