Skip to content

Minecraft plugin to record players on your server (Folia compatible)

License

Notifications You must be signed in to change notification settings

404Setup/AdvancedReplay-Folia

 
 

Repository files navigation

AdvancedReplay (Folia Fork)

AdvancedReplay is a Minecraft 1.8 & 1.21 Replay plugin. It can record players on your Server and save the recorded data to a file or database, so you can watch the replays at any time. Currently it records almost every action a player does and can be easily controlled with commands or the API.

This Fork is compatible with Folia and has been tested briefly, and everything works fine.

If there are any issues, please report them to me.

Downloads

Original version

Modrinth: https://modrinth.com/plugin/advancedreplay
Spigot: https://www.spigotmc.org/resources/advancedreplay-1-8-1-21.52849/

Folia version

need: Minecraft 1.20.6+, Java 21+

Github: https://github.com/404Setup/AdvancedReplay-Folia/releases

API

Maven

Add the repositories:

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>

<repository>
    <id>maven-snapshots</id>
    <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
</repository>

Add the dependency:

<dependency>
    <groupId>com.github.Jumper251</groupId>
    <artifactId>AdvancedReplay</artifactId>
    <version>VERSION</version>
    <scope>provided</scope>
</dependency>

Gradle

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    compileOnly 'com.github.Jumper251:AdvancedReplay:VERSION'
}

API usage

Some examples on how to use the API can be found on the plugins Spigot page.

About

Minecraft plugin to record players on your server (Folia compatible)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%