[ x ] Fixed an issue with pufferfish damage. When mobs_target_downed was disabled, downed players could still receive damage from this entity.
[ + ] update WeaponMechanics hook
[ + ] add oraxen compatibility with revive price in ITEM mode
example:
YAML:revive_options: price: enabled: true mode: item amount: 1 ignore_permission: true options: oraxen: "ORAXEN ITEM ID"
[ + ] add new option in WeaponMechanics hook in config.yml
[ + ] 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
[ / ] The hook with FactionsUUID was updated since it was largely changed.
[ + ] Options were added to prevent downed players from using: Lay, Sit, Crawl. This can be blocked in config.yml under the corresponding hook section.
