ReplayStudio
ReplayStudio copied to clipboard
Library for handling Minecraft Replay Files (.mcpr files)
When i run ./gradlew i get this error: ` What went wrong: A problem occurred configuring root project 'ReplayStudio'. > Could not resolve all files for configuration ':classpath'. > Could...
The current implementation assumes that Gson always returns a valid JsonArray instance. But in the case of an empty file, the result is null, which crashes the game with an...
I am currently looking at ReplayStudio with the goal of using replays in junit tests for an anti-cheat, the fact that server-bound packets are not recorded make it a bit...
The build is for latest commit for now: dac74cc ``` C:\Users\i0xHeX\Desktop\ReplayStudio>java -jar ReplayStudio.jar --squash Exception in thread "main" java.util.ServiceConfigurationError: com.replaymod.replaystudio.filter.StreamFilter: Provider com.replaymod.replaystudio.filter.NeutralizerFilter not found at java.base/java.util.ServiceLoader.fail(ServiceLoader.java:588) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1211) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1220)...
When I make the ./gradlew command it doesn't give me a file in build/libs that ends in -all.jar, I only get a file that is named: ReplayStudio-master-SNAPSHOT.jar, and when I...
#### **thanks for the great work on this tool! 🙌** After manually configuring the main class and repackaging… I noticed that some **core functionalities**—such as `-p (--parts)` and `-c (--config)`—mentioned...
try to get registry entry with and without minecraft namespace. ViaVersion and ViaBackwards provide it without, and the minecraft client uses the default `minecraft` namespace when deserializing the packet, so...