Skip to content

cryptic-scripts/cryptic-versions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Cryptic Scripts — Version Registry

Public version registry for Cryptic Scripts FiveM resources. Each resource checks this repo on startup to notify server owners of available updates.

How It Works

  1. Each Cryptic Scripts resource has a Config.VersionCheckURL pointing to its JSON file in this repo
  2. On resource start, the server fetches the JSON and compares version against the local fxmanifest.lua version
  3. If a newer version is available, a console message is printed with the changelog

File Structure

versions/
  smartwatch.json       # cryptic_smartwatch
  bossmenu.json         # cryptic_bossmenu (when ready)
  scoreboard.json       # cryptic_scoreboard

JSON Format

{
  "version": "1.0.0",
  "changelog": "Brief description of the latest changes"
}

Updating a Version

When publishing a new version on Tebex:

  1. Update the resource's fxmanifest.lua version field
  2. Update the corresponding JSON file in versions/ with the new version and changelog
  3. Commit and push to this repo

Raw URL Format

Raw URL for each resource:

https://raw.githubusercontent.com/cryptic-scripts/cryptic-versions/main/versions/<name>.json

About

Cryptic Scripts Versions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors