changed option name to ClientSideDrops authored by Lxlp's avatar Lxlp
...@@ -8,7 +8,7 @@ This is an additional field on the mob config, `DropOptions`, that allows you to ...@@ -8,7 +8,7 @@ This is an additional field on the mob config, `DropOptions`, that allows you to
```yaml ```yaml
DropOptions: DropOptions:
DropMethod: FANCY DropMethod: FANCY
DoClientSideDropsByDefault: false ClientSideDrops: false
HologramMessage: HologramMessage:
- ... - ...
- ... - ...
...@@ -29,11 +29,11 @@ So, in essence, this must be set to `FANCY` in order for the rest of the page to ...@@ -29,11 +29,11 @@ So, in essence, this must be set to `FANCY` in order for the rest of the page to
``` ```
### DoClientSideDropsByDefault ### ClientSideDrops
Whether drops should be seen per-player, in a client side manner. In essence, with this enabled, every player will only be able to see the loot that they themselves gained. Whether drops should be seen per-player, in a client side manner. In essence, with this enabled, every player will only be able to see the loot that they themselves gained.
```yaml ```yaml
DropOptions: DropOptions:
DoClientSideDropsByDefault: false ClientSideDrops: false
``` ```
... ...
......