Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
⚔️ ReviveMe 1.13 - 1.19 | PAPI Support | HexColor | No Dependencies⭕

Plugins MC ⚔️ ReviveMe 1.13 - 1.19 | PAPI Support | HexColor | No Dependencies⭕ 2.9.1

Register to download
cooltext401652488942159.png

[IMG]

What is ReviveMe?
  • It is a plugin that will give second chances when you are about to die!
  • When you are killed you will not die. you will change your status to "Down" and you will be able to move in the world freely but when your time is up you will die
  • Ask a friend to revive you before you die.
  • If you are the enemy you can open his inventory and steal what is necessary, you will not have to take all the junk items from his inv, just select the best ones!
  • You can also revive them by crouching close to them and everything is completely customizable!
How does revive me work?
  • Revive Me cancels the damage that would cause him to die and changes him to the downed state. after that you will have a countdown to die, if you are not revived before the time you will simply die.
    you can simply surrender by holding down "crouch".
    They can also lift you on their head by pressing left click on the injured
How to install it?
  • Drag the jar file into your plugins folder
  • restart server or load plugin with plugman
  • Ready! now just have fun
Depends on other plugins?
  • No. it does not need another plugin to work
  • You can use other plugins compatible with it, for example Citizens. With this plugin you can knock down or revive an NPC.
List of currently supported plugins.
  1. Citizens
  2. CrackShot
  3. PlaceHolderApi
  4. QualityArmory
  5. Vault
  6. WorldGuard
  7. Vulcan
  8. ProjectKorra
  9. SaberFactions
  10. PowerBoard
  11. Scoreboard
  12. PlaceholderAPI
  13. Vault
Any other compatibility you need will be added. you just have to ask for it on discord.
Many other plugins do not generate errors with ReviveMe so they are not on this list but they work perfectly

It is also compatible with team vanilla!
You can decide in configuration how absolutely everything should work!


Here are some example images:

[IMG]
[IMG]
[IMG]

[IMG]

SUPPORT:
https://discord.gg/FE5Zg5Szt8

Configurations:

Spoiler: Config.yml
Spoiler: messages.yml
Spoiler: permissions.yml
Spoiler: downed_interacts.yml
In events.yml they can create "functions" to execute commands or certain actions in some moments of the game.
Here are some examples and I will add much more detail in the future.
If you have some ideas of what else I could add, you can tell me and so it will be
:)

Spoiler: events.yml

Commands and permissions:
Code (Java):
/ReviveMe Help | permission: 'reviveme.command.help' #get a list of all the commands you have access to

/ReviveMe Revive <Player> | permission: 'reviveme.command.revive' #revive an injured player

/ReviveMe Down <Player> | permission: 'reviveme.command.down' #You hurt a player to put him on the floor

/ReviveMe kill <Player> | permission: 'reviveme.command.kill' #kill a player regardless of their status

/Reviveme suicide | permission: 'reviveme.command.suicide' #you commit suicide if you dont want to wait

/ReviveMe reload | permission: 'reviveme.command.reload' #reloads all configurations
Development API and Events
Code (Java):

#Check if the player is injured
Boolean isDowned = ReviveMeAPI.hasDowned(player);

#check if the player is reviving someone
Boolean isReliver = ReviveMeAPI.isReliver(player);

#get injured player by reliver
DownedPlayer downed = ReviveMeAPI.getDownedPlayerByReliver(player);

#get injured player
DownedPlayer downed = ReviveMeAPI.getDownedPlayer(player);

#Revive an injured player
ReviveMeAPI.revivePlayer(player);

#set down to player
ReviveMeAPI.downPlayer(player);

#set down to player
ReviveMeAPI.downPlayer(player, DamageCause.FALL);

#set down to player
ReviveMeAPI.downPlayer(player, player);

#set down to player
ReviveMeAPI.downPlayer(player, DamageCause.ENTITY_ATTACK, player);


@EventHandler
public void onPlayerDowned(PlayerDownedEvent event) {
#code this
}

@EventHandler
public void onPlayerDropDowned(PlayerDropDownedEvent event) {
#code this
}

@EventHandler
public void onPlayerPickupDowned(PlayerPickupDownedEvent event) {
#code this
}

@EventHandler
public void onPlayerRelivingDowned(PlayerRelivingEvent event) {
#code this
}

@EventHandler
public void onPlayerRevive(PlayerReviveEvent event) {
#code this
}

@EventHandler
public void onPlayerStartReliving(PlayerStartRelivingEvent event) {
#code this
}

@EventHandler
public void onPlayerStopReliving(PlayerStopRelivingEvent event) {
#code this
}
PlaceHolderApi list:
  • %reviveme_status%
  • %reviveme_death_delay%
  • %reviveme_invulnerability_delay%
  • %reviveme_bar:<Bar name>% example %reviveme_bar:bar1%
Compatibility With HexColors. examples:
https://www.hexcolortool.com/#484f9d
&#484F9D

Developer API:

Download
If you need anything else you can contact me on discord. Thanks!
Author
COSMO's iconCOSMOCOSMO is a verified member, and you can trust him
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from COSMO

Latest updates

  1. 2.9.1

    2.9.1
  2. 2.8.8

    [ + ] Added a new option to prevent downed players from committing suicide until a certain...
  3. 2.8.7

    2.8.7
Tags Tags
download reviveme free reviveme reviveme 1.12 reviveme 1.18 reviveme 1.18.1 reviveme 1.19 reviveme 1.19.1 reviveme 1.19.2 reviveme 1.19.3 reviveme 1.20 reviveme free reviveme free download reviveme minecraft plugin reviveme plugin reviveme spigot reviveme unlocked
Back
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock