Added permission groups when becoming a werewolf. This can only work if the config is set correctly.
Updated to the latest VampireRevamp Beta 17.
Code (YAML):
#Whether to use the permission group feature. #This feature makes a new permission group for werewolves so owners #can add custom perms for werewolves. group-permissions:
enabled: false
group: "werewolf"
If you find any issues or errors and you are a buyer, feel free to contact me on Discord or the Werewolves support server:
https://discord.gg/GzrSfKf
Added the option to use URLs to download skins for clan skins and alpha skin. Remember that this only works on start-up because the API which downloads the skins has a limit of how much you can download per interval. Best to keep it like this so you don't break your skins. Add the section down below to your config.
Added the option to use URLs to download skins for clan skins and alpha skin. Remember that this only works on start-up because the API which downloads the skins has a limit of how much you can download per interval. Best to keep it like this so you don't break your skins. Add the section down below to your config.
This update makes this 1.18 compatible. There are a couple of other bug fixes in this that went under the radar but for the most part, hasn't affected most people.
Updated API and library for 1.18.
Effectively fixed NBT errors for good until a huge major Spigot update that requires NBT API to be updated.
If you find any issues or errors and you are a buyer, feel free to contact me on Discord or the Werewolves support server: https://discord.gg/GzrSfKf
PLEASE NOTE: This is to immediately make it work on servers again. A new plugin is in the planning stage by RFSMassacre and Mowstyl to make a new single plugin for werewolves and vampires with some new features and since it's being written from scratch will not have the common bugs in both plugins.
If you find any issues or errors and you are a buyer, feel free to contact me on Discord or the Werewolves support server:
https://discord.gg/GzrSfKf
PLEASE NOTE: This is to immediately make it work on servers again. New features will be coming in Werewolf 2.0 when the rewrite is complete. Anticipate better commands, customizations, and optimizations.
Fixes skin issues due to the new update with SkinsRestorer.
Remember to update SkinsRestorer if you're going to update Werewolves!
If you find any bugs or need to contact for support, join our support Discord server:
https://discord.gg/GzrSfKf
Redid the item system to fix bugs that prevented the items from not recognizing they were Werewolves items. (This means the items made before this will no longer work, but it shouldn't be much of an issue after. Potions will still work on 1.8.8 but the potion colors are still all blue for now. 1.8.8 has a different color mechanic system from newer versions.)
Fixed a bug where getting infected was impossible, even at 100%.
Fixed a bug where the server would still announce a new Alpha Werewolf even when the setting is turned off.
If you find any issues or errors and you are a buyer, feel free to contact me on Discord or the Werewolves support server:
https://discord.gg/GzrSfKf
1.14 Update - No Dependency Required With this new version no longer have to install a dependency. Skins are now built into the plugin and it is recommended you uninstall MySkin if you are still using it to run this plugin.
The plugin now works for 1.14 but hasn't been extensively tested.
Removed MySkin as a dependency.
You can optionally set a default skin after transforming for offline mode players. (Should be customized to a UUID with no skin uploaded.)
Major Changes With this new version you are going to have to install MySkin in order to make skins work on transformation. The plugin works without it if you choose not to use it. (Dependency is provided in the ZIP download. Use this version if you are using a BungeeCord network!)
There is currently a known bug where player models sometimes are left behind when players log off. This is a bug due to MySkin and should be resolved by the MySkin developer soon.
Fixed bug that causes plugin to not enable when WorldGuard was not installed.
Major Changes With this new version you are going to have to install MySkin in order to make skins work on transformation. The plugin works without it if you choose not to use it. (Dependency is provided in the ZIP download. Use this version if you are using a BungeeCord network!)
There is currently a known bug where player models sometimes are left behind when players log off. This is a bug due to MySkin and should be resolved by the MySkin developer soon.
Fixed bug that causes plugin to not enable when WorldGuard was not installed.
Major Changes With this new version you are going to have to install MySkin in order to make skins work on transformation. The plugin works without it if you choose not to use it. (Dependency is provided in the ZIP download. Use this version if you are using a BungeeCord network!)
There is currently a known bug where player models sometimes are left behind when players log off. This is a bug due to MySkin and should be resolved by the MySkin developer soon.
Skins are now visible to the yourself as well as other players.
Added new config option to disable commands for Werewolves indefinitely.
Fixed bug that caused the list command to not properly show page.
Code (Text):
#Werewolf Clan Skins
#These should be taken in as UUIDs now instead of player names
skins:
Alpha: e0d074bd-6722-47fc-95d3-f28e2899e155
Witherfang: c61647e5-fc2f-4536-abe9-c851911ad22f
Silvermane: b68a8f00-7d24-4c52-b6ad-1423bfbe26ee
Bloodmoon: da508ecc-dbd9-46c5-8095-47b91aa4ff5f
Code (Text):
#List of commands that are blocked while in werewolf form.
blocked-commands:
alpha:
- /pvp
werewolf:
- /skin
- /myskin
all:
- /v o
- /v offer
- /vampire o
- /vampire offer
- /v a
- /v accept
- /vampire a
- /vampire accept
- /v flask
- /v f
- /vampire flask
- /vampire f
This version has not be tested with versions below 1.12 but should work all the way down to 1.8. Please note that if you find any bugs, report them on the Werewolves Support Discord: https://discord.gg/GzrSfKf
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
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
Fixed bug where potions would not have the proper name and lore. (Minecraft versions below 1.9 have a color bug on potions, so they will look like water bottles until this is done.)
Fixed bug where creating the Werewolf Tracker recipe would return an error. (This means in 1.7.9 and 1.7.10 this recipe will not work.)
I am planning to make recipes able to be customized in a future update. This update was pushed so servers on 1.7.9 and 1.7.10 can still use the rest of the plugin.
LibsDisguises and ProtocolLib are optional dependencies. Without them, werewolves will not have skins but it functions just as fine without it.
Added new config options for werewolf sounds in order to make it work throughout all versions. (You can replace it with any kind of sound enum you wish.)
Werewolves now works and is tested for 1.8, all the way up to 1.12.
Plugin is now working from 1.7 up to 1.12 so long as ProtocolLib and LibsDisguises are of the appropriate version for the server.
Just letting everyone know I will updated the plugin's thread with all the new hunting stuff later today. I was rushing out the content in order to make the plugin works for 1.12 as soon as possible. If you find any bugs, please contact me on Discord.
Fixed bug that caused /ww not to work during Waning Gibbous and Last Quarter phases.
Added /wwa purge to clear all broken player files in the event player files break for whatever reason. Default menu has been updated to include this command, so remember to regenerate the helpadmin2.txt file.
Added more config options to translate menu placeholders