Fixed bug where /wwa reload would throw an error on 1.12 servers. (To fully update recipes you must reboot since 1.12 and above prohibits modifying list of recipes due to the new Recipe Book features.)
Optimized clan methods to reduce lag on big servers with over 200 players at a time.
Added more config options to choose whether Werewolves can fully consume an item without raising hunger or saturation levels.
Added more config options to block Werewolf powers in certain worlds.
Code (Text):
#List of items werewolves are not allowed to eat at all times
#The idea is to only give them meat
diet:
enabled: true
prevent-consumption: false
blocked-foods:
- APPLE
- BREAD
- MUSHROOM_SOUP
- GOLDEN_APPLE
- CARROT_ITEM
- POTATO_ITEM
- BAKED_POTATO
- POISONOUS_POTATO
- PUMPKIN_PIE
- COOKIE
- CAKE
- MELON
- BEETROOT
- BEETROOT_SOUP
- CHORUS_FRUIT
- ROTTEN_FLESH
Code (Text):
#List of worlds were Werewolf powers will not work whatsoever.
no-werewolf-worlds:
- world_nether
- world_the_end