What is Attack Wolf?
Attack Wolf is a spigot plugin that creating player's own wolf that can protect the player and player can even upgrade their own wolf
Required Plugin:
- Vault
Spoiler: Images
- Spawn a wolf that follow the owner and protect the owner
- Upgradeable (Speed, Damage, Health) with Vault
- Editable Upgrade Menu
- and More
How to open the upgrade menu?
You have to shift-right click on your own wolf to open the upgrade menu
Spoiler: Command: /attw
Command: /attw
Usage: show the detail of plugin
Usage: show the detail of plugin
Spoiler: Command: /attw reload
Command: /attw reload
Usage: reload the plugin config
Permission: attackwolf.reload
Usage: reload the plugin config
Permission: attackwolf.reload
Spoiler: Command: /attw about
Command: /attw about
Usage: More Detail info about this plugin
Usage: More Detail info about this plugin
Spoiler: Command: /attw spawn
Command: /attw spawn
Usage: spawn the attack wolf
Permission: attackwolf.spawn
Usage: spawn the attack wolf
Permission: attackwolf.spawn
Spoiler: Command: /attw health
Command: /attw health
Usage: check attack wolf's health remotely
Permission: attackwolf.health
Usage: check attack wolf's health remotely
Permission: attackwolf.health
Spoiler: Permission: attackwolf.reload
Permission: attackwolf.reload
Description: The permission to reload the config (/attw reload)
Default: OP
Description: The permission to reload the config (/attw reload)
Default: OP
Spoiler: Permission: attackwolf.spawn
Permission: attackwolf.spawn
Description: The permission to spawn the attack wolf (/attw spawn)
Default: OP
Description: The permission to spawn the attack wolf (/attw spawn)
Default: OP
Spoiler: Permission: attackwolf.health
Permission: attackwolf.health
Description: The permission to check attackwolf's health remotely (/attw health)
Default: OP
Description: The permission to check attackwolf's health remotely (/attw health)
Default: OP
Spoiler: General.yml
#=====================================================================================================================================#
# Thank you for using 《MCCW Technology©》@CopyRight
# Developed by mkcoldwolf
#
# Spigot Page: https://www.spigotmc.org/members/mkcoldwolf.241535/
# Youtube: https://www.youtube.com/channel/UCjNzc3BITlsYzn2-iPTtJcg
#
#Official Suggested Tools:
# - Unicode Converter (To use special characters at plugin, e.g. Chinese)
# - https://www.mobilefish.com/services/unicode_escape_sequence_converter/unicode_escape_sequence_converter.php
# - you can visit https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html if you dont know the block type
#
#Notices:
# - The Text "\xa7" is just like "&" for color
#=====================================================================================================================================#
#----------------------------------------------------------------------------
#| Debug Mode (Dot not use this if you dont know what is this) |
#----------------------------------------------------------------------------
Debug: false
General:
Prefix: "&6&lAttackWolf&7&lSystem\u300b&b "
CPrefix: "&6&lAttackWolf&7&lSystem &cConsole&7&l\u300b&b "
Message:
Reload: "%PluginName% %Version% by mkcoldwolf has been reloaded"
NoPermission: "&cYou do not have permission to do this"
Command_Spawn: "&6Your attackwolf has been spawned"
Command_Spawn_TeleportBefore: "&cYou spawn your attack dog already! don't you take care of him?"
Command_Spawn_Teleport: "&ci have been tp him to you,plz take care of him"
OpenUpgradeMenu: "&aOpening Upgrade Menu"
NotYourAttackWolf: "&cits not your attackwolf!"
#----------------------------------------------------------------------------
#| Here To Config the level's vaule |
#----------------------------------------------------------------------------
AttackWolf:
DamageSymbol: "&4\u2694"
HealthSymbol: "&c\u2764"
SpeedSymbol: "&b\u279f"
DamageUpgrade:
'1':
Slot: 1
Price: 3500
AbilityVaule: 6
'2':
Slot: 3
Price: 5500
AbilityVaule: 8
'3':
Slot: 5
Price: 7500
AbilityVaule: 10
'4':
Slot: 7
Price: 9500
AbilityVaule: 12
'5':
Slot: 9
Price: 11000
AbilityVaule: 14
HealthUpgrade:
'1':
Slot: 1
Price: 3500
AbilityVaule: 140
'2':
Slot: 3
Price: 5500
AbilityVaule: 180
'3':
Slot: 5
Price: 7500
AbilityVaule: 220
'4':
Slot: 7
Price: 9500
AbilityVaule: 240
'5':
Slot: 9
Price: 11000
AbilityVaule: 300
SpeedUpgrade:
'1':
Slot: 1
Price: 3500
AbilityVaule: 1
'2':
Slot: 3
Price: 5500
AbilityVaule: 2
'3':
Slot: 5
Price: 7500
AbilityVaule: 3
'4':
Slot: 7
Price: 9500
AbilityVaule: 4
'5':
Slot: 9
Price: 11000
AbilityVaule: 5
Code (Text):
#=====================================================================================================================================#
# Thank you for using 《MCCW Technology©》@CopyRight
# Developed by mkcoldwolf
#
# Spigot Page: https://www.spigotmc.org/members/mkcoldwolf.241535/
# Youtube: https://www.youtube.com/channel/UCjNzc3BITlsYzn2-iPTtJcg
#
#Official Suggested Tools:
# - Unicode Converter (To use special characters at plugin, e.g. Chinese)
# - https://www.mobilefish.com/services/unicode_escape_sequence_converter/unicode_escape_sequence_converter.php
# - you can visit https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html if you dont know the block type
#
#Notices:
# - The Text "\xa7" is just like "&" for color
#=====================================================================================================================================#
#----------------------------------------------------------------------------
#| Debug Mode (Dot not use this if you dont know what is this) |
#----------------------------------------------------------------------------
Debug: false
General:
Prefix: "&6&lAttackWolf&7&lSystem\u300b&b "
CPrefix: "&6&lAttackWolf&7&lSystem &cConsole&7&l\u300b&b "
Message:
Reload: "%PluginName% %Version% by mkcoldwolf has been reloaded"
NoPermission: "&cYou do not have permission to do this"
Command_Spawn: "&6Your attackwolf has been spawned"
Command_Spawn_TeleportBefore: "&cYou spawn your attack dog already! don't you take care of him?"
Command_Spawn_Teleport: "&ci have been tp him to you,plz take care of him"
OpenUpgradeMenu: "&aOpening Upgrade Menu"
NotYourAttackWolf: "&cits not your attackwolf!"
#----------------------------------------------------------------------------
#| Here To Config the level's vaule |
#----------------------------------------------------------------------------
AttackWolf:
DamageSymbol: "&4\u2694"
HealthSymbol: "&c\u2764"
SpeedSymbol: "&b\u279f"
DamageUpgrade:
'1':
Slot: 1
Price: 3500
AbilityVaule: 6
'2':
Slot: 3
Price: 5500
AbilityVaule: 8
'3':
Slot: 5
Price: 7500
AbilityVaule: 10
'4':
Slot: 7
Price: 9500
AbilityVaule: 12
'5':
Slot: 9
Price: 11000
AbilityVaule: 14
HealthUpgrade:
'1':
Slot: 1
Price: 3500
AbilityVaule: 140
'2':
Slot: 3
Price: 5500
AbilityVaule: 180
'3':
Slot: 5
Price: 7500
AbilityVaule: 220
'4':
Slot: 7
Price: 9500
AbilityVaule: 240
'5':
Slot: 9
Price: 11000
AbilityVaule: 300
SpeedUpgrade:
'1':
Slot: 1
Price: 3500
AbilityVaule: 1
'2':
Slot: 3
Price: 5500
AbilityVaule: 2
'3':
Slot: 5
Price: 7500
AbilityVaule: 3
'4':
Slot: 7
Price: 9500
AbilityVaule: 4
'5':
Slot: 9
Price: 11000
AbilityVaule: 5
Why Donate?
This plugin is coded by a very poor guys so if u donate him a pizza or a better PC then he will have more power to make more plugin or update!
Paypal Donate: [email protected]
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.8
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
AttackWolf is a free Minecraft Java mod. Compatible with Minecraft 1.8. Downloaded 294 times (via Spigot). Download it and open it directly in the game.