Advertisement
Guest User

Leo_Stenbuck FiveM Yarn Error

a guest
Sep 1st, 2022
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. set sv_listingIPOverride "OBFUSICATED"
  2. # ____ ____ _____
  3. # / __ \| _ \ / ____|
  4. # | | | | |_) | | ___ _ __ ___
  5. # | | | | _ <| | / _ \| '__/ _ \
  6. # | |__| | |_) | |___| (_) | | | __/
  7. # \___\_\____/ \_____\___/|_| \___|
  8.  
  9. ## You CAN edit the following:
  10. endpoint_add_tcp "OBFUSICATED"
  11. endpoint_add_udp "OBFUSICATED"
  12. sv_maxclients 48
  13. set steam_webApiKey "OBFUSICATED"
  14. sets tags "qbcore, qb-core"
  15.  
  16. ## You MAY edit the following:
  17. sv_licenseKey OBFUSICATED"
  18. sv_hostname "OBFUSICATED"
  19. sets sv_projectName "OBFUSICATED"
  20. sets sv_projectDesc "OBFUSICATED"
  21. sets locale "en-US"
  22. load_server_icon OBFUSICATED
  23. set sv_enforceGameBuild 2545
  24. set mysql_connection_string "OBFUSICATED"
  25.  
  26. # Voice config
  27. setr voice_useNativeAudio true
  28. setr voice_useSendingRangeOnly true
  29. setr voice_defaultCycle "GRAVE"
  30. setr voice_defaultVolume 0.3
  31. setr voice_enableRadioAnim 1
  32. setr voice_syncData 1
  33.  
  34. # QBCore locale config
  35. setr qb_locale "en"
  36.  
  37. # QBCore UseTarget
  38. setr UseTarget true
  39.  
  40. # These resources will start by default.
  41. ensure yarn
  42. ensure webpack
  43. ensure screenshot-basic
  44. ensure mapmanager
  45. ensure chat
  46. ensure spawnmanager
  47. ensure sessionmanager
  48. ensure basic-gamemode
  49. ensure hardcap
  50. ensure baseevents
  51.  
  52. # QBCore & Extra stuff
  53. ensure qb-core
  54. ensure [qb]
  55. ensure [standalone]
  56. ensure screenshot-basic
  57. ensure [voice]
  58. ensure [boii]
  59. ensure [defaultmaps]
  60.  
  61. #ensure mplibertycity_cols
  62. ensure mplibertycity
  63. ensure mplibertycity_burgershot
  64. ensure mplibertycity_assets
  65. ensure mplibertycity_ivveh
  66. ensure mplibertycity_lights
  67. ensure mplibertycity_props
  68. ensure mplibertycity_props2
  69. ensure mplibertycity_garbage
  70.  
  71. ensure lj-inventory
  72. ensure fivem-appearance
  73. ensure fs-spawnselector
  74. ensure tr-dumpsterdive
  75. ensure bb-multichar
  76.  
  77. ## Permissions ##
  78. add_ace group.admin command allow # allow all commands
  79. #add_principal identifier.{{principalMasterIdentifier}} qbcore.god <- doesn't exist yet, change the generated one below to qbcore.god
  80. add_principal identifier.fivem:4699015 group.admin #Leo_Stenbuck
  81.  
  82. # Resources
  83. add_ace resource.qb-core command allow # Allow qb-core to execute commands
  84.  
  85. # Gods
  86. add_ace qbcore.god command allow # Allow all commands
  87.  
  88. # Inheritance
  89. add_principal qbcore.god group.admin # Allow gods access to the main admin group used to get all default permissions
  90. add_principal qbcore.god qbcore.admin # Allow gods access to admin commands
  91. add_principal qbcore.admin qbcore.mod # Allow admins access to mod commands
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement