- Added a Damage Processing feature on config
Code (YAML):
# Reward processing options
reward-processing:
most-damage
: true
# If true, the player who dealt the most damage will receive the reward
# If false, the player who delivers the last hit will receive the reward
If set to true don't forget to add ThreatTable option on mythicmobs mob config as follows:
Code (YAML):
BigScaryBoss:
Type
: zombie
Display
: '&6Zombie'
Health
: 20000
Modules:
ThreatTable
: true
!!If You wish to use that version pls Either delete your old config OR just copy and paste the reward processing part of the config on top of the actual main config !!
-
Added a Reload Command