database: # Only when mysql mode is enabled ConnectionStrings: # See for more info: https://www.connectionstrings.com/sql-server/ default: "Server=127.0.0.1; Database=openmod; Port=3306; User=root; Password=password" Garages: # This is a list with all the garages for playes give them the permission soo them have access to them - GarageName: "Small" # They will use the one with more spaces they have GarageSize: 2 GaragePermission: "small" - GarageName: "medium" GarageSize: 3 GaragePermission: "medium" - GarageName: "big" GarageSize: 5 GaragePermission: "big" BlacklistedVehicles: # A list with the blacklisted vehicles to save - Ids: # Here it goes the ids of the vehicles its a list so you can add all the ones you want - 76 BypassPermission: "Bypass.Taxi" - Ids: - 35 - 36 BypassPermission: "Bypass.van" BlacklistedBarricades: # A list with the blacklisted barricades to save - Ids: # Here it goes the ids of the barricades its a list so you can add all the ones you want - 328 BypassPermission: "Bypass.Locker" - Ids: - 45 BypassPermission: "Bypass.Barricade" BlacklistedTrunkItems: # A list with the blacklisted items to save on the trunk - Ids: # Here it goes the ids of the items its a list so you can add all the ones you want - 4 BypassPermission: "Bypass.Eaglefire" - Ids: - 518 - 520 BypassPermission: "Bypass.Launcher" StorageType: "LiteDB" # Storage types: MySQL and LiteDB SavingRestrictions: # Some usefull restrictions MaxAmount: Barricades: Enabled: false Amount: 0 Items: Enabled: false Amount: 0 GarageCommandsConditions: RequiresItems: false # Set to false to disable true to enable RequiredItems: # A list that contains some items that will be required to use the commands - 3213 - 323 - 32 UI: Enabled: false # Here you can enable or disable the ui mode PanelName: "Server Name here" # Sets the panel name on the top of the ui