... | @@ -11,6 +11,7 @@ This is an additional field on the mob config, `DropOptions`, that allows you to |
... | @@ -11,6 +11,7 @@ This is an additional field on the mob config, `DropOptions`, that allows you to |
|
DropOptions:
|
|
DropOptions:
|
|
DropMethod: FANCY
|
|
DropMethod: FANCY
|
|
ClientSideDrops: false
|
|
ClientSideDrops: false
|
|
|
|
HologramTimeout: 6000
|
|
HologramMessage:
|
|
HologramMessage:
|
|
- ...
|
|
- ...
|
|
- ...
|
|
- ...
|
... | @@ -24,7 +25,8 @@ Can be one of two values: |
... | @@ -24,7 +25,8 @@ Can be one of two values: |
|
- `VANILLA`, which keeps all of the "normal" drop behaviors
|
|
- `VANILLA`, which keeps all of the "normal" drop behaviors
|
|
- `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.
|
|
- `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
|
|
So, in essence, this must be set to `FANCY` in order for the rest of the page to work
|
|
|
|
Defaults to `VANILLA`
|
|
```yaml
|
|
```yaml
|
|
DropOptions:
|
|
DropOptions:
|
|
DropMethod: FANCY
|
|
DropMethod: FANCY
|
... | @@ -39,6 +41,15 @@ Whether drops should be seen per-player, in a client side manner. In essence, wi |
... | @@ -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
|
|
### HologramMessage
|
|
What the hologram that spawns when the mob dies should say. Is able to use specific placeholders.
|
|
What the hologram that spawns when the mob dies should say. Is able to use specific placeholders.
|
|
```yaml
|
|
```yaml
|
... | | ... | |