# 国内直连版配方 —— 由 cn-fivem-hub 自动生成(2026-09-05) # 在官方配方基础上,把所有 GitHub 下载改写为本站镜像中转;请勿手工编辑 # 官方源:https://raw.githubusercontent.com/citizenfx/txAdmin-recipes/refs/heads/main/default-fivem/recipe.yaml $engine: 3 $onesync: on name: FiveM Basic Server(国内直连) description: Recipe for the base resources required to run a minimal FiveM server. tasks: # Download default resources - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/citizenfx/cfx-server-data/master path: ./tmp/cnmirror/cfx-server-data.zip - action: unzip src: ./tmp/cnmirror/cfx-server-data.zip dest: ./tmp/cnmirror/cfx-server-data - action: move_path src: ./tmp/cnmirror/cfx-server-data/cfx-server-data-master/resources dest: ./resources # Remove the old chat resource - action: remove_path path: ./resources/[gameplay]/chat # Download default server.cfg for FiveM - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/raw/citizenfx/txAdmin-recipes/refs/heads/main/default-fivem/server.cfg path: ./server.cfg # 清理镜像下载临时文件 - action: remove_path path: ./tmp