Werewolves [1.8 - 1.21] icon

Werewolves [1.8 - 1.21] -----

Might You Become One of Them



[​IMG]

Werewolves now requires SkinsRestorer in order to use skins. This is to ensure that updates come out faster when new Minecraft versions are out. (If you're updating to the latest version, make sure SkinsRestorer is the latest version.)

This latest update makes the latest version of Werewolves work all the way down to 1.8. If you have any issues with any version from 1.8 to 1.19.X, feel free to contact me on the Discord Support Server. (If you are using an older version of Minecraft, I highly suggest using the original Werewolf plugin.)


The proper way to look for support is through Discord. More information is given at the bottom of the plugin page.

Inspired by the original Werewolf plugin. Since the original developer of that plugin became inactive with it, it has no longer worked for versions beyond 1.8.X and after a year of trying to maintain it privately, it became apparent that the plugin was simply not fit to use anymore. I took the initiative to create a better werewolves plugin, so people can continue the RPG experience. (Sorry DogOnFire, no hard feelings.)

This plugin has received so much praise for all the work put into it that I have decided to take the advice of many of the reviews and make it premium. With this being premium, I will ensure that support will be quick and easy. I've also made this plugin work without HeavenLib as of version 1.0.2.


[​IMG]
This plugin depends on a few other resources in order to function as intended, but don't worry! They are all free to find and there are available versions for most Minecraft releases. I have developed this way in order to keep the plugin from being heavily version-dependent. This means you can update your server so long as the dependencies are the appropriate version and Mojang hasn't screwed over the entire API system.

Steps:
1. Download the resource.
2. Download SkinsRestorer.
3. (Optional) Download VampireRevamp. ;)
4. Drop in all the jars in your plugins folder and start your server up.
5. For BungeeCord users, you cannot place SkinsRestorer on BungeeCord. It must be placed in the Spigot plugin folder. Once done, you create a blank file and name it "disableProxyMode.txt" and make sure it's a text file in the SkinsRestorer folder. If you have multiple servers in which you need SkinsRestorer, place them in servers individually and link them through a database.
6. Modify the configuration files to your liking, then either reboot your server or run the /wwa reload command.


Requirements:
SkinsRestorer | This plugin makes using custom skins possible.
Java 11 | The plugin used to be built on Java 8 but due to the recent changes with Mojang demanding Java 16 for 1.17+, I was forced to use Java 11 as it is the most stable version of Java to work with Maven and Spigot.


Highly Recommended Plugins:
VampireRevamp | This goes hand-in-hand with Werewolves, giving such an extensive flavor for any survival server. Werewolves hooks up with VampireRevamp to tell there are vampires present and to prevent hybrids.


[​IMG]
The configuration for this plugin is very flexible and simple to use. As a server owner, I know how annoying it is when you wanna change one little value and are unable to. I have a compulsive need to modify every message, so I designed it so just about every message can be changed or translated.

Code (YAML):
################################################################
###            Werewolf (Recoded) by RFSMassacre             ###
###                                                          ###
###   Discord Contact: RFSMassacre#8365                      ###
###                                                          ###
### Feel free to contact me for support, but be courteous    ###
### and don't freak out and scream vaguely like I'm some     ###
### Trump supporter. :[                                      ###
###                                                          ###
################################################################

#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"

#Whether alpha stats should take in effect
alphas
: true

#Werewolf Ability Cooldowns
cooldowns
:
    #In minutes
    transform
: 20
    howl
: 3
    growl
: 3
 
#Howl Sound
sound
:
    growl
: "ENTITY_WOLF_GROWL"
    howl
: "ENTITY_WOLF_HOWL"
    volume
: 10.0

#Werewolf Level Perks
maturity
:
    intent
: 2
    no-drop
: 10
    scent-track
: 20
    free-transform
: 30
    gold-immunity
: 35
 
#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
 
#Damage Stats
#Defense numbers lower than 1.0 increases defense.
#Alpha werewolves are intended to have more defense and damage than normal werewolves.
werewolf-stats
:
    witherfang
:
        speed
: 0.6
        werewolf
:
            defense
: 0.3
            fist-damage
: 6.0
            item-damage
: 1.0
        alpha
:
            defense
: 0.15
            fist-damage
: 12.0
            item-damage
: 2.0
    silvermane
:
        speed
: 0.4
        werewolf
:
            defense
: 0.4
            fist-damage
: 5.0
            item-damage
: 1.0
        alpha
:
            defense
: 0.2
            fist-damage
: 10.0
            item-damage
: 2.0
    bloodmoon
:
        speed
: 0.3
        werewolf
:
            defense
: 0.333
            fist-damage
: 5.0
            item-damage
: 1.0
        alpha
:
            defense
: 0.166
            fist-damage
: 10.0
            item-damage
: 2.0

#Potion effects per Clan
#It MUST be in <name>:<power>:<duration> format otherwise it will not read.
werewolf-effects
:
    witherfang
:
       - "HUNGER:0:72000"
        - "NIGHT_VISION:0:72000"
        - "JUMP:3:72000"
        - "SPEED:3:72000"
    silvermane
:
       - "HUNGER:2:72000"
        - "NIGHT_VISION:0:72000"
        - "JUMP:2:72000"
        - "SPEED:1:72000"
        - "REGENERATION:2:72000"
    bloodmoon
:
       - "HUNGER:1:72000"
        - "NIGHT_VISION:0:72000"
        - "JUMP:1:72000"
        - "SPEED:0:72000"
        - "INCREASE_DAMAGE:2:72000"
 
#Silver Penalty
#Damage per second when Werewolf holds a silver sword
silver-penalty
: 3
 
#Werewolf Infection Rate
#By chance out of 100
infection
:
    wolf
:
        chance
: 5
    werewolf
:
        chance
: 1
        intent
: 5
#Auto-Cure Setting
auto-cure
:
    enabled
: true
    days
: 14
    alpha-only
: false

#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
 
#Recipes
recipes
:
    cure-potion
: true
    infection-potion
: true
    wolfsbane-potion
: true
    silver-sword
: true
    vampire-tracker
: true
    werewolf-tracker
: true
    washed-helmet
: true
    washed-chestplate
: true
    washed-leggings
: true
    washed-boots
: true
    purified-helmet
: true
    purified-chestplate
: true
    purified-leggings
: true
    purified-boots
: true
    salt
: true
 
#What ingedient defines the tracker's recipe
#This is so 1.8 and below can craft these items optionally
tracker-ingredient
:
    vampire
: GHAST_TEAR
    werewolf
: RABBIT_FOOT
 
#Werewolf Clan Skins
#You have the option to use URL or names below. Remember to specify whether you want CLASSIC or SLIM in each option.
#Changing skin options will take effect on start up.
skins
:
    Alpha
: "WerewolfAlpha"
    Witherfang
: "WF_Werewolf"
    Silvermane
: "SM_Werewolf"
    Bloodmoon
: "BM_Werewolf"

use-urls
: false
skin-urls
:
    Alpha
:
        url
: "https://i.imgur.com/T5N6m75.png"
        skin-type
: "SLIM"
    Witherfang
:
        url
: "https://i.imgur.com/kUF6qIH.png"
        skin-type
: "SLIM"
    Silvermane
:
        url
: "https://i.imgur.com/8xQWrjG.png"
        skin-type
: "SLIM"
    Bloodmoon
:
        url
: "https://i.imgur.com/M0qnxXh.png"
        skin-type
: "SLIM"
#Check Intervals
#Lower numbers may cause lag on low-end servers, but will respond in realtime on high-end servers.
#If you lower silver check below 20, they will lose more than 1 HP per second.
#If you lower the alpha check it might cause some lag if you have 100+ werewolves on the server.
intervals
:
    moon-cycle
: 10
    cure-check
: 20
    werewolf-buffs
: 20
    werewolf-skins
: 10
    werewolf-drops
: 10
    werewolf-silver
: 20
    werewolf-scent
: 100
    alpha-update
: 1200
    trackers
: 20
    item-update
: 40
    hunting-armor-checker
: 20
    hybrid-check
: 20
#List of worlds were Werewolf powers will not work whatsoever.
no-werewolf-worlds
:
   - world_nether
    - world_the_end
#List of worlds where the moon cycle will not happen
#Moon cycles will load moons to every world with a NORMAL enviornment.
#If the name of that world is here, it will skip this.
blocked-worlds
:
   - world_nether
    - world_the_end
 
#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
 
#List of potion effect that are cleared in werewolf form.
blocked-potions
:
   - ABSORPTION
    - DAMAGE_RESISTANCE
    - FIRE_RESISTANCE
    - HEALTH_BOOST
    - INVISIBILITY
    - LUCK
    - WATER_BREATHING
 
