Hello everyone! I have added a new effect to the plugin, you can now enable "Snowman Effect" in the plugin config. It makes the player generate snow layers under him when he is moving around. The config section should be automatically added to your config.yml and is disabled by default.
Please, use with caution, although we have done some basic bug testing... If you run into any errors, feel free to contact me on our support Discord server!
Thanks to
@KingsRequin for suggesting this feature
Update steps: - Replace the old jar with new version
- Optionally add new config lines, if you want them with comments (otherwise they will be added automatically without comments)
Code (YAML):
snowman-effect:
range: -1
# Set to -1 to disable, else defines range around player where snow will be placed on the ground. Do not set this too high (it could cause a lag, even when it is as much async as possible), especially if you have a lot of players. Ideal value is around 3. duration: 100
# How long will the snow stay on the ground before being removed, in ticks. Set to -1 to keep the snow on the ground "forever" destroyable: false
# Defines if players will be able to break the snow and get snowballs from it