ReviveMe 1.14 - 1.20.4 | PAPI Support | No Dependencies⭕

MC Plugin ReviveMe 1.14 - 1.20.4 | PAPI Support | No Dependencies⭕ 3.8.7
Revive your friends!. No dependencies | MySQL | RGB | All customizable!✅

[ + ] Added a compatibility option for plugins/purpur that use inventory totems.
[ + ] added new option in downed_interacs.yml
Code:
#Allow break with specific blocks
block_break_config:
  enabled: false
  #togle with: Blacklist/Whitelist
  mode: WhiteList
  list:
 - "bed_bed"
[ x ] fixed error with lasted minecraft version
[ + ] added command: /rm setrespawn - sets the place where players appear if they died downed.
[ + ] If you have the option to revive in exchange for an item and the item was in the secondary hand it was not removed.
[ + ] Added MCPets to reviveme dependencies so it loads sooner.
[ + ] Added a new function to wait for a while to execute the next line. here an example:
Java:
player_downed_event:
  enabled: true
  actions:
    - '[broadcast] hello'
    - '[delay] 120'
    - '[broadcast] hello :)'

the "Hello" broadcast will be sent immediately as long as everything is below "[delay] 120"
It will be executed 120 ticks later.
[ + ] Added a new option to prevent players from being able to ride MCPets pets.
[ + ] A new function was added for "events.yml" this is used to drop the item from a slot.
example: "[dropslot] <player type> <slot>"
[ + ] added compatibility with spigot 1.20
Top Bottom