Skip to content

FarFigNewGut/lich_repo_mirror

Repository files navigation

Run repo mirror Netlify Status

Lich Repo Mirror

This repository houses an up to date mirror of the official Lich repository.

A github action is scheduled to run every 3 hours, check for any scripts that have been updated within that window and download them.

The changes are then committed back into the repo and pushed to the main branch. Any previously downloaded versions of scripts can be found manually by checking through commit history. Only the most recent versions as of when this project was created (2020-12-19) and newer are stored (did not crawl through all the old revisions available on the repo).

On a commit action the repo is packaged using the jinxp tool (courtesy of Ondreian and the Elanthia Online folks) and deployed to Netlify for use as a Jinx repo with Lich. You can add it as a source repo by issuing:

;jinx repo add ffnglichrepoarchive https://ffnglichrepoarchive.netlify.app

(you can use something shorter instead of "ffnglichrepoarchive" for the repo name if you'd like)

Once it is setup as a source for ;jinx you can install any scripts from the repo with:

# install script for the first time
;jinx script install --repo=ffnglichrepoarchive <script name>

# update previously installed script
;jinx script update --repo=ffnglichrepoarchive <script name>

For example if you wanted to download or update bigshot.lic:

# first install
;jinx script install --repo=ffnglichrepoarchive bigshot

# update if you had previously downloaded bigshot
;jinx script update --repo=ffnglichrepoarchive bigshot

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages