Advertisement
Guest User

Private islands default config

a guest
Mar 21st, 2023
2,152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.94 KB | None | 0 0
  1. Config = {}
  2.  
  3. Config.debug = false
  4.  
  5.  
  6. --- SETTINGS FOR ESX
  7. Config.esxSettings = {
  8.     enabled = true,
  9.     -- Whether or not to use the new ESX export method
  10.     useNewESXExport = true,
  11.    
  12.     moneyAccount = 'bank',
  13. }
  14.  
  15. --- SETTINGS FOR QBCORE
  16. Config.qbSettings = {
  17.     enabled = false,
  18.     useNewQBExport = true, -- Make sure to uncomment the old export inside fxmanifest.lua if you're still using it
  19.  
  20.     moneyAccount = 'bank',
  21. }
  22.  
  23.  
  24. Config.sql = {
  25.     driver = 'mysql', -- oxmysql or ghmattimysql or mysql
  26.     -- If you're using an older version of oxmysql set this to false
  27.     newOxMysql = true,
  28. }
  29.  
  30. -- Command used to open the management menu/ui
  31. Config.isleCommand = 'isle'
  32.  
  33. Config.shopCommand = {
  34.     enabled = true,
  35.     command = 'isleShop'
  36. }
  37.  
  38. Config.purchasing = {
  39.     -- Physical shop players can visit in game
  40.     enabled = true,
  41.     location = vector3(-712.62, -1298.45, 5.1),
  42.     --
  43.     blip = {
  44.         enabled = true,
  45.         sprite = 304,
  46.         color = 28,
  47.         scale = 1.2,
  48.     },
  49.    
  50.     -- This will enable an admin command /setIslandOwner [player id] [island name]
  51.     adminCommand = true,
  52.  
  53.     -- This will enable a command /transferIsland [player id]
  54.     -- This command will enable players to transfer their island to other players
  55.     transferCommand = {
  56.         enabled = true,
  57.         adminOnly = false,
  58.     }
  59. }
  60.  
  61. Config.prices = {
  62.     repaint = 10000
  63. }
  64.  
  65. Config.blips = {
  66.     unowned = {
  67.         enabled = true,
  68.         sprite = 304,
  69.         color = 16,
  70.         scale = 0.7,
  71.     },
  72.     owned = {
  73.         enabled = true,
  74.         sprite = 304,
  75.         color = 81,
  76.         scale = 1.2,
  77.     }
  78. }
  79.  
  80. -- The best values in my opinion are between 600 and 800
  81. -- Minimum = 300
  82. -- Maximum = 1000
  83. Config.renderDistance = 700.0
  84.  
  85. -- Value between 1 and 25 (faster speeds look better but are more performance intensive)
  86. Config.renderSpeed = 15
  87.  
  88. -- sizes: 'small', 'medium', 'big', 'huge', 'giant'
  89. Config.islands = {
  90.     {
  91.         label = 'Isla de la Luna',
  92.         name = 'isla_de_la_luna',
  93.         coords = vector3(-4200.0, -1000.0, 0.0),
  94.         coast = 'WEST COAST',
  95.         seed = 312334,
  96.         size = 'huge',
  97.         initialPrice = 2000000,
  98.         description = 'Isla de la Luna is a small, private island located near the west coast of Los Santos. It is a perfect getaway for those seeking privacy and tranquility. With its stunning beaches, turquoise waters, and lush tropical vegetation, this island is a true paradise. The island\'s name comes from the full moon that shines bright over the island, creating a romantic and magical atmosphere. Don\'t miss this chance to own a piece of this enchanting place.'
  99.     },
  100.     {
  101.         label = 'Isla del Encanto',
  102.         name = 'isla_del_encanto',
  103.         coords = vector3(-4100.0, -2200.0, 0.0),
  104.         coast = 'WEST COAST',
  105.         seed = 500,
  106.         size = 'medium',
  107.         initialPrice = 2800000,
  108.         description = 'Isla de encanto is a medium, private island located near the west coast of Los Santos. It is a tropical paradise, with crystal clear waters and lush vegetation.<br><br>Isla de encanto is being offered for sale at a price of $2,800,000. This is a unique opportunity to own a piece of paradise, and it is sure to be a wonderful investment for those looking to escape the hustle and bustle of city life. So, if you\'re interested in owning your own private island, Isla de encanto may be the perfect opportunity for you.'
  109.     },
  110.     {
  111.         label = 'Isla de la Magia',
  112.         name = 'isla_de_la_magia',
  113.         coords = vector3(-3200.0, -1400.0, 0.0),
  114.         coast = 'WEST COAST',
  115.         seed = 1000,
  116.         size = 'big',
  117.         initialPrice = 3700000,
  118.         description = 'Isla de la Magia is a big, private island located near the west coast of Los Santos. It is a tropical paradise, with crystal clear waters and lush vegetation.<br><br>Isla de la Magia is being offered for sale at a price of $3,700,000. This is a unique opportunity to own a piece of paradise, and it is sure to be a wonderful investment for those looking to escape the hustle and bustle of city life. So, if you\'re interested in owning your own private island, Isla de la Magia may be the perfect opportunity for you.'
  119.     },
  120.     {
  121.         label = 'Isla de la Alma',
  122.         name = 'isla_de_la_alma',
  123.         coords = vector3(-5500.0, -800.0, 0.0),
  124.         coast = 'WEST COAST',
  125.         seed = 142515,
  126.         size = 'huge',
  127.         initialPrice = 5600000,
  128.         description = 'Isla de la Alma is a huge, private island located near the west coast of Los Santos. This island is a true gem with its turquoise waters, coral reefs, and abundant marine life. With its vast open spaces and secluded beaches, Isla de la Alma is a perfect escape from the hustle and bustle of city life. The island\'s name comes from the feeling of peace and calm that it instills in its visitors. With its stunning natural beauty and peaceful surroundings, Isla de la Alma is an island paradise like no other.'
  129.     },
  130.     {
  131.         label = 'Isla del toro',
  132.         name = 'isla_del_toro',
  133.         coords = vector3(-6600.0, 1300.0, 0.0),
  134.         coast = 'WEST COAST',
  135.         seed = 312312,
  136.         size = 'big',
  137.         initialPrice = 3400000,
  138.         description = 'Isla del toro is a big, private island located near the west coast of Los Santos. It is a tropical paradise, with crystal clear waters and lush vegetation.<br><br>Isla del toro is being offered for sale at a price of $3,400,000. This is a unique opportunity to own a piece of paradise, and it is sure to be a wonderful investment for those looking to escape the hustle and bustle of city life. So, if you\'re interested in owning your own private island, Isla del toro may be the perfect opportunity for you.'
  139.     },
  140. }
  141.  
  142.  
  143. -- https://docs.fivem.net/docs/game-references/controls/
  144. -- Use the input index for the "input" value
  145. Config.keybinds = {
  146.     interact = {
  147.         label = 'E',
  148.         input = 38,
  149.     }
  150. }
  151.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement