⚔️ ReviveMe +1.14 | Revive your friends⭕

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

[ x ] Now, when a knocked-down player is a passenger of another player and disconnects, they will dismount to avoid errors.
[ + ] 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:
Java:
ReviveMe reviveme = JavaPlugin.getPlugin(ReviveMe.class);

reviveme.getGpsManager().setNameProvider((viewer, target) -> {
    if (target.getName().equals("Jams")) return " Officer Jams";
    return "&e" + target.getName();
});
[ + ] 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'
[ + ] Now in the sound options, you can use any sound from resource packs, not just Minecraft's built-in sounds.
[ + ] Added compatibility with spigot 1.21.4
[ x ] Fix an issue with GravesX
[ x ] Fixed an error with the GSit plugin.
[ + ] Added more log messages to help find more errors in the future.

fixed error with GravesX

fixed error with GravesX and old Graves options in config,yml.

Due to the original developer of Graves being absent and no updates for that plugin, other developers created GravesX. It's the same plugin but with new updates, so ReviveMe is now compatible with GravesX and no longer with Graves.
[ + ] Compatibility with Spigot 1.21 added
[ + ] Function "[playemote] <emote_name>" to play an ItemAdder emote added
[ + ] Function "[stopemote]" to stop an ItemAdder emote added
[ + ] New placeholders added: "%reviveme_done_suicide_count%" and "%reviveme_max_suicide_count%"
[ x ] Fixed errors with version 1.20.6 and possibly 1.21
[ + ] Added compatibility with Minecraft 1.21
[ + ] Now it is possible to use items from ItemAdder in the locked steal items section of the configuration.
Top Bottom