#Display names of each moon phase
moon-phases
:
    FULL_MOON
: "Full Moon"
    WANING_GIBBOUS
: "Waning Gibbous"
    LAST_QUARTER
: "Last Quarter"
    WANING_CRESCENT
: "Waning Crescent"
    NEW_MOON
: "New Moon"
    WAXING_CRESCENT
: "Waxing Crescent"
    FIRST_QUARTER
: "First Quarter"
    WAXING_GIBBOUS
: "Waxing Gibbous"
 
#What is replaces the placeholders in the menus
menu
:
    not-applied
: "&7N/A"
    race
:
        werewolf
: "&6Lvl {level} {clan} Werewolf"
        vampire
: "&cVampire"
        human
: "&fHuman"
    days
:
        now
: "&3&lNow"
        tonight
: "&bTonight"
        tomorrow
: "&bTomorrow Night"
        later
: "{time} Days"
    clan
:
        WITHERFANG
: "&2&lWitherfang"
        SILVERMANE
: "&d&lSilvermane"
        BLOODMOON
: "&4&lBloodmoon"
 
 
#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

#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

purity
:
    washed
:
        diamond-helmet
: 5
        diamond-chestplate
: 20
        diamond-leggings
: 15
        diamond-boots
: 5
    purified
:
        diamond-helmet
: 10
        diamond-chestplate
: 45
        diamond-leggings
: 35
        diamond-boots
: 10
 
bonus
:
    washed
:
        diamond-helmet
: 4
        diamond-chestplate
: 10
        diamond-leggings
: 7
        diamond-boots
: 4
    purified
:
        diamond-helmet
: 8
        diamond-chestplate
: 20
        diamond-leggings
: 14
        diamond-boots
: 8
 
#Plugin support
support
:
    PvPManager
: true
    WorldGuard
: false

Code (YAML):
################################################################
###               Werewolf (Recorded) Items                  ###
################################################################

INFECTION_POTION
:
  name
: "&6Werewolf Infection Potion"
  lore
:
   - ""
    - "  &7This bottle radiates with the  "
    - "  &7scent of fleas...  "
    - ""
    - "  &cDrinking this will make you  "
    - "  &cthe beast... You will become  "
    - "  &3Witherfang&c...  "
    - ""
 
CURE_POTION
:
  name
: "&dWerewolf Cure Potion"
  lore
:
   - ""
    - "  &7This bottle glows a white  "
    - "  &7light...  "
    - ""
    - "  &aDrinking this will make you  "
    - "  &ahuman once more...  "
    - ""
 
WOLFSBANE_POTION
:
  name
: "&4WolfsBane Potion"
  lore
:
   - ""
    - "  &7This bottle trembles with  "
    - "  &7energy...  "
    - ""
    - "  &eThrowing this on a Werewolf  "
    - "  &ein Wolf Form will force them  "
    - "  &einto their human form."
    - ""
 
ASH
:
  name
: "&fAsh"
  lore
:
   - ""
    - "  &7The failed remains of armor.  "
    - ""
 
SILVER_SWORD
:
  name
: "&cSilver Sword"
  lore
:
   - ""
    - "  &7The purified metal from your  "
    - "  &7iron sword has become silver.  "
    - "  &7This blade pierces through the  "
    - "  &7defense of any Werewolf.  "
    - ""
 
VAMPIRE_TRACKER
:
  name
: "&4Vampire Tracker"
  lore
:
   - ""
    - "  &fRight click &7on the tracker  "
    - "  &7to keep track of the nearest  "
    - "  &cVampire &7at night.  "
    - ""
    - "  &fLeft click &7to clear your  "
    - "  &7target.  "
    - ""
 
WEREWOLF_TRACKER
:
  name
: "&6Werewolf Tracker"
  lore
:
   - ""
    - "  &fRight click &7on the tracker  "
    - "  &7to keep track of the nearest  "
    - "  &7&6Werewolf&7 in wolf form.  "
    - ""
    - "  &fLeft click &7to clear your  "
    - "  &7target.  "
    - ""
 
SALT
:
  name
: "&fSalt"
  lore
:
   - ""
    - "  &fRight click &7on ground to  "
    - "  &7place it. It disintegrates  "
    - "  &7after 30 Minutes.  "
    - ""
    - "  &cVampires &7cannot cross  "
    - "  &7over &fSalt&7.  "
    - ""
 
