Balance Update / Bug Fixes Make sure to look through your config file and add sections from the new default config file on the plugin thread. (Or just regenerate the config file and configure as needed.) New options added means some were rewritten. Not changing anything will make those settings use default values.
Fixed bug that would keep Werewolves in wolf form when leaving a world with a full moon.
Fixed bug where unwashed armor would always produced purified armor.
Fixed bug where placing unwashed armor would not warn you.
Rewrote some methods in order to reduce lag.
Added a new command to add levels using /wwa addlevel.
Added new config options to limit the time length of werewolf transformations.
Added new config options to disable Werewolf powers in specified worlds.
Added new config option to prevent scent tracking in safe zones.
Added new config option to prevent hunting in safe zones.
Werewolves no longer transform in Creative or Spectator modes.
Code (Text):
#Transformation Time Period
transformation:
#Whether to limit transformation time or not
limit: true
#Whether levels should increase time by LINEAR, EXPONENTIAL, or FLAT.
#Not choosing the right name will default to FLAT, meaning it will not increase time limit per level.
equation: LINEAR
#Amount of time given at the start.
base: 0
#How fast seconds are earned, does not affect FLAT equation.
modifier: 15
Code (Text):
#List of worlds were Werewolf powers will not work whatsoever.
no-werewolf-worlds:
- world_nether
- world_the_end
Code (Text):
#Scent Tracking
track:
chance: 10
range: 8
y-offset: 0
particle: "SPELL_MOB"
particle-amount: 20
#Distances must be in descending values.
distances:
far: 500
close: 200
very-close: 50
safe-zones: false
Code (Text):
#Options pertaining to the hunting of other races
hunting:
enabled: true
trackers:
use-either-hand: true
purification:
#Chance of failure out of 100
chance: 75
force-pvp:
#Force PVP in claims you do not have permission to.
alphas: true
claims: true
admin-claims: false
target:
vampire:
daytime: false
nighttime: true
werewolf:
wolf-form: true
human-form: true
daytime: false
nighttime: true
safe-zones: false