MC-Market is now BuiltByBit. Read more

Revenge [1.7 to 1.13 support] v7.3.7

Allows passive mobs to attack you when you have them too bothered !
1465740300-sans-titre.png

Revenge is a light weight plugin that allows animals (or pacific mobs in general) to attack you when you have them too bothered. The file configuration allows you to change the mob aggro rate (in percent), the mob damage impact rate (half-heart), the custom death message and many other awesome things !


1463944494-features.png

1481362685-particles.png
PvPManager & DeathMessagesPrime compatibility

1481362685-particles.png
Reload config by ingame command
1481362685-particles.png
Choose particle on hit
1481362685-particles.png
Disable worlds
1481362685-particles.png
Auto updater
1481362685-particles.png
Multi-version
1481362685-particles.png
Very customizable for each entity!
1481362685-particles.png
Funny and Free!

1463944495-screen.png

1455047038-2016-02-09-20-39-30.png

1455047290-2016-02-09-20-39-47-copie.png

1455047344-2016-02-09-20-39-51-copie.png

1455047285-2016-02-09-20-40-01-copie.png

1463944495-trailertuto.png

English review by LtJim007:



1463944494-setup.png


  • Download the plugin ".jar".
  • Then, put the jar in your "plugins/" server folder.
  • Restart or reload your server.
  • Suit your needs with file configuration (located in plugins/Revenge/config.yml) and do /rev reload if needed.
1463944494-config.png
Code:
#Enable melee mode and set the desired radius
#If enabled, when an animal starts his aggro on a player
#all entities in radius will attack the player (Skeletons, Zombies,... too).
melee-mode:
  enable: false
  radius: 20.0
 
#Particle to show when a mob fight a player.
#Put 'null' to show no particles.
#Go here to customize particles: https://roytreo28.github.io/Revenge/particle-selector/
hit-particles: 'CRIT;3;0.1;0.5;0.3;0.5;0'

tracked-info:
  #If enabled, the head of the player aggro by the animal will be displayed above it.
  enable: false
  #Description is the message displayed above the head.
  description: "&bI want to kill %PLAYER%"

#Allows animals to have more "realistic" movements and behavior.
random-behavior: false

#Allows animals to bleed.
animals-blood: true

#Allows animals to looks like a bit more angry.
angry-mood: false

#Enable or not the mob aggro without provocation.
# -> if true, each mob will attack a player if he is at a distance lower than the radius value.
# <!> This can cost you a lot of RAM.
global-revenge:
  enable: false
  radius: 20.0

#Disable worlds
disable-worlds:
  - 'example'
#Configured mobs list
moblist:
  BAT:
    #Enable or not the mob aggro
    enable: true
    #The name of the mob (used for %NAME% in death-message)
    name: 'Bat'
    #Speed of the mob during aggro
    speed: 1.0
    #Damage dealt by the mob during aggro
    damage: 2.0
    #Damage interval mean how many second to wait between each hit (put 0 to disable this feature)
    damage-interval: 0
    #From how many blocks the mob can hit you
    hit-radius: 2.5
    #Percent means the luck to aggro this mob when hitting it
    percent: 50
    #Stop aggro after how many seconds ? (put 0 to disable this feature)
    stop-time: 60
    #Stop aggro if player is how many blocks far away the mob ? (put 0 to disable this feature)
    stop-blocks: 20
    #Death message when the player is killed by this mob
    death-message: '%PLAYER% was killed by a %NAME%'
  CHICKEN:
    enable: true
    name: 'Chicken'
    speed: 1.0
    damage: 2.0
    damage-interval: 0
    hit-radius: 2.5
    percent: 50
    stop-time: 60
    stop-blocks: 20
    death-message: '%PLAYER% was killed by a %NAME%'
  COW:
    enable: true
    name: 'Cow'
    speed: 1.0
    damage: 2.0
    damage-interval: 0
    hit-radius: 2.5
    percent: 50
    stop-time: 60
    stop-blocks: 20
    death-message: '%PLAYER% was killed by a %NAME%'
  MUSHROOM_COW:
    enable: true
    name: 'Mushroom Cow'
    speed: 1.0
    damage: 2.0
    damage-interval: 0
    hit-radius: 2.5
    percent: 50
    stop-time: 60
    stop-blocks: 20
    death-message: '%PLAYER% was killed by a %NAME%'
  PIG:
    enable: true
    name: 'Pig'
    speed: 1.0
    damage: 2.0
    damage-interval: 0
    hit-radius: 2.5
    percent: 50
    stop-time: 60
    stop-blocks: 20
    death-message: '%PLAYER% was killed by a %NAME%'
  SHEEP:
    enable: true
    name: 'Sheep'
    speed: 1.0
    damage: 2.0
    damage-interval: 0
    hit-radius: 2.5
    percent: 50
    stop-time: 60
    stop-blocks: 20
    death-message: '%PLAYER% was killed by a %NAME%'
  SQUID:
    enable: true
    name: 'Squid'
    speed: 1.0
    damage: 2.0
    damage-interval: 0
    hit-radius: 2.5
    percent: 50
    stop-time: 60
    stop-blocks: 20
    death-message: '%PLAYER% was killed by a %NAME%'
  HORSE:
    enable: true
    name: 'Horse'
    speed: 1.0
    damage: 2.0
    damage-interval: 0
    hit-radius: 2.5
    percent: 50
    stop-time: 60
    stop-blocks: 20
    death-message: '%PLAYER% was killed by a %NAME%'
  VILLAGER:
    enable: true
    name: 'Villager'
    speed: 1.0
    damage: 2.0
    damage-interval: 0
    hit-radius: 2.5
    percent: 50
    stop-time: 60
    stop-blocks: 20
    death-message: '%PLAYER% was killed by a %NAME%'
  WOLF:
    enable: false
    name: 'Wolf'
    speed: 1.0
    damage: 2.0
    damage-interval: 0
    hit-radius: 2.5
    percent: 50
    stop-time: 60
    stop-blocks: 20
    death-message: '%PLAYER% was killed by a %NAME%'
  OCELOT:
    enable: true
    name: 'Little Kitty'
    speed: 1.0
    damage: 2.0
    damage-interval: 0
    hit-radius: 2.5
    percent: 50
    stop-time: 60
    stop-blocks: 20
    death-message: '%PLAYER% was killed by a %NAME%'
#Enable Rabbit if your server is in 1.8 or higher.
#To tell to the plugin to take account of it, remove '#' before each attributes.
#If you have any issue, please contact the developer.
#  RABBIT:
#    enable: true
#    name: 'Rabbit'
#    speed: 1.0
#    damage: 2.0
#    damage-interval: 0
#    hit-radius: 2.5
#    percent: 50
#    stop-time: 60
#    stop-blocks: 20
#    death-message: '%PLAYER% was killed by a %NAME%'
#Enable Polar Bear if you server is in 1.10 or higher.
#To tell to the plugin to take account of it, remove '#' before each attributes.
#If you have any issue, please contact the developer.
#  POLAR_BEAR:
#    enable: true
#    name: 'Polar Bear'
#    speed: 1.0
#    damage: 2.0
#    damage-interval: 0
#    hit-radius: 2.5
#    percent: 50
#    stop-time: 60
#    stop-blocks: 20
#    death-message: '%PLAYER% was killed by a %NAME%'
#Enable Lama if you server is in 1.11 or higher.
#To tell to the plugin to take account of it, remove '#' before each attributes.
#If you have any issue, please contact the developer.
#  LLAMA:
#    enable: true
#    name: 'Lama'
#    speed: 1.0
#    damage: 2.0
#    damage-interval: 0
#    hit-radius: 2.5
#    percent: 50
#    stop-time: 60
#    stop-blocks: 20
#    death-message: '%PLAYER% was killed by a %NAME%'
#Enable Parrot if you server is in 1.12 or higher.
#To tell to the plugin to take account of it, remove '#' before each attributes.
#If you have any issue, please contact the developer.
#  PARROT:
#    enable: true
#    name: 'Parrot'
#    speed: 1.0
#    damage: 2.0
#    damage-interval: 0
#    hit-radius: 2.5
#    percent: 50
#    stop-time: 60
#    stop-blocks: 20
#    death-message: '%PLAYER% was killed by a %NAME%'
#Enable Dolphins, Fishs & Turtles if you server is in 1.13 or higher.
#To tell to the plugin to take account of it, remove '#' before each attributes.
#If you have any issue, please contact the developer.
#  DOLPHIN:
#    enable: true
#    name: 'Dolphin'
#    speed: 1.0
#    damage: 2.0
#    damage-interval: 0
#    hit-radius: 2.5
#    percent: 50
#    stop-time: 60
#    stop-blocks: 20
#    death-message: '%PLAYER% was killed by a %NAME%'
#  TROPICAL_FISH:
#    enable: true
#    name: 'Tropical fish'
#    speed: 1.0
#    damage: 2.0
#    damage-interval: 0
#    hit-radius: 2.5
#    percent: 50
#    stop-time: 60
#    stop-blocks: 20
#    death-message: '%PLAYER% was killed by a %NAME%'
#  SALMON:
#    enable: true
#    name: 'Salmon'
#    speed: 1.0
#    damage: 2.0
#    damage-interval: 0
#    hit-radius: 2.5
#    percent: 50
#    stop-time: 60
#    stop-blocks: 20
#    death-message: '%PLAYER% was killed by a %NAME%'
#  COD:
#    enable: true
#    name: 'Cod'
#    speed: 1.0
#    damage: 2.0
#    damage-interval: 0
#    hit-radius: 2.5
#    percent: 50
#    stop-time: 60
#    stop-blocks: 20
#    death-message: '%PLAYER% was killed by a %NAME%'
#  TURTLE:
#    enable: true
#    name: 'Turtle'
#    speed: 1.0
#    damage: 2.0
#    damage-interval: 0
#    hit-radius: 2.5
#    percent: 50
#    stop-time: 60
#    stop-blocks: 20
#    death-message: '%PLAYER% was killed by a %NAME%'
1463944494-requirements.png

➔ Java 7 or 8 and a spigot server version 1.7.X to 1.13 (The difficulty of your server needs to be not set to Peaceful)

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬​

If you find any bugs or issues, don't leave a bad rating, just private message me on the forum and it'll be fixed as soon as possible. Have any suggestions? Leave them in the discussion page or PM me.

If you liked my plugin, you can :

Or see the sources on:
GitHub (click)
EULA: Standard EULA
829 Views
3 Downloads
Not yet rated
Jul 29, 2018 Published
Author
Recommended for you
An all-in-one solution that works
5.00 star(s) 88 ratings
2,736 purchases
High Performance | Customizable | Cross-Version | GeyserMC Support | 3.1 Reach Detection
5.00 star(s) 47 ratings
1,487 purchases
Premium mobcoins plugin
5.00 star(s) 25 ratings
1,070 purchases
Advanced server core, includes disguise, discord sync, punishments, permissions and a lot more.
5.00 star(s) 80 ratings
746 purchases
A virtual and physical crate plugin
5.00 star(s) 35 ratings
619 purchases
Top
You need to upgrade!
Our dark style is reserved for our Premium members. Upgrade here.