{"id":13570521,"url":"https://github.com/ReplayMod/ReplayStudio","last_synced_at":"2025-04-04T07:31:39.062Z","repository":{"id":37752442,"uuid":"65624725","full_name":"ReplayMod/ReplayStudio","owner":"ReplayMod","description":"Library for handling Minecraft Replay Files (.mcpr files)","archived":false,"fork":false,"pushed_at":"2024-12-15T09:08:00.000Z","size":816,"stargazers_count":45,"open_issues_count":5,"forks_count":14,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-12-15T10:21:44.372Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ReplayMod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-13T15:50:26.000Z","updated_at":"2024-12-15T09:08:05.000Z","dependencies_parsed_at":"2024-06-23T19:39:17.764Z","dependency_job_id":"d626adc1-804f-4ce8-ac6f-f532417324e3","html_url":"https://github.com/ReplayMod/ReplayStudio","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReplayMod%2FReplayStudio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReplayMod%2FReplayStudio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReplayMod%2FReplayStudio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReplayMod%2FReplayStudio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ReplayMod","download_url":"https://codeload.github.com/ReplayMod/ReplayStudio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247138712,"owners_count":20890093,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T14:00:53.005Z","updated_at":"2025-04-04T07:31:38.133Z","avatar_url":"https://github.com/ReplayMod.png","language":"Java","funding_links":[],"categories":["Java"],"sub_categories":[],"readme":"# ReplayStudio\n## About ReplayStudio\nReplayStudio is a library for manipulating replay files.\n\nReplay files are basically packet dumps of the connection from the Minecraft Server to a Minecraft Client.\nThese packet dumps contain all packets sent from the server to the client (except login phase).\nThey may also contain additional packets added by the recording software in order to display the client whose connection is recorded.\n\n### Features\n- Loading / Saving replay files (including crash recovery)\n- Remove specific packets from the replay (chat, mobs, etc.)\n- Cut replays into parts\n- Concatenate replays or parts of replays\n- Squash specific parts of a replay into one moment removing redundant packets (e.g. removing the first 30m of a replay)\n- List amount of packets by type\n- **Expandable through custom filters** (in fact most of the above is implemented as a custom filter)\n- Pathing system used in the ReplayMod\n\n## Building\nReplayStudio is built using the [Java Development Kit](http://www.oracle.com/technetwork/java/javase/downloads/index.html) (Version 8) and [Gradle](http://gradle.org/).\n\nYou can then build ReplayStudio by using the command `./gradlew`. You may also use a local installation of gradle.\n\nIf everything went well, the generated jar file should be in the `build/libs` directory ending with `-all.jar`.\nReplayStudio will also be installed into your local maven repository if you want to use it in a project of yours.\n\n## Running\nReplayStudio packages its dependencies in the generated jar file, therefore you can just run the jar file without any extra preparations: `java -jar replaystudio.jar`. Append `--help` to show all available commands.\n\nThe command line arguments will probably be confusing and can be looked up on the [GitHub wiki](https://github.com/ReplayMod/ReplayStudio/wiki).\n\nReplay studio does not yet implement a mechanism for loading filter e.g. from a separate folder so you have to add them to the classpath manually. This will be improved as soon as people actually have a need for it.\n\n## Documentation and Support\nJavadocs can be generated using the `./gradlew javadoc` command and can then be found in the `build/docs/javadoc` folder but they might be incomplete on some parts (especially the internal classes and methods) so looking at the code might be the best help.\n\nWhen using ReplayStudio as a standalone application as well as a library have a look at the [GitHub wiki](https://github.com/ReplayMod/ReplayStudio/wiki) for information on how to properly use it.\n\n## License\nReplayStudio is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\nSee `COPYING` and `COPYING.LESSER` for more information.\nNote that parts of this library were originally provided under the (LGPL-compatible) license in `LICENSE.legacy`, this license only applies to the original portions (see git history) and not to any newly added or modified code.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FReplayMod%2FReplayStudio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FReplayMod%2FReplayStudio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FReplayMod%2FReplayStudio/lists"}