0xicl33n / pet-saver

Stop pets from dying, give them healable injuries instead!

Home Page:https://www.spigotmc.org/resources/pet-saver.78067/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Death is too harsh and permanent for your precious pooch and kitty, prevent them from dying by giving them a name tag! Instead, when their death is prevented, they become injured (slowness+weakness); these injuries heal when their health goes above 50%. All aspects of this plugin is configurable!

Usage

Name your pets and they will be saved from death. If they become injured, just heal them back up!

Config

# Should name tags be required
requireNameTag: true

# Should pets become injured if their death is prevented
# Injured pets are given weakness 100 and slowness 5
giveInjury: true

# At what percentage of health should injuries heal
healInjury: 0.5

# List of protected entities
pets:
- WOLF
- CAT
- PARROT
- HORSE
- DONKEY
- MULE
- SKELETON_HORSE
- FOX
- OCELOT
- LLAMA
- TRADER_LLAMA
- IRON_GOLEM

Commands

/petsaver info - Plugin info

/petsaver reload - Reload config (OP)

Permissions

petsaver.reload (OP)

About

Stop pets from dying, give them healable injuries instead!

https://www.spigotmc.org/resources/pet-saver.78067/

License:GNU General Public License v3.0


Languages

Language:Java 100.0%