▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Command on Death

Command on Death

Run commands on death.

273
6

Config:

# Commands on Death
# Made by NIN1275 --> youtube.com/@nin1275

# commands to run on the player on death
# DON'T PUT "/"
# Placeholders: [killed] shows the killed players name, [killer] shows the person who killed the player name, [noCommand] will not send the command.
commands-to-run:
  killed:
    command: 'tellraw [killed] ["",{"text":"You died to ","color":"red"},{"text":"[killer]","color":"gold"}]'
    # if console is set to false then the command will be sent as the player which means they will need the permmision for that command
    console: false
  killer:
    command: 'tellraw [killer] ["",{"text":"You killed ","color":"green"},{"text":"[killed]","color":"red"}]'
    # if console is set to true then the command will be sent as console
    console: true

Check out nessentials!

Совместимость

Minecraft: Java Edition

1.20.x1.19.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:MPL-2.0
Опубликован:2 года назад
Обновлён:2 года назад
Главная