Your plugin is awesome but I've found a bug I want to submit it :
For my minigame, I need that players have only one heart. But it seems that AdvancedReplay don't like this, probably because the plugin record also the player's life and don't expect that the player don't have 10 hearts.
[Image of the heart]
https://media.discordapp.net/attachments/810975846088048750/832932092006105088/unknown.png
I've try every version of the plugin to see if that will work but unfortunally that didn't work
So there is the error from the console :
Caused by: java.lang.IllegalArgumentException: Health must be between 0 and 2.0, but was 20.0. (attribute base value: 2.0, player: _Saito27_)
at org.bukkit.craftbukkit.v1_8_R3.entity.CraftLivingEntity.setHealth(CraftLivingEntity.java:83) ~[patched.jar:git-PaperSpigot-"4c7641d"]
at me.jumper251.replay.replaysystem.replaying.ReplaySession.startSession(ReplaySession.java:35) ~[?:?]
at me.jumper251.replay.replaysystem.replaying.ReplaySession.<init>(ReplaySession.java:27) ~[?:?]
at me.jumper251.replay.replaysystem.replaying.Replayer.<init>(Replayer.java:53) ~[?:?]
at me.jumper251.replay.replaysystem.Replay.play(Replay.java:51) ~[?:?]
at me.jumper251.replay.commands.ReplayCommand.onCommand(ReplayCommand.java:126) ~[?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[patched.jar:git-PaperSpigot-"4c7641d"]
... 15 more