feed and heal gamemode (default is like vanilla regeneration)

RedstoneFuture | Robert Rauh 2020-03-21 17:21:50 +01:00
parent 938bd7efb3
commit 6d92187c03

@ -152,8 +152,8 @@ The asterisk covers the values of the flag, if it's a boolean flag you cover `tr
### Timed:
| Name | Description | Default Value
|------------------------------------------------------------|--------------------------------------------------------------------------------| ------------------- |
| feed | Specify an interval in seconds and an optional amount by which the players will be fed (amount is 1 by default) | None |
| heal | Specify an interval in seconds and an optional amount by which the players will be healed (amount is 1 by default) | None |
| feed | Specify an interval in seconds and an optional amount by which the players will be fed (amount is 0 by default = vanilla-regeneration) | None |
| heal | Specify an interval in seconds and an optional amount by which the players will be healed (amount is 0 by default = vanilla-regeneration) | None |
### BlockTypeList:
| Name | Description | Default Value