You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2026. It is now read-only.
As the title states, the start.sh script is unable to retrieve the newest paperclip. After adding some echo statements and stepping into the script a bit, it appears the "Version" variable from SetupMinecraft.sh is not being passed into start.sh, resulting in a blank Version, and a 404 for the build json. As a workaround, you can hard code Version="1.21.4 or whatever version you wish" just before the actual Paperclip retrieval script is executed, but it's something I thought I'd bring to your attention.