Command on Death
作者:rebot | 分类:模组
Minecraft 版本: 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4
平台: bukkit paper purpur spigot
标签: game-mechanics
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!
请登录后举报
暂无评论,抢个沙发吧~