ReviveMe icon

ReviveMe 4.3.5

⚔️Revive your friends!. 1.13 - 1.18 | PAPI Support | HexColor | No Dependencies⭕

Page 1 2 3 ... 10
4.3.5 7 days ago
update FactionsUUID hooks and add new options in GSit hook

[ / ] 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.

4.3.4 9 days ago
placeholders were added to the messages in messages.yml

[ + ] All placeholders were added to the messages in messages.yml

4.3.3 Aug 30, 2025
1.21.8 support (again), fix bugs, api fix bugs

[ + ] Added support for paper 1.21.8
[ + ] Now the PlayerDropDownedEvent is called if a downed player changes picker.
[ + ] Fixed an API bug. This error occurred when using methods that returned a boolean.

4.3.2 Aug 9, 2025
1.21.8 update

1.21.8 update

4.3.0 Jun 29, 2025
add placeholder <suicide_disabled_count> and compatibility with Duels optimised

[ + ] add compatibility with 1.21.6
[ + ] Added a placeholder for plugin messages that shows how much time is left before the player can use suicide: "<suicide_disabled_count>"
[ + ] Added compatibility with the optimized version of Duels

4.2.8 Jun 15, 2025
fix disconnect error

[ x ] Now, when a knocked-down player is a passenger of another player and disconnects, they will dismount to avoid errors.

4.2.7 Jun 1, 2025
GPS Name API support

[ + ] A new option was added to change the name of downed players in the GPS menu. This allows setting a custom name for each player through the API. Example usage:

ReviveMe reviveme = JavaPlugin.getPlugin(ReviveMe.class);

reviveme.getGpsManager().setNameProvider((viewer, target) -> {
    if (target.getName().equals("Jams")) return " Officer Jams";
    return "&e" + target.getName();
});
4.2.6 May 26, 2025
fixs, updates and new features

[ + ] Added a developer event called when a downed player disconnects (DownedQuitEvent)
[ + ] Now custom sounds can be used in any sound option. (remember that if the sound is in a folder like assets/nya/sounds, the sound must be written as: "nya:sound_name")
[ x ] Fixed an error with PvPManager that spammed the console.
[ x ] Fixed an error that spammed the console about revive zones.

[ + ] An operator was added in events.yml to check numbers at specific intervals. This can be used to play sounds at certain times during the "player_count_death_delay" event. Example of the event and the necessary condition to play a sound every 2 seconds:
event:
player_count_death_delay:
enabled: true
actions:
- '[condition] testCondition'

condition:
conditions:
testCondition:
condition: '%reviveme_death_delay% % 2'
actions:
- '[sound] minecraft:block.amethyst_block.hit 1 1'

4.2.3 May 14, 2025
add 1.21.5 and fix an bug

[ + ] Support for Spigot 1.21.5 was added :cat:
[ x ] Fixed a compatibility issue with the PvpManager plugin

4.2.1 Jan 27, 2025
add 1.21.4 and fix an bug

[ + ] Added compatibility with spigot 1.21.4
[ x ] Fix an issue with GravesX 

4.2.0 Dec 10, 2024
4.1.8 Nov 10, 2024
added new options and some changes

[ + ] A new option was added to prevent a player who is carrying another from using an ender pearl. This option is located in "downed_interacts.yml".

4.1.4 Oct 14, 2024
A bug was fixed, and the internal GPS was redone
[ x ] A change made a few weeks ago was reverted because it caused an error in newer versions.
[ / ] The internal GPS code was redone because it could cause crashes on some occasions.
4.1.3 Oct 12, 2024
fix a error with getClan plugin
4.1.2 Oct 6, 2024
fix bugs, changes and new plugin compatibility
[ + ] Compatibility with the "getClan" plugin has been added.
[ x ] An error with the Friends&Party system has been fixed.
[ / ] Changes were made when lifting a player over you to prevent errors.
4.1.1 Oct 2, 2024
fix bugs, new compatibility plugin and others changes

[ x ] Several bugs were fixed.  
[ + ] Added compatibility with CharacterCards.  
[ / ] I changed other things, but I forgot what they were :skull:

4.1.0 Sep 23, 2024
new option and fix an error
[ + ] An option was added in config.yml to let you choose whether to ignore the totem or not when a knocked-down player commits suicide.

[ x ] Fixed an error in versions below 1.17 that prevented the plugin from starting correctly.
4.0.9 Sep 19, 2024
fix a bug with paper 1.21.1
[ x ] Fixed an issue that caused heads to have no textures in Paper 1.21.1. 
[ x ] Fixed an issue that caused the GPS menu to not function properly.
4.0.8 Sep 14, 2024
fix an bug

[ x ] A bug with the "suicide_messages" configuration has been fixed. It could not be disabled before, but now it can.

4.0.7 Sep 13, 2024
Page 1 2 3 ... 10
You might also like...