WASHED_HELMET
:
  name
: "&6Washed Diamond Helmet"
  lore
:
   - ""
    - "  &7Cleansed with salt and  "
    - "  &7fire, the impurities of  "
    - "  &7this helmet are washed.  "
    - ""
    - "  &ePurity &6&l> &a+?%  "
    - "  &bDefense &6&l> &a+!% "
    - ""
 
WASHED_CHESTPLATE
:
  name
: "&6Washed Diamond Chestplate"
  lore
:
   - ""
    - "  &7Cleansed with salt and  "
    - "  &7fire, the impurities of  "
    - "  &7this chestplate are  "
    - "  &7washed.  "
    - ""
    - "  &ePurity &6&l> &a+?%  "
    - "  &bDefense &6&l> &a+!% "
    - ""
 
WASHED_LEGGINGS
:
  name
: "&6Washed Diamond Leggings"
  lore
:
   - ""
    - "  &7Cleansed with salt and  "
    - "  &7fire, the impurities of  "
    - "  &7these leggings are washed.  "
    - ""
    - "  &ePurity &6&l> &a+?%  "
    - "  &bDefense &6&l> &a+!% "
    - ""
 
WASHED_BOOTS
:
  name
: "&6Washed Diamond Boots"
  lore
:
   - ""
    - "  &7Cleansed with salt and  "
    - "  &7fire, the impurities of  "
    - "  &7these boots are washed.  "
    - ""
    - "  &ePurity &6&l> &a+?%  "
    - "  &bDefense &6&l> &a+!% "
    - ""
 
PURIFIED_HELMET
:
  name
: "&ePurified Diamond Helmet"
  lore
:
   - ""
    - "  &7The final step
: purge.   "
    - "
 &7The last of the former   "
    - "
 &7helmet are now purified.   "
    - "
"
    - "
 &ePurity &6&l> &a+? %  "
    - "  &bDefense &6&l> &a+!% "
    - ""
 
PURIFIED_CHESTPLATE
:
  name
: "&ePurified Diamond Chestplate"
  lore
:
   - ""
    - "  &7The final step
: purge.   "
    - "
 &7The last of the former   "
    - "
 &7chestplate are now purified.   "
    - "
"
    - "
 &ePurity &6&l> &a+? %  "
    - "  &bDefense &6&l> &a+!% "
    - ""
 
PURIFIED_LEGGINGS
:
  name
: "&ePurified Diamond Leggings"
  lore
:
   - ""
    - "  &7The final step
: purge.   "
    - "
 &7The last of the former   "
    - "
 &7leggings are now purified.   "
    - "
"
    - "
 &ePurity &6&l> &a+? %  "
    - "  &bDefense &6&l> &a+!% "
    - ""
 
PURIFIED_BOOTS
:
  name
: "&ePurified Diamond Boots"
  lore
:
   - ""
    - "  &7The final step
: purge.   "
    - "
 &7The last of the former   "
    - "
 &7boots are now purified.   "
    - "
"
    - "
 &ePurity &6&l> &a+? %  "
    - "  &bDefense &6&l> &a+!% "
    - ""

Code (YAML):
################################################################
###              Werewolf (Recorded) Locale                  ###
################################################################

prefix
:
    werewolf
: "&6&lWerewolf &7&l> &e"
    hunter
: "&3&lHunting &7&l> &b"

infection
:
    werewolf-potion
: "&cThe taste of this drink reeks! But you feel... Nimble."
    wolf-bite
: "&cThe wolf left a mark on your arm. But... It's healing?"
    werewolf-bite
: "&cSharp teeth has bitten your skin, yet... You feel more powerful."
 
cure
:
    cure-potion
: "&eTastes like lemon. The infection has been cured."
    wolfsbane-potion
: "&cAgainst your will, a &4WolfsBane Potion &chas negated your Werewolf powers..."
    auto-cure
: "&f{werewolf}&d's Werewolf infection subsided..."
 
clan
:
    no-clan
: "&cYou are not part of a Werewolf clan."
    invalid-arg
: "&cYou must supply a page number."
    killed-alpha
: "&f{killer} &ehas killed &f{alpha} &eand became the new &3{clan} Alpha&e!"
    no-alpha
: "&f{alpha} &6has been cured and is no longer the {clan} Alpha."
    hunted-alpha
: "&f{killer} &6hunted down the {clan} Alpha. &f{alpha} &6is no longer worthy!"
    new-alpha
: "&f{alpha} &ehas become the new &3{clan} Alpha&e!"
    alpha-pvp
: "&cAlpha werewolves cannot cower that way!"
 
full-moon
:
    tonight
: "&3Tonight is the &bFull Moon&3..."
    tonight-count
: "&6{werewolves} Werewolves will roam tonight..."
    transformed
: "&eThe &bFull Moon &eempowers you! You have transformed!"
    morning
: "&cThe &bFull Moon &chas set, along with your energy..."

transform
:
    to-form
: "&eYou show your true form!"
    from-form
: "&aYou return back to human form."
    not-leveled
: "&cYou can't control your form yet... You must be Lvl {level}."
    not-infected
: "&cYou must be a Werewolf to transform."
    cant-transform
: "&cYour powers are not working right now!"
    on-cooldown
: "&cYou still feel weak... You can transform again in {minutes} minutes."
    full-moon
: "&cYou cannot control your powers during a &bFull Moon&c!"
 
intent
:
    to-intent
: "&eYour intention to infect has been &aenabled&e."
    from-intent
: "&eYour intention to infect has been &cdisabled&e."
    not-leveled
: "&cYou can't control your intent yet. You must be Lvl {level}."
    not-infected
: "&cYou must be a Werewolf to intend to infect."

track
:
    scent-try
: "&7*sniff*"
    scent-found
: "&e*sniff* *sniff* You picked up &f{player}&e's scent..."
    to-track
: "&a*sniff* &f{player}&a can be sensed in this direction..."
    from-track
: "&eYou open your eyes and lose their trail."
    not-in-same-world
: "&cYour target must be in the same world."
    not-found
: "&cYour target cannot be found."
    no-target
: "&cYou currently have no target."
    not-leveled
: "&cYou don't know how to track scent yet. You must be Lvl {level}."
    not-infected
: "&cYou must be a Werewolf to track the scent of players."
    not-in-form
: "&cYou must be in wolf form to follow someone's scent."
 
howl
:
    success
: "*howl*"
    on-cooldown
: "&cYou can howl again in {minutes} minutes."
    not-leveled
: "&cYour still to weak to howl. You must be Lvl {level}."
    not-infected
: "&cYou must be a Werewolf to howl."
    not-in-form
: "&cYou must be in wolf form to howl."
 
growl
:
    success
: "*growl*"
    on-cooldown
: "&cYou can growl again in {minutes} minutes."
    not-leveled
: "&cYour still to weak to growl. You must be Lvl {level}."
    not-infected
: "&cYou must be a Werewolf to growl."
    not-in-form
: "&cYou must be in wolf form to growl."
 
invalid
:
    no-permission
: "&cYou do not have permission for this command."
    main-args
: "&fUnknown command. Use &6/ww help &ffor a list of commands."
    admin-args
: "&fUnknown command. Use &c/wwa help &ffor a list of commands."
    no-vampire
: "&3Vampire &cplugin not found. Vampire infections will not be monitored."
    blocked-command
: "&cWerewolves cannot use this command ever!"
    blocked-command-world
: "&cWerewolves cannot use this command in wolf form!"
    blocked-command-alpha
: "&cAlpha werewolves cannot use this command!"
    outdated-server
: "&cMinecraft 1.7.10 and below is not fully supported! Please consider updating to at least Minecraft 1.8.8 or higher to fully use all features."
    no-skins
: "&3SkinsRestorer &cplugin not found. Skins will not be applied until it is installed."
    no-regions
: "&3WorldGuard &cplugin not found. Region checks will not be enabled."
    no-vault
: "&3Vault &cplugin not found. Group permissions feature will not be enabled."
    no-groups
: "&cYour permission plugin does not support groups. Group permissions feature is disabled."
 
hunting
:
    disabled
: "Hunting vampires and werewolves is disabled on this server."
    racial
:
        use
: "&cOnly &bHumans &care able to use the {item}&c!"
        craft
: "&cOnly &bHumans &care able to craft the {item}&c!"
        smelt
: "&cOnly &bHumans &ccan purify {item}&c!"
    armor
:
        cleansed
: "&eYour armor has kept you cleansed."
        wrong-item
: "&cYou can only purify armor that has been washed with &fQuartz &cand &eBlaze Powder&c."
        burned
: "&cOh no! The purification failed and burned the armor to ashes."
    tracker
:
        actionbar
: "&f{target} &3&l| &e{distance} Blocks &baway"
        found
: "&bYour &f{item} &bis pointing toward &f{target}&b and is &e{distance} Blocks &baway."
        already-found
: "&bYou are tracking &f{target}&b."
        failed
: "&cNo targets found within this world."
        lost
: "&cYour &f{item} &chas lost sight of {target}&c."
        clear-target
: "&cYour &f{item} &chas been cleared."
        no-target
: "&cYour &f{item} &ccurrently has no target."
    claims
:
        trespassing
: "&cYou're trespassing in &f{owner}&c's land. Your PVP has been forced on!"
 
 
admin
:
    level
:
        no-args
: "&cYou must specify the Werewolf and what to level them to."
        success
: "&eYou have set {player}&e to Lvl {level}."
        not-infected
: "&f{player}&c is not a Werewolf!"
    infect
:
        no-args
: "&cYou must specify the who to infect and the clan type."
        success
: "&eYou have infected &f{player}&e with the &3{clan} &eInfection."
        not-human
: "&f{player}&c must be a human to be infected!"
        failed
: "&cThe infection failed for &f{player}&c!"
    cure
:
        no-args
: "&cYou must specify an online Werewolf!"
        success
: "&eYou have cured &f{player}&e from the Werewolf Infection."
        failed
: "&cCuring &f{player}&c failed!"
        not-infected
: "&f{player}&c is not a Werewolf!"
    transform
:
        success
: "&aYou have toggled the form of &f{werewolf}&a."
        not-infected
: "&f{player}&c is not a Werewolf!"
        no-args
: "&cYou must specify an online Werewolf."
        full-moon
: "&cYou cannot transform Werewolves during a &bFull Moon&c."
    spawn
:
        no-args
: "&cYou must specify the item to spawn."
        console
: "&cOnly players can run this command."
        success
: "&aYou have spawned a(n) {item}&a."
    setalpha
:
        success
: "&aYou have set &f{werewolf}&a as the &3{clan} Alpha&a!"
        not-infected
: "&f{player}&c is not a Werewolf!"
        no-args
: "&cYou must specify an online Werewolf."
    setphase
:
        no-args
: "&cYou must specify the moon phase."
        console
: "&cOnly players can run this command."
        success
: "&aYou have set this world's moon phase to {phase}."
        blocked-world
: "&cThis world has been blacklisted."
        no-moon
: "&cThis world has no moon!"
    import
:
        no-files
: "&cNo files found to import. Make sure you have &bwerewolves.yml &cand &bclans.yml &cin your &bplugins/Werewolf/import &cfolder."
        complete
: "&aLegacy Werewolf data has been imported. ;) Now you're free from buggy plugins."
    reload
: "&aWerewolf has been reloaded."
    purge
: "&7All broken player files have been cleared."
    skins-loaded
: "&7Skins have been downloaded."


[​IMG]
Since the beginning of the infection, werewolves have developed into three clans, each with its own ideas and way of living.

[​IMG] [​IMG]


[​IMG] [​IMG]

[​IMG] [​IMG]

[​IMG] [​IMG]


[​IMG]
When you look up at the sky during the night, the moon is a heavy impact on every werewolf. Each cycle is tracked with the /ww command, and at the beginning of every (8 days) week, a full moon occurs.

During a full moon, no werewolf will be able to control themselves. As soon as moonlight is cast on them, they show their true forms and level up, growing a little stronger each full moon cycle and raising their level.

Werewolves drop all equipment on transformation, so remember to be mindful of where you are around the full moon. Werewolves also can only eat meat, and get hurt by gold and silver weapons. If a werewolf holds a silver sword, they will be hurt greatly.


[​IMG]
Each level gained, makes the werewolf stronger. Depending on the level set in the config.yml file, the werewolf will learn a new ability.

Intent to Infect:
When activated with /ww intent, your chances of infecting another player with the werewolf infection is greatly increased when attacking them.

No Armor Drop:
During transformations, instead of dropping armor, it is simply moved to a free slot in the inventory.

Scent Tracking:
Once activated with /ww track, the werewolf will move slowly with their eyes closed (given by the Blindness effect) and will begin to see a trail that leads to the target they have previously marked by right-clicking on them whilst in wolf form.

Free Transformation:
At this point, the werewolf has fully learned how to control its form. Using /ww transform, the werewolf can transform at any time. Werewolves under this level will be forced back into human form if outside during the day. (There is a 20-minute cooldown under default settings.)

Gold Immunity:
Normally, gold swords deal x2 damage on werewolves. However, high-leveled werewolves become immune to this.

[​IMG]
There are three custom potions that revolve around the werewolf infection. And there is a sword that does much more damage on werewolves than normal swords. (Due to a new item ID system being implemented from 1.1 and onward, all old items from below Werewolves 1.1 will no longer work. You must create the items again if you wish to use them.)

[​IMG]

[​IMG]

[​IMG]

[​IMG]

Trackers
Vampire Trackers will only target a vampire if they have their PVP on, not in spawn, and if it's night time. Werewolf Trackers will only target a werewolf they have their PVP on, not in spawn, and in their wolf form. You can craft a Vampire Tracker or Werewolf Tracker with the following recipes:

[​IMG]

[​IMG]

Washed Armor
This is the first step in purifying armor so there is a chance for the vampire and werewolf infections to not infect the wearer. You must wash diamond armor into washed armor:

[​IMG]

Purified Armor
This is the last step in purifying armor so when you have a full set, you will NEVER be infected by those pesky vampires and werewolves. You must scorch the washed armor into purified armor. But be warned! There is a very high chance it'll just burn to ashes.

[​IMG]

Ash
Don't be fooled, ashes are pretty much useless gunpowder. :p
[​IMG]

[​IMG]
To become infected. | werewolf.becomeinfected
To infect others. | werewolf.infectothers
To drink cure potion. | werewolf.drinkcurepotion
To be immune to WolfsBane Potions. | werewolf.immunewolfsbane

/ww | Shows the Werewolf menu. | werewolf.werewolf
/ww help [#] | Shows all commands. | werewolf.help
/ww clan | Shows clan information. | werewolf.clan
/ww list | Shows list of clan members. | werewolf.list
/ww transform | Toggle your wolf form. | werewolf.transform
/ww intent | Toggle your intent to infect. | werewolf.intent
/ww track | Toggle your tracking senses. | werewolf.track
/ww growl | Growl like a werewolf. | werewolf.growl
/ww howl | Howl like a werewolf. | werewolf.howl


/wwa | Shows the clan statistics. | werewolfadmin.werewolf
/wwa help [#] | Shows admin commands. | werewolfadmin.help
/wwa spawn <item> | Spawns werewolf item. | werewolfadmin.spawn
/wwa infect <player> <clan> | Infects player with specific clan. | werewolfadmin.infect
/wwa transform <player> | Force toggle a player's transformation. | werewolfadmin.transform
/wwa setlevel <player> <level> | Sets a player's werewolf level. | werewolfadmin.setlevel
/wwa addlevel <player> <level> |Adds onto a player's werewolf level. | werewolfadmin.addlevel
/wwa setalpha <player> | Promotes player to alpha werewolf. | werewolfadmin.setalpha
/wwa cure <player> | Cures player of the infection. | werewolfadmin.cure
/wwa import | Imports data from original Werewolf. (Use with caution, still buggy.) | werewolfadmin.import



[​IMG]
If you've purchased Werewolves, you can request your banner to be linked to your server's website on this section. Please bear in mind you must have a website to link to in order for the banner to be up. :) It should be easy access to viewers.

Browse through these Werewolves servers by clicking on the banner.


[​IMG]

[​IMG]

[​IMG]

[​IMG]

[​IMG]

I run on a ton of coffee, so if you wanna get me a cup, it's very appreciated! Donations help toward making free plugins by me for everyone to use.


[​IMG]

[​IMG]
My preferred method of contact is through my little support server. It's only run by me and is yet to be upgraded

Discord Support Server: https://discord.gg/GzrSfKf


If you require support, please be mindful I am not a robot that can quickly respond to every single message at any given time. (The comment section is not the place to ask for support.) When contacting me, please provide your Spigot username and if you are a buyer, I will help you with whatever it is you need.
Resource Information
Author:
----------
Total Downloads: 1,002
First Release: Feb 4, 2017
Last Update: Apr 3, 2025
Category: ---------------
All-Time Rating:
32 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings