added HologramTimeout option authored by Lxlp's avatar Lxlp
......@@ -11,6 +11,7 @@ This is an additional field on the mob config, `DropOptions`, that allows you to
DropOptions:
DropMethod: FANCY
ClientSideDrops: false
HologramTimeout: 6000
HologramMessage:
- ...
- ...
......@@ -25,6 +26,7 @@ Can be one of two values:
- `FANCY`, which enables damage tracking, scoreboards and more advanced drop effects. Drops can also be rolled for every participant instead of only once if the relevant config is set to allow it.
So, in essence, this must be set to `FANCY` in order for the rest of the page to work
Defaults to `VANILLA`
```yaml
DropOptions:
DropMethod: FANCY
......@@ -39,6 +41,15 @@ Whether drops should be seen per-player, in a client side manner. In essence, wi
```
### HologramTimeout
The amount of time after which the hologram that spawns when the mob dies should disappear
Defaults to `6000`
```yaml
DropOptions:
HologramTimeout: 6000
```
### HologramMessage
What the hologram that spawns when the mob dies should say. Is able to use specific placeholders.
```yaml
......
......