Advertisement
Attrixx

test

Jul 25th, 2021
1,105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 8.75 KB | None | 0 0
  1. $engine: 3
  2. name: PlumeESX
  3. version: 2.2.0
  4. author: Tabarra & Chip
  5. description: A full featured (13 jobs) and highly configurable yet lightweight ESX v1-final base that can be easily extended.
  6.  
  7. tasks:
  8.  # Download default CFX resources
  9.   - action: download_github
  10.     src: https://github.com/citizenfx/cfx-server-data
  11.     ref: 0169fdddaa9511558cfa17bcf80a832f56c359ff
  12.     subpath: resources
  13.     dest: ./resources
  14.  
  15.   # Download and prepare server.cfg / loadingscreen / database
  16.   - action: download_github
  17.     src: https://github.com/tabarra/PlumeESX-recipe
  18.     ref: main
  19.     dest: ./tmp/plume_esx
  20.  
  21.   - action: move_path
  22.     src: ./tmp/plume_esx/server.cfg
  23.     dest: ./server.cfg
  24.  
  25.   - action: move_path
  26.     src: ./tmp/plume_esx/default_spawnpoint
  27.     dest: ./resources/default_spawnpoint
  28.  
  29.   - action: move_path
  30.     src: ./tmp/plume_esx/loadingscreen
  31.     dest: ./resources/loadingscreen
  32.  
  33.   - action: connect_database
  34.   - action: query_database
  35.     file: ./tmp/plume_esx/plume.sql
  36.   - action: query_database
  37.     file: ./tmp/plume_esx/gcphone.sql
  38.  
  39.   # Download basic resources and ESX dependencies
  40.   - action: download_github
  41.     src: https://github.com/Blumlaut/EasyAdmin
  42.     ref: 50f8d23c6c7c20a420548728d962b741b2abc653
  43.     dest: ./resources/EasyAdmin
  44.  
  45.   - action: download_github
  46.     src: https://github.com/esx-framework/async
  47.     ref: e7b778f0c7236132596e98d8ebd33e1127dbb4c4
  48.     dest: ./resources/async
  49.  
  50.   - action: download_github
  51.     src: https://github.com/brouznouf/fivem-mysql-async
  52.     ref: c5fa317a65acfe2eef453257e19e3b4fde137089
  53.     dest: ./resources/mysql-async
  54.  
  55.   - action: download_github
  56.     src: https://github.com/esx-framework/cron
  57.     ref: 89914888d7dd801fb8430aeb386fd423e0f86f46
  58.     dest: ./resources/cron
  59.  
  60.   - action: download_github
  61.     src: https://github.com/esx-framework/skinchanger
  62.     ref: d716177f226ad696d903a27d7afa3ca97ce80a3b
  63.     dest: ./resources/skinchanger
  64.  
  65.   - action: download_github
  66.     src: https://github.com/HypeLevels/simpledrift
  67.     ref: 53b72cf605bd0ef82d71906245c3af0918187d13
  68.     dest: ./resources/simpledrift
  69.  
  70.   - action: download_github
  71.     src: https://github.com/Bob74/bob74_ipl
  72.     ref: 4ae8aaefd38238e72ff8f36417decb05064cb924
  73.     dest: ./resources/bob74_ipl
  74.  
  75.   - action: download_github
  76.     src: https://github.com/ali-exacute/esx_adminplus
  77.     ref: 08dc5d7bdc95a031a718c38845afa10b239ec753
  78.     dest: ./resources/esx_adminplus
  79.  
  80.   # Download ESX resources
  81.   - action: download_github
  82.     src: https://github.com/esx-framework/es_extended
  83.     ref: 694cd6757802c432bd025f8251dee33760080eff
  84.     dest: ./resources/[esx]/es_extended
  85.  
  86.   - action: download_github
  87.     src: https://github.com/esx-framework/esx_menu_default
  88.     ref: 2d46087ade9369c46df1d80b706dc13e6e4ac673
  89.     dest: ./resources/[esx]/esx_menu_default
  90.  
  91.   - action: download_github
  92.     src: https://github.com/esx-framework/esx_menu_dialog
  93.     ref: 1f53d642aa5867fd7762e1c98454d616e2a66f6a
  94.     dest: ./resources/[esx]/esx_menu_dialog
  95.  
  96.   - action: download_github
  97.     src: https://github.com/esx-framework/esx_menu_list
  98.     ref: c4c88a9afd475074213d2586d09ac091c389c369
  99.     dest: ./resources/[esx]/esx_menu_list
  100.  
  101.   - action: download_github
  102.     src: https://github.com/esx-framework/esx_datastore
  103.     ref: dfe0321bdd7ba35b6ec3316529c220b827816997
  104.     dest: ./resources/[esx]/esx_datastore
  105.  
  106.   - action: download_github
  107.     src: https://github.com/esx-framework/esx_identity
  108.     ref: a74f91e7f90c3cc82da854637bb9b4611f52e810
  109.     dest: ./resources/[esx]/esx_identity
  110.  
  111.   - action: download_github
  112.     src: https://github.com/esx-framework/esx_skin
  113.     ref: b98f29022a32548f2104585ee1a0c68f882a8248
  114.     dest: ./resources/[esx]/esx_skin
  115.  
  116.   - action: download_github
  117.     src: https://github.com/esx-framework/esx_status
  118.     ref: 3d526522fa78c37b5967005d19106eadd27695f1
  119.     dest: ./resources/[esx]/esx_status
  120.  
  121.   - action: download_github
  122.     src: https://github.com/esx-framework/esx_basicneeds
  123.     ref: dcde28674724f65864dbeb7abe2978981bf0b17c
  124.     dest: ./resources/[esx]/esx_basicneeds
  125.  
  126.   - action: download_github
  127.     src: https://github.com/esx-framework/esx_billing
  128.     ref: 18df79337a5d35b945fa1ecfa2794e6bee3407aa
  129.     dest: ./resources/[esx]/esx_billing
  130.  
  131.   - action: download_github
  132.     src: https://github.com/esx-framework/esx_addoninventory
  133.     ref: 5709570bc2cda27e08159536e3a6c9d1a3734915
  134.     dest: ./resources/[esx]/esx_addoninventory
  135.  
  136.   - action: download_github
  137.     src: https://github.com/esx-framework/esx_addonaccount
  138.     ref: 3573919be24068283a3103a08414f64398381513
  139.     dest: ./resources/[esx]/esx_addonaccount
  140.  
  141.   - action: download_github
  142.     src: https://github.com/esx-framework/esx_society
  143.     ref: b033466e14cfed43742117b11f1526b2e127e241
  144.     dest: ./resources/[esx]/esx_society
  145.  
  146.   - action: download_github
  147.     src: https://github.com/esx-framework/esx_license
  148.     ref: 4a791b81827f17f7e31aeac1fb15f3c9c9ec6764
  149.     dest: ./resources/[esx]/esx_license
  150.  
  151.   - action: download_github
  152.     src: https://github.com/esx-framework/esx_service
  153.     ref: 0c85c4e4b212015fbf97a4707ad59aa55904768d
  154.     dest: ./resources/[esx]/esx_service
  155.  
  156.   - action: download_github
  157.     src: https://github.com/esx-framework/esx_garage
  158.     ref: 6ae703b18965452d148541c061f830469c8a8bd9
  159.     dest: ./resources/[esx]/esx_garage
  160.  
  161.   - action: download_github
  162.     src: https://github.com/esx-framework/esx_vehicleshop
  163.     ref: 79e10361bb3607f152a2887b5b45ff998e840d52 # latest is bugged, ask taso
  164.     dest: ./resources/[esx]/esx_vehicleshop
  165.  
  166.   - action: download_github
  167.     src: https://github.com/esx-framework/esx_jobs
  168.     ref: fb6bd5ef72cff371a7ff2b46526cbc5708b2c3ad
  169.     dest: ./resources/[esx]/esx_jobs
  170.  
  171.   - action: download_github
  172.     src: https://github.com/esx-framework/esx_joblisting
  173.     ref: bbce9722a24269e667d00cc26b7c6408f29cdfb7
  174.     dest: ./resources/[esx]/esx_joblisting
  175.  
  176.   - action: download_github
  177.     src: https://github.com/esx-framework/esx_policejob
  178.     ref: 22cdd4ef2d7808ae8109d1e9f65a336300f2cad2
  179.     dest: ./resources/[esx]/esx_policejob
  180.  
  181.   - action: download_github
  182.     src: https://github.com/esx-framework/esx_ambulancejob
  183.     ref: ba0961095c8a31f1d993c2c13f913dbb37bf52bf
  184.     dest: ./resources/[esx]/esx_ambulancejob
  185.  
  186.   - action: download_github
  187.     src: https://github.com/esx-framework/esx_mechanicjob
  188.     ref: d0e414fc96d3a07a68cafd57aaff954baa28bf99
  189.     dest: ./resources/[esx]/esx_mechanicjob
  190.  
  191.   - action: download_github
  192.     src: https://github.com/esx-framework/esx_taxijob
  193.     ref: 0f69bfce0a8f587abcfc7e9567fffd3fa53e663c
  194.     dest: ./resources/[esx]/esx_taxijob
  195.  
  196.   - action: download_github
  197.     src: https://github.com/esx-framework/esx_lscustom
  198.     ref: b6f2f129ababf6ac3709145c814f52453d6b7ffa
  199.     dest: ./resources/[esx]/esx_lscustom
  200.  
  201.   - action: download_github
  202.     src: https://github.com/esx-framework/esx_atm
  203.     ref: e2d7eead18284052e5732856bf93a4b439764c61
  204.     dest: ./resources/[esx]/esx_atm
  205.  
  206.   - action: download_github
  207.     src: https://github.com/esx-framework/esx_shops
  208.     ref: a085b5ba13f47acb754a0842908ae7cd60417763
  209.     dest: ./resources/[esx]/esx_shops
  210.  
  211.   - action: download_github
  212.     src: https://github.com/esx-framework/esx_weaponshop
  213.     ref: b42afd53e3f9876c357962a9d79d86dc6919fde0
  214.     dest: ./resources/[esx]/esx_weaponshop
  215.  
  216.   - action: download_github
  217.     src: https://github.com/esx-framework/esx_clotheshop
  218.     ref: 04183ae7c0a9c1505b37a13bb4e2bbd195862511
  219.     dest: ./resources/[esx]/esx_clotheshop
  220.  
  221.   - action: download_github
  222.     src: https://github.com/esx-framework/esx_barbershop
  223.     ref: 25103f725db46a22ff8e12925290f2b71e9137cc
  224.     dest: ./resources/[esx]/esx_barbershop
  225.  
  226.   - action: download_github
  227.     src: https://github.com/esx-framework/esx_drugs
  228.     ref: 5d80d30de3d62122c1a8144fe0fc8635da14e6b0
  229.     dest: ./resources/[esx]/esx_drugs
  230.  
  231.   - action: download_github
  232.     src: https://github.com/esx-framework/esx_holdup
  233.     ref: ee9c916ebf955abefa3bfdbd20a773122b865a22
  234.     dest: ./resources/[esx]/esx_holdup
  235.  
  236.   ## GCPhone stuff
  237.   - action: download_file
  238.     url: https://github.com/Re-Ignited-Development/Re-Ignited-Phone/releases/download/V1.5/resources-1.2.zip
  239.     path: ./tmp/gcphone.zip
  240.   - action: unzip
  241.     src: ./tmp/gcphone.zip
  242.     dest: ./tmp
  243.   - action: move_path
  244.     src: ./tmp/resources-1.2/gcphone
  245.     dest: ./resources/gcphone
  246.  
  247.  
  248.   ## KL HUD v2
  249.   - action: download_github
  250.     src: https://github.com/Kilichi/Kl_HudV2
  251.     ref: ac8a321ff335706509bdc6122a2984a80082e669
  252.     dest: ./resources/Kl_HudV2
  253.  
  254.   - action: replace_string
  255.     file: ./resources/[esx]/esx_status/client/main.lua
  256.     search: 'esx_status:onTick'
  257.     replace: 'Kl_Hud:onTick'
  258.  
  259.  
  260.   ## Final touches
  261.   - action: replace_string
  262.     mode: all_vars
  263.     file: ./resources/loadingscreen/config.js
  264.    
  265.   - action: remove_path
  266.     path: ./tmp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement