# 国内直连版配方 —— 由 cn-fivem-hub 自动生成(2026-09-05) # 在官方配方基础上,把所有 GitHub 下载改写为本站镜像中转;请勿手工编辑 # 官方源:https://raw.githubusercontent.com/VORPCORE/VORP_txAdmin/main/vorp_recipe.yaml $engine: 3 $onesync: on $steamRequired: true name: VORPCore(国内直连) author: vorpcore description: VorpCore Official txAdmin recipe! This will set up a base vorp official server. variables: steam_webApiKey: "none" tasks: # Recipe Specific server.cfg files - action: ensure_dir path: ./temp - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/VORP_txAdmin/main path: ./tmp/cnmirror/VORP_txAdmin.zip - action: unzip src: ./tmp/cnmirror/VORP_txAdmin.zip dest: ./tmp/cnmirror/VORP_txAdmin - action: move_path src: ./tmp/cnmirror/VORP_txAdmin/VORP_txAdmin-main dest: ./temp/vorp_txAdminRecipe - action: move_path src: ./temp/vorp_txAdminRecipe/server.cfg dest: ./server.cfg # Run Database SQL - action: connect_database - action: query_database file: ./temp/vorp_txAdminRecipe/MariaDB.sql # Move the icon to the root - action: move_path src: ./temp/vorp_txAdminRecipe/icon.png dest: ./icon.png # Download default CFX resources - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/outsider31000/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 - action: remove_path path: ./resources/[CFX]/[gameplay]/chat # Download female body fix - action: ensure_dir path: ./resources/[standalone] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/outsider31000/female_body_fix/main path: ./tmp/cnmirror/female_body_fix.zip - action: unzip src: ./tmp/cnmirror/female_body_fix.zip dest: ./tmp/cnmirror/female_body_fix - action: move_path src: ./tmp/cnmirror/female_body_fix/female_body_fix-main dest: ./resources/[standalone]/female_body_fix # Download vorp lib - action: ensure_dir path: ./temp/[VORP] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/vorp_lib/main path: ./tmp/cnmirror/vorp_lib.zip - action: unzip src: ./tmp/cnmirror/vorp_lib.zip dest: ./tmp/cnmirror/vorp_lib - action: move_path src: ./tmp/cnmirror/vorp_lib/vorp_lib-main dest: ./temp/[VORP]/vorp_lib # Download vorp core - action: ensure_dir path: ./temp/[VORP] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/vorp_core-lua/main path: ./tmp/cnmirror/vorp_core-lua.zip - action: unzip src: ./tmp/cnmirror/vorp_core-lua.zip dest: ./tmp/cnmirror/vorp_core-lua - action: move_path src: ./tmp/cnmirror/vorp_core-lua/vorp_core-main dest: ./temp/[VORP]/vorp_core # Download vorp character - action: ensure_dir path: ./temp/[VORP] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/vorp_character-lua/main path: ./tmp/cnmirror/vorp_character-lua.zip - action: unzip src: ./tmp/cnmirror/vorp_character-lua.zip dest: ./tmp/cnmirror/vorp_character-lua - action: move_path src: ./tmp/cnmirror/vorp_character-lua/vorp_character-main dest: ./temp/[VORP]/vorp_character # Download vorp inventory - action: ensure_dir path: ./temp/[VORP] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/vorp_inventory-v2/main path: ./tmp/cnmirror/vorp_inventory-v2.zip - action: unzip src: ./tmp/cnmirror/vorp_inventory-v2.zip dest: ./tmp/cnmirror/vorp_inventory-v2 - action: move_path src: ./tmp/cnmirror/vorp_inventory-v2/vorp_inventory-v2-main dest: ./temp/[VORP]/vorp_inventory # Download vorp inputs - action: ensure_dir path: ./temp/[VORP] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/vorp_inputs-lua/main path: ./tmp/cnmirror/vorp_inputs-lua.zip - action: unzip src: ./tmp/cnmirror/vorp_inputs-lua.zip dest: ./tmp/cnmirror/vorp_inputs-lua - action: move_path src: ./tmp/cnmirror/vorp_inputs-lua/vorp_inputs-lua-main dest: ./temp/[VORP]/vorp_inputs # Download vorp progressbar - action: ensure_dir path: ./temp/[VORP] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/vorp_progressbar/main path: ./tmp/cnmirror/vorp_progressbar.zip - action: unzip src: ./tmp/cnmirror/vorp_progressbar.zip dest: ./tmp/cnmirror/vorp_progressbar - action: move_path src: ./tmp/cnmirror/vorp_progressbar/vorp_progressbar-main dest: ./temp/[VORP]/vorp_progressbar # Download vorp police - action: ensure_dir path: ./temp/[VORP] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/vorp_police/main path: ./tmp/cnmirror/vorp_police.zip - action: unzip src: ./tmp/cnmirror/vorp_police.zip dest: ./tmp/cnmirror/vorp_police - action: move_path src: ./tmp/cnmirror/vorp_police/vorp_police-main dest: ./temp/[VORP]/vorp_police # Download vorp medic - action: ensure_dir path: ./temp/[VORP] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/vorp_medic/main path: ./tmp/cnmirror/vorp_medic.zip - action: unzip src: ./tmp/cnmirror/vorp_medic.zip dest: ./tmp/cnmirror/vorp_medic - action: move_path src: ./tmp/cnmirror/vorp_medic/vorp_medic-main dest: ./temp/[VORP]/vorp_medic # Download vorp stores - action: ensure_dir path: ./temp/[VORP] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/vorp_stores-lua/main path: ./tmp/cnmirror/vorp_stores-lua.zip - action: unzip src: ./tmp/cnmirror/vorp_stores-lua.zip dest: ./tmp/cnmirror/vorp_stores-lua - action: move_path src: ./tmp/cnmirror/vorp_stores-lua/vorp_stores-main dest: ./temp/[VORP]/vorp_stores # Download vorp weapons - action: ensure_dir path: ./temp/[VORP] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/vorp_weaponsv2/main path: ./tmp/cnmirror/vorp_weaponsv2.zip - action: unzip src: ./tmp/cnmirror/vorp_weaponsv2.zip dest: ./tmp/cnmirror/vorp_weaponsv2 - action: move_path src: ./tmp/cnmirror/vorp_weaponsv2/vorp_weaponsv2-main dest: ./temp/[VORP]/vorp_weaponsv2 # Download vorp banking - action: ensure_dir path: ./temp/[VORP] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/vorp_banking/main path: ./tmp/cnmirror/vorp_banking.zip - action: unzip src: ./tmp/cnmirror/vorp_banking.zip dest: ./tmp/cnmirror/vorp_banking - action: move_path src: ./tmp/cnmirror/vorp_banking/vorp_banking-main dest: ./temp/[VORP]/vorp_banking # Download vorp paycheck - action: ensure_dir path: ./temp/[VORP] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/vorp_paycheck/main path: ./tmp/cnmirror/vorp_paycheck.zip - action: unzip src: ./tmp/cnmirror/vorp_paycheck.zip dest: ./tmp/cnmirror/vorp_paycheck - action: move_path src: ./tmp/cnmirror/vorp_paycheck/vorp_paycheck-main dest: ./temp/[VORP]/vorp_paycheck # Download vorp wild horse - action: ensure_dir path: ./temp/[VORP] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/vorp_wildhorse/main path: ./tmp/cnmirror/vorp_wildhorse.zip - action: unzip src: ./tmp/cnmirror/vorp_wildhorse.zip dest: ./tmp/cnmirror/vorp_wildhorse - action: move_path src: ./tmp/cnmirror/vorp_wildhorse/vorp_wildhorse-main dest: ./temp/[VORP]/vorp_wildhorse # Download vorp lootnpcs - action: ensure_dir path: ./temp/[VORP] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/vorp_lootnpcs/main path: ./tmp/cnmirror/vorp_lootnpcs.zip - action: unzip src: ./tmp/cnmirror/vorp_lootnpcs.zip dest: ./tmp/cnmirror/vorp_lootnpcs - action: move_path src: ./tmp/cnmirror/vorp_lootnpcs/vorp_lootnpcs-main dest: ./temp/[VORP]/vorp_lootnpcs # Download vorp herbs - action: ensure_dir path: ./temp/[VORP] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/vorp_herbs/main path: ./tmp/cnmirror/vorp_herbs.zip - action: unzip src: ./tmp/cnmirror/vorp_herbs.zip dest: ./tmp/cnmirror/vorp_herbs - action: move_path src: ./tmp/cnmirror/vorp_herbs/vorp_herbs-main dest: ./temp/[VORP]/vorp_herbs # Download vorp billing - action: ensure_dir path: ./temp/[VORP] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/vorp_billing/main path: ./tmp/cnmirror/vorp_billing.zip - action: unzip src: ./tmp/cnmirror/vorp_billing.zip dest: ./tmp/cnmirror/vorp_billing - action: move_path src: ./tmp/cnmirror/vorp_billing/vorp_billing-main dest: ./temp/[VORP]/vorp_billing # Download vorp doorlocks - action: ensure_dir path: ./temp/[VORP] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/vorp_doorlocks/main path: ./tmp/cnmirror/vorp_doorlocks.zip - action: unzip src: ./tmp/cnmirror/vorp_doorlocks.zip dest: ./tmp/cnmirror/vorp_doorlocks - action: move_path src: ./tmp/cnmirror/vorp_doorlocks/vorp_doorlocks-main dest: ./temp/[VORP]/vorp_doorlocks # Download vorp admin - action: ensure_dir path: ./temp/[VORP] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/vorp_admin/main path: ./tmp/cnmirror/vorp_admin.zip - action: unzip src: ./tmp/cnmirror/vorp_admin.zip dest: ./tmp/cnmirror/vorp_admin - action: move_path src: ./tmp/cnmirror/vorp_admin/vorp_admin-main dest: ./temp/[VORP]/vorp_admin # Download vorp stables - action: ensure_dir path: ./temp/[VORP] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/vorp_stables-lua/main path: ./tmp/cnmirror/vorp_stables-lua.zip - action: unzip src: ./tmp/cnmirror/vorp_stables-lua.zip dest: ./tmp/cnmirror/vorp_stables-lua - action: move_path src: ./tmp/cnmirror/vorp_stables-lua/vorp_stables-lua-main dest: ./temp/[VORP]/vorp_stables # Download vorp hunting - action: ensure_dir path: ./temp/[VORP] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/vorp_hunting/main path: ./tmp/cnmirror/vorp_hunting.zip - action: unzip src: ./tmp/cnmirror/vorp_hunting.zip dest: ./tmp/cnmirror/vorp_hunting - action: move_path src: ./tmp/cnmirror/vorp_hunting/vorp_hunting-main dest: ./temp/[VORP]/vorp_hunting # Download vorp housing - action: ensure_dir path: ./temp/[VORP] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/vorp_housing/main path: ./tmp/cnmirror/vorp_housing.zip - action: unzip src: ./tmp/cnmirror/vorp_housing.zip dest: ./tmp/cnmirror/vorp_housing - action: move_path src: ./tmp/cnmirror/vorp_housing/vorp_housing-main dest: ./temp/[VORP]/vorp_housing # Download vorp crafting - action: ensure_dir path: ./temp/[VORP] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/vorp_crafting/main path: ./tmp/cnmirror/vorp_crafting.zip - action: unzip src: ./tmp/cnmirror/vorp_crafting.zip dest: ./tmp/cnmirror/vorp_crafting - action: move_path src: ./tmp/cnmirror/vorp_crafting/vorp_crafting-main dest: ./temp/[VORP]/vorp_crafting # Download vorp zonenotify - action: ensure_dir path: ./temp/[VORP] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/vorp_zonenotify/main path: ./tmp/cnmirror/vorp_zonenotify.zip - action: unzip src: ./tmp/cnmirror/vorp_zonenotify.zip dest: ./tmp/cnmirror/vorp_zonenotify - action: move_path src: ./tmp/cnmirror/vorp_zonenotify/vorp_zonenotify-main dest: ./temp/[VORP]/vorp_zonenotify # Download vorp mining - action: ensure_dir path: ./temp/[VORP] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/vorp_mining/main path: ./tmp/cnmirror/vorp_mining.zip - action: unzip src: ./tmp/cnmirror/vorp_mining.zip dest: ./tmp/cnmirror/vorp_mining - action: move_path src: ./tmp/cnmirror/vorp_mining/vorp_mining-main dest: ./temp/[VORP]/vorp_mining # Download vorp lumberjack - action: ensure_dir path: ./temp/[VORP] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/vorp_lumberjack/main path: ./tmp/cnmirror/vorp_lumberjack.zip - action: unzip src: ./tmp/cnmirror/vorp_lumberjack.zip dest: ./tmp/cnmirror/vorp_lumberjack - action: move_path src: ./tmp/cnmirror/vorp_lumberjack/vorp_lumberjack-main dest: ./temp/[VORP]/vorp_lumberjack # Download vorp fishing - action: ensure_dir path: ./temp/[VORP] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/vorp_fishing-lua/main path: ./tmp/cnmirror/vorp_fishing-lua.zip - action: unzip src: ./tmp/cnmirror/vorp_fishing-lua.zip dest: ./tmp/cnmirror/vorp_fishing-lua - action: move_path src: ./tmp/cnmirror/vorp_fishing-lua/vorp_fishing-main dest: ./temp/[VORP]/vorp_fishing # Download vorp outlaws - action: ensure_dir path: ./temp/[VORP] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/vorp_outlaws/main path: ./tmp/cnmirror/vorp_outlaws.zip - action: unzip src: ./tmp/cnmirror/vorp_outlaws.zip dest: ./tmp/cnmirror/vorp_outlaws - action: move_path src: ./tmp/cnmirror/vorp_outlaws/vorp_outlaws-main dest: ./temp/[VORP]/vorp_outlaws # Download vorp crawfish - action: ensure_dir path: ./temp/[VORP] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/vorp_crawfish/main path: ./tmp/cnmirror/vorp_crawfish.zip - action: unzip src: ./tmp/cnmirror/vorp_crawfish.zip dest: ./tmp/cnmirror/vorp_crawfish - action: move_path src: ./tmp/cnmirror/vorp_crawfish/vorp_crawfish-main dest: ./temp/[VORP]/vorp_crawfish # Download vorp animations - action: ensure_dir path: ./temp/[VORP] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/vorp_animations/main path: ./tmp/cnmirror/vorp_animations.zip - action: unzip src: ./tmp/cnmirror/vorp_animations.zip dest: ./tmp/cnmirror/vorp_animations - action: move_path src: ./tmp/cnmirror/vorp_animations/vorp_animations-main dest: ./temp/[VORP]/vorp_animations # Download vorp mailbox - action: ensure_dir path: ./temp/[VORP] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/vorp_mailbox/main path: ./tmp/cnmirror/vorp_mailbox.zip - action: unzip src: ./tmp/cnmirror/vorp_mailbox.zip dest: ./tmp/cnmirror/vorp_mailbox - action: move_path src: ./tmp/cnmirror/vorp_mailbox/vorp_mailbox-main dest: ./temp/[VORP]/vorp_mailbox # Download vorp postman - action: ensure_dir path: ./tmp - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/VORP-PostMan/master path: ./tmp/cnmirror/VORP-PostMan.zip - action: unzip src: ./tmp/cnmirror/VORP-PostMan.zip dest: ./tmp/cnmirror/VORP-PostMan - action: move_path src: ./tmp/cnmirror/VORP-PostMan/VORP-PostMan-master dest: ./tmp/vorp_postman # Move the postman to the correct location - action: move_path src: ./tmp/vorp_postman/VORP-PostMan[Server-Client]/build/vorp_postman dest: ./temp/[VORP]/vorp_postman # Remove folder - action: remove_path path: ./tmp/vorp_postman # Download vorp barbershop - action: ensure_dir path: ./temp/[VORP] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/vorp_barbershop_lua/main path: ./tmp/cnmirror/vorp_barbershop_lua.zip - action: unzip src: ./tmp/cnmirror/vorp_barbershop_lua.zip dest: ./tmp/cnmirror/vorp_barbershop_lua - action: move_path src: ./tmp/cnmirror/vorp_barbershop_lua/vorp_barbershop_lua-main dest: ./temp/[VORP]/vorp_barbershop # Download vorp metabolism - action: ensure_dir path: ./temp/[VORP] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/vorp_metabolism-lua/main path: ./tmp/cnmirror/vorp_metabolism-lua.zip - action: unzip src: ./tmp/cnmirror/vorp_metabolism-lua.zip dest: ./tmp/cnmirror/vorp_metabolism-lua - action: move_path src: ./tmp/cnmirror/vorp_metabolism-lua/vorp_metabolism-main dest: ./temp/[VORP]/vorp_metabolism # Download vorp utils - action: ensure_dir path: ./temp/[VORP] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/vorp_utils/main path: ./tmp/cnmirror/vorp_utils.zip - action: unzip src: ./tmp/cnmirror/vorp_utils.zip dest: ./tmp/cnmirror/vorp_utils - action: move_path src: ./tmp/cnmirror/vorp_utils/vorp_utils-main dest: ./temp/[VORP]/vorp_utils # Download vorp menu - action: ensure_dir path: ./temp/[VORP] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/vorp_menu/main path: ./tmp/cnmirror/vorp_menu.zip - action: unzip src: ./tmp/cnmirror/vorp_menu.zip dest: ./tmp/cnmirror/vorp_menu - action: move_path src: ./tmp/cnmirror/vorp_menu/vorp_menu-main dest: ./temp/[VORP]/vorp_menu # Download vorp walkanim - action: ensure_dir path: ./temp/[VORP] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/vorp_walkanim/main path: ./tmp/cnmirror/vorp_walkanim.zip - action: unzip src: ./tmp/cnmirror/vorp_walkanim.zip dest: ./tmp/cnmirror/vorp_walkanim - action: move_path src: ./tmp/cnmirror/vorp_walkanim/Vorp_walkanim-main dest: ./temp/[VORP]/vorp_walkanim # Download vorp imap view tool - action: ensure_dir path: ./temp/[VORP] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/VORPCORE/vorp_imapviewtool/main path: ./tmp/cnmirror/vorp_imapviewtool.zip - action: unzip src: ./tmp/cnmirror/vorp_imapviewtool.zip dest: ./tmp/cnmirror/vorp_imapviewtool - action: move_path src: ./tmp/cnmirror/vorp_imapviewtool/vorp_imapviewtool-main dest: ./temp/[VORP]/vorp_imapviewtool # Download oxmysql - action: download_file path: ./tmp/files/oxmysql.zip url: https://zerodelay.com.cn/api/mirror/gh/release/CommunityOx/oxmysql/latest/download/oxmysql.zip - action: unzip dest: ./resources/[standalone] src: ./tmp/files/oxmysql.zip # Download pma-voice - action: ensure_dir path: ./resources/[standalone] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/AvarianKnight/pma-voice/main path: ./tmp/cnmirror/pma-voice.zip - action: unzip src: ./tmp/cnmirror/pma-voice.zip dest: ./tmp/cnmirror/pma-voice - action: move_path src: ./tmp/cnmirror/pma-voice/pma-voice-main dest: ./resources/[standalone]/pma-voice # Download weathersync - action: ensure_dir path: ./resources/[standalone] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/kibook/weathersync/master path: ./tmp/cnmirror/weathersync.zip - action: unzip src: ./tmp/cnmirror/weathersync.zip dest: ./tmp/cnmirror/weathersync - action: move_path src: ./tmp/cnmirror/weathersync/weathersync-master dest: ./resources/[standalone]/weathersync # Download redm ipls - action: ensure_dir path: ./resources/[standalone] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/outsider31000/redm-ipls/main path: ./tmp/cnmirror/redm-ipls.zip - action: unzip src: ./tmp/cnmirror/redm-ipls.zip dest: ./tmp/cnmirror/redm-ipls - action: move_path src: ./tmp/cnmirror/redm-ipls/redm-ipls-main dest: ./resources/[standalone]/redm-ipls # Download syn minigame - action: ensure_dir path: ./resources/[standalone] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/outsider31000/syn_minigame/main path: ./tmp/cnmirror/syn_minigame.zip - action: unzip src: ./tmp/cnmirror/syn_minigame.zip dest: ./tmp/cnmirror/syn_minigame - action: move_path src: ./tmp/cnmirror/syn_minigame/syn_minigame-main dest: ./resources/[standalone]/syn_minigame # Download moonshine interiors - action: ensure_dir path: ./resources/[standalone] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/outsider31000/moonshine_interiors/main path: ./tmp/cnmirror/moonshine_interiors.zip - action: unzip src: ./tmp/cnmirror/moonshine_interiors.zip dest: ./tmp/cnmirror/moonshine_interiors - action: move_path src: ./tmp/cnmirror/moonshine_interiors/moonshine_interiors-main dest: ./resources/[standalone]/moonshine_interiors # Download Polyzone - action: ensure_dir path: ./resources/[standalone] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/outsider31000/PolyZone/main path: ./tmp/cnmirror/PolyZone.zip - action: unzip src: ./tmp/cnmirror/PolyZone.zip dest: ./tmp/cnmirror/PolyZone - action: move_path src: ./tmp/cnmirror/PolyZone/PolyZone-main dest: ./resources/[standalone]/PolyZone # Download lockpick - action: ensure_dir path: ./resources/[standalone] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/outsider31000/lockpick/main path: ./tmp/cnmirror/lockpick.zip - action: unzip src: ./tmp/cnmirror/lockpick.zip dest: ./tmp/cnmirror/lockpick - action: move_path src: ./tmp/cnmirror/lockpick/lockpick-main dest: ./resources/[standalone]/lockpick # Download lockpick - action: ensure_dir path: ./resources/[standalone] - action: download_file url: https://zerodelay.com.cn/api/mirror/gh/zipball/outsider31000/loadingscreen/main path: ./tmp/cnmirror/loadingscreen.zip - action: unzip src: ./tmp/cnmirror/loadingscreen.zip dest: ./tmp/cnmirror/loadingscreen - action: move_path src: ./tmp/cnmirror/loadingscreen/loadingscreen-main dest: ./resources/[standalone]/loadingscreen # Remove Old Chat - action: remove_path path: ./resources/[cfx-default]/[gameplay]/chat # Move all vorp resources and files to root for txadmin - action: move_path src: ./temp/[VORP] dest: ./resources/[VORP] # Clean up temporary files - action: remove_path path: ./temp - action: remove_path path: ./tmp