MythicMobs插件怎么设置掉落物三件物品中只掉落一个,就是每次打死怪物然后从三件物品中随机掉落一个,其他两个不掉落
设置一个掉落组,这个怪掉落这个掉落组里的其中一个物品
droptablename:
MinItems: 1
MaxItems: 1
Drops:
- <item/exp/droptable> <amount> <chance>
...
这样写Droptables
MinItems: 1
MaxItems: 1
Drops:
- <item/exp/droptable> <amount> <chance>
...
这样写Droptables