Hello, this is just a tiny update that adds a possibility to separate snowman effect permission from snowing permission.
New section to the config.yml has been added:
Code (YAML):
separate-snowman-permission
: false
# If enabled, snowman effect will be separated and players will need foxsnow.snowman
# to see the effect. This also creates new WorldGuard region flags specific
# for the snowman effect.
If you do not need this feature, you don't have to do anything! It will be automatically added to your config.yml
and is disabled by default.
If you want to use this feature, let the plugin generate the option for you or even better: copy the option to your config.yml with the comment so that you know what it does (comments are not added automatically).
If you enable the feature, when `require-permission` is set to true, players will need foxsnow.snowman permission to be able to generate the Snowman Effect. This will also add 2 new flags to your WorldGuard regions, making it possible to force-enable or force-disable the snowman effect separately from snowing effect.
Thanks to @
amitexing for suggesting this feature.
Update steps:
- Replace the .jar file
- Add the new configuration section
- (Optional) Set the separate-snowman-permission: true, add permissions to the players
- Restart the server