Pack: Villager Death Messages - teakivy/teaks-tweaks GitHub Wiki

Pack: Villager Death Messages (villager-death-messages)

Villager Death Messages notified the server in chat when a Villager dies. Displays coordinates and the dimension that the Villager died in.

Showcase

villager-death-messages

Config

The config for this pack can be found in the config.yml file for the plugin.

# Villager Death Messages
# Notifies the server in chat when a villager dies. Displayes Coordinates and Dimension that it died in.
villager-death-messages:
  enabled: false
  # Whether or not to announce the death in chat, or only in console.
  show-in-chat: true

Options

enabled

  • Type - boolean
  • Default - false
  • Description - Controls whether the pack is enabled.

show-in-chat

  • Type - boolean
  • Default - true
  • Description - Controls whether the death message is shown in chat, or only in the server's console.

Messages

"villager_death_messages.name": "Villager Death Messages",
"villager_death_messages.description": "Notifies the server in chat when a villager dies. Displays coordinates and dimension that it died in.",
"villager_death_messages.death_message": "<gold>A Villager has died! <white>(<gold>XYZ: <x> <y> <z> <yellow><world><white>)",

villager_death_messages.name

  • Default - Villager Death Messages

villager_death_messages.description

  • Default - Notifies the server in chat when a villager dies. Displays coordinates and dimension that it died in.

villager_death_messages.death_message

  • Default - <gold>A Villager has died! <white>(<gold>XYZ: <x> <y> <z> <yellow><world><white>)
  • Placeholders
    • x - The X coordinate of the villager.
    • y - The Y coordinate of the villager.
    • z - The Z coordinate of the villager.
    • world - The world name of which the villager died in.
⚠️ **GitHub.com Fallback** ⚠️