{"id":25638344,"url":"https://github.com/vltnogithub/time-loop","last_synced_at":"2025-06-21T08:39:50.897Z","repository":{"id":276643847,"uuid":"929855003","full_name":"VLTNOgithub/Time-Loop","owner":"VLTNOgithub","description":"Minecraft looping mod for Motion Capture Mod","archived":false,"fork":false,"pushed_at":"2025-06-20T15:05:24.000Z","size":1764,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-20T15:33:15.507Z","etag":null,"topics":["loop","minecraft","minecraft-fabric","minecraft-fabric-mod","minecraft-mod","minecraft-plugin","minecraft-server","mocap","replay","time-loop"],"latest_commit_sha":null,"homepage":"","language":null,"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/VLTNOgithub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2025-02-09T15:08:45.000Z","updated_at":"2025-06-20T14:59:45.000Z","dependencies_parsed_at":"2025-04-15T00:09:08.647Z","dependency_job_id":"ca63953f-90a3-4328-9f00-edce1d7fbfe7","html_url":"https://github.com/VLTNOgithub/Time-Loop","commit_stats":null,"previous_names":["vltnogithub/the-loop","vltnogithub/time-loop"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/VLTNOgithub/Time-Loop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VLTNOgithub%2FTime-Loop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VLTNOgithub%2FTime-Loop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VLTNOgithub%2FTime-Loop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VLTNOgithub%2FTime-Loop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VLTNOgithub","download_url":"https://codeload.github.com/VLTNOgithub/Time-Loop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VLTNOgithub%2FTime-Loop/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261095027,"owners_count":23108758,"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":["loop","minecraft","minecraft-fabric","minecraft-fabric-mod","minecraft-mod","minecraft-plugin","minecraft-server","mocap","replay","time-loop"],"created_at":"2025-02-23T02:24:54.388Z","updated_at":"2025-06-21T08:39:45.882Z","avatar_url":"https://github.com/VLTNOgithub.png","language":null,"readme":"# Time Loop\n[![Static Badge](https://img.shields.io/badge/GitHub-Release-green?logo=Github)](https://github.com/VLTNOgithub/Time-Loop/releases/latest)\n[![Static Badge](https://img.shields.io/badge/Modrinth-Release-green?logo=Modrinth)](https://modrinth.com/mod/timeloop/version/latest)\n\\\nA mod that 'loops' time by using the Motion Capture Mod.\n*Motion Capture mod by mt1006. Inspired by [this Tombino video](https://www.youtube.com/watch?v=i602-oh0a0c). Original datapack by Penguin Mafia. Fabric version by Luigi \u0026 VLTNO.*\n\n# Installation\n**Requires Motion Capture 1.4 Alpha 8 and Minecraft 1.21.1**\nhttps://modrinth.com/mod/motion-capture/version/1.4-alpha-8-fabric-1.21.1\n\nThe mod works in singleplayer and multiplayer.\n\n# Usage\nSimply use commands to configure the loop.\n\n**/loop**\n - `start` - Start the loop.\n - `stop` - Stop the loop.\n - `reset` - Reset the loop and go back to the first recording. **This doesn't delete the recordings as of yet but it's being worked on.**\n - `status` - Shows the status of the loop in chat.\n - **settings**\n   - `maxLoops [0]` - Sets the maximum amount of loops. 0 is infinite.\n   - `setLength [6000]` - Set the duration / length of the loop in ticks (6000 ticks is 5 mins).\n   - `setTimeOfDay [13000]` - Sets the time of day to loop at (same as minecraft so 13000 is night).\n   - `loopType [TICK]` - Sets the type of loop.\n   - `modifyPlayer [target_player] [nickname] [skin]` - Changes a looped player's nickname and skin.\n   - **toggles**\n     - `trackTimeOfDay [true]` - Toggles tracking the time of day during loops.\n     - `trackItems [false]` - Toggles tracking items during loops.\n     - `showLoopInfo [true]` - Toggles a bar at the top of the screen showing the amount of ticks/time left until the next loop.\n     - `displayTimeInTicks [false]` - Displays the ticks instead of HH:MM:SS on the info bar.\n     - `trackChat [false]` - Toggles tracking chat during loops.\n     - `hurtLoopedPlayers [false]` - Toggles being able to hit looped players.\n\n# LoopType Options\n - `TICK` (Loops every `setLength` ticks)\n - `TIME_OF_DAY` (Loops when the time reaches `setTimeOfDay`)\n - `SLEEP` (Loops when you sleep)\n - `DEATH` (Loops when you die)\n\n# Known Issues\n - You can see spectators' held item and worn armour\n - If the loop starts before a player joins, they cannot see the loops\n - Loops don't work through dimensions\n\n### Issue Links\nhttps://github.com/mt1006/mc-mocap-mod/issues/53\nhttps://github.com/mt1006/mc-mocap-mod/issues/56\nhttps://github.com/mt1006/mc-mocap-mod/issues/57\n\n# Support\nIf you need help or encounter an issue, don't hesitate to ask someone in the discord: https://discord.gg/nzDETZhqur\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvltnogithub%2Ftime-loop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvltnogithub%2Ftime-loop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvltnogithub%2Ftime-loop/lists"}