Documentation

TCM YSeries Phone App - Installation

Install the Trading Card Market add-on for YSeries phones

Installation Steps

Plug-and-play add-on for Jim G Trading Cards on YSeries. No changes to the main trading cards resource are required.

📦 Requirements

  • • Jim G Trading Cards
  • • YSeries (yseries)
  • • community_bridge
  • • ox_lib
  • • oxmysql

1. Download & extract

Copy the full jtc_yseries_phone_app folder into your server resources directory.

2. server.cfg order

Start resources in this order:

ensure oxmysql
ensure community_bridge
ensure jim_g_trading_cards
ensure yseries
ensure jtc_yseries_phone_app

3. YSeries custom app config

Add to yseries/config/config.customApps.lua inside Config.CustomApps:

{ key = "tc", name = "TCM", defaultApp = false, ui = "https://cfx-nui-jtc_yseries_phone_app/ui/dist/index.html", icon = { yos = "https://cfx-nui-jtc_yseries_phone_app/ui/dist/jtc/jtc_app.webp", humanoid = "https://cfx-nui-jtc_yseries_phone_app/ui/dist/jtc/jtc_app.webp", }, },
  • defaultApp = false → players download TCM from the YSeries App Store
  • defaultApp = true → pre-installed on the home screen

4. Restart & install app

  1. Restart your server (or run ensure yseries then ensure jtc_yseries_phone_app)
  2. In-game: open YSeries phone → App Store → install TCM

📝 Notes

  • • Chat tables create automatically on first start — no manual SQL needed
  • • App listing lives in YSeries config — do not also use AddCustomApp for the same key