$engine: 3 $onesync: on name: RedM Basic Server description: Recipe for the base resources required to run a minimal RedM server. tasks: # Download default resources - action: download_github src: https://github.com/citizenfx/cfx-server-data ref: master subpath: resources dest: ./resources # Remove the old chat resource - action: remove_path path: ./resources/[gameplay]/chat # Download default server.cfg for RedM - action: download_file url: https://raw.githubusercontent.com/citizenfx/txAdmin-recipes/refs/heads/main/default-redm/server.cfg path: ./server.cfg