@@ -43,15 +43,15 @@ What the hologram that spawns when the mob dies should say. Is able to use speci
DropOptions:
HologramMessage:
-'<#FF9B00>========================'
-'%mob.name%-%mob.hp%HP'
-'<mob.name>-<mob.hp>HP'
-''
-'<#FFA300>1stPlace|%1.name%|%1.damage%'
-'<#D1FFFF>2ndPlace|%2.name%|%2.damage%'
-'<#D1FFFF>3rdPlace|%3.name%|%3.damage%'
-'<#E57A00>4thPlace|%4.name%|%4.damage%'
-'<#E57A00>5thPlace|%5.name%|%5.damage%'
-'<#FFA300>1stPlace|<1.name>|<1.damage>'
-'<#D1FFFF>2ndPlace|<2.name>|<2.damage>'
-'<#D1FFFF>3rdPlace|<3.name>|<3.damage>'
-'<#E57A00>4thPlace|<4.name>|<4.damage>'
-'<#E57A00>5thPlace|<5.name>|<5.damage>'
-''
-'Yourrank:#%player.rank%|%player.damage%'
-'Yourrank:#<player.rank>|<player.damage>'
-'<#FF9B00>========================'
```
> If there is no player at a specified rank (for instance, if a mob was killed by less than 5 players) then the line where the placeholder is used will not be shown
...
...
@@ -64,15 +64,15 @@ What the message send to the players when the mob dies should say. Is able to us
> If there is no player at a specified rank (for instance, if a mob was killed by less than 5 players) then the line where the placeholder is used will not be shown