[Debug] Add more messages to generator task to help solve problems quicker.
[Bug Fix] Fixed issue with block type detection.
[Bug Fix] Fixed missing message when using a bucket in the wrong direction.
[New Feature] Added optional bucket placing cooldown to configuration.
New Configuration Settings:
Code (YAML):
# How many milliseconds must players wait between placing buckets? # 1000 millis = 1 second # Default: 1000 placing-delay: 1000
Code (YAML):
error:
invalid-direction: "<red>That bucket doesn't work in that direction.</red>" bucket-cooldown: "<red>You must wait <gray>{time_left} seconds</gray> before placing another bucket.</red>"
# What is the maximum y-coordinate that can be generated? # If this value is not set, the world height will be used. # Values higher than the world height will be ignored. max-y: 255