```luaConfig = {}Config.Debug =falseConfig.Lang ='de'-- If you want to use the discord webhook insert it hereConfig.DiscordWebhook ='--Edit the Settings for the BlipsConfig.BlipScale =
1.0
Config.BlipDisplayType =4--See "INFO BOX" down below
Config.BlipShortRange =true--True / False
Config.BlipMinNameLenght =3
-- Key settings
-- Can be found here: https://docs.fivem.net/docs/game-references/controls/
Config.PressableKey =121
--Create new Blips on the map
--Title = Name on Map
--Colour = Color on the Map ( https://docs.fivem.net/docs/game-references/blips/#blip-colors )
--Id = Icon type on map ( https://docs.fivem.net/docs/game-references/blips/#blips )
--x,y,z = Position on the map
Config.Blips = {
{title="Farm Trauben", colour=69, id=79, x =-1823.521, y =2192.698, z =95.838},
{title="Verarbeiter Traubensaft", colour=69, id=93, x =1723.04, y =4735.257, z =41.15},
{title="VerkÀufer Traubensaft", colour=69, id=467, x =1791.415, y =4594.832, z =36.76},
{title="Handwerker", colour=3, id=761, x =-2596.6506, y =1929.5369, z =167.3086},
}
-- [ ========== INFO BOX ========== ]
-- [ For BlipDisplayType you can use following settings: ]
-- [ 0 = Wont show on Map | 2 = Shows on Main map and minimap ]
-- [ 4 = shows only on main map | 5 = shows on minimap only ]
-- [ 8 = shows on main map and minimap (but not selectable) ]
-- Chose your own translations
Config.Language = {
['en'] = {
['Blip_Created'] ='Your blip was successfully created.',
['Blip_Deleted'] ='Your blip was successfully deleted.',