⚔️ ReviveMe +1.14 | Revive your friends⭕

MC Plugin ⚔️ ReviveMe +1.14 | Revive your friends⭕ 4.4.6
Revive plugin / second chance | MySQL | RGB | All customizable!✅

[ x ] Removed a message that appeared in chat when using conditions in events.yml.
[ x ] Fixed an issue that prevented the GPS menu from working.
[ + ] Added compatibility with Minecraft 26.1.1 and 26.1.2
[ + ] update to 26.1
[ + ] Fixed an issue with pufferfish damage. When mobs_target_downed was disabled, downed players could still receive damage from this entity.
[ + ] add new option in WeaponMechanics hook in config.yml
[ + ] update WeaponMechanics hook
[ + ] A new placeholder was added to use in events.yml. This is %last_damage_seconds%. It indicates how many seconds have passed since the downed player last took damage.
[ + ] A new condition was added. This is "!=" — basically the opposite of "==". This processes the action if it is not equal. An example:
YAML:
player_count_death_delay:
  enabled: true
  actions:
   - '[condition] auto_revive_1'
    - '[condition] auto_revive_2'
    - '[condition] auto_revive_3'
    - '[condition] auto_revive_end'

conditions:
  auto_revive_1:
    condition: '%last_damage_seconds% == 1'
    actions:
     - '[message] <victim> &6If you don’t take damage for &e20 seconds&6, you will be revived!'
  auto_revive_2:
    condition: '%last_damage_seconds% == 10'
    actions:
     - '[message] <victim> &6If you don’t take damage for &e10 seconds&6, you will be revived!'
  auto_revive_3:
    condition: '%last_damage_seconds% == 17'
    actions:
     - '[message] <victim> &6If you don’t take damage for &e3 seconds&6, you will be revived!'
    
  auto_revive_end:
    condition: '%last_damage_seconds% >= 20'
    actions:
     - '[message] <victim> &aYou were revived for not taking damage for 20 seconds!'
      - '[console] rm revive <victim>'
[ x ] fix PAPER / PURPUR error with remapped in 1.21.11
[ + ] Added compatibility with Minecraft 1.21.11
[ x ] Fixed an error in version 1.20.6 when hitting another player with a damageable item
[ / ] Compatibility with Plasmo Voice updated due to recent API changes
[ / ] Compatibility with GravesX updated due to recent API changes
[ X ] Fixed an issue with the McPets hook
[ ? ] I’m sure I changed more things but I forgot to update and now I don’t remember what it was (sorry)
[ + ] Added compatibility with versions 1.21.9 and 1.21.10
[ / ] Updated the PvPManager hook due to internal changes in that plugin
[ / ] Updated the MCPets hook to fix errors
Top Bottom