• 欢迎来到Minecraft插件百科!
  • 对百科编辑一脸懵逼?帮助:快速入门带您快速熟悉百科编辑!
  • 因近日遭受攻击,百科现已限制编辑,有意编辑请加入插件百科企鹅群:223812289

EliteMobs/在精英怪物死亡时执行指令

来自Minecraft插件百科
Qsefthuopq讨论 | 贡献2020年7月14日 (二) 13:00的版本 (创建页面,内容为“{{模板:ELBox}} = 对于所有精英怪物 = You can find this option on MobCombatSettings.yml. <code>commandsOnEliteMobDeath: - broadcast $players has killed $na…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航搜索

对于所有精英怪物

You can find this option on MobCombatSettings.yml.

commandsOnEliteMobDeath:
- broadcast $players has killed $name! That was level $level!

If Player1, Player2 and Player3 all damaged the boss before killing it, this is what the command output will be from console:

broadcast Player1 has killed CustomBossName! That was level X!
broadcast Player2 has killed CustomBossName! That was level X!
broadcast Player3 has killed CustomBossName! That was level X!

The main goal of this command is not to broadcast messages, but to allow admins to give specific non-elitemobs rewards to players for killing Elite Mobs.


对于特定的自定义Boss

请查看该页面