Advertisement
Guest User

Config

a guest
Jan 23rd, 2022
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.97 KB | None | 0 0
  1. {
  2.   "Enable notifications in chat": true,
  3.   "Chat steamID icon": 0,
  4.   "Enable logging": false,
  5.   "Commands list": [
  6.     "limits",
  7.     "limit"
  8.   ],
  9.   "Warn about less then % of limit": 0.2,
  10.   "Permissions": [
  11.     {
  12.       "Permission": "limitentities.default",
  13.       "Priority": 0,
  14.       "Limits Global": {
  15.         "Limit Total": 5000,
  16.         "Limits Entities": {
  17.           "assets/prefabs/deployable/tool cupboard/cupboard.tool.deployed.prefab": 5,
  18.           "assets/prefabs/deployable/floor spikes/spikes.floor.prefab": 0,
  19.           "assets/prefabs/deployable/bear trap/beartrap.prefab": 0,
  20.           "assets/prefabs/deployable/landmine/landmine.prefab": 0,
  21.           "assets/prefabs/npc/sam_site_turret/sam_site_turret_deployed.prefab": 0,
  22.           "assets/prefabs/deployable/search light/searchlight.deployed.prefab": 5,
  23.           "assets/prefabs/deployable/playerioents/sprinkler/electric.sprinkler.deployed.prefab": 9,
  24.           "assets/prefabs/deployable/ceiling light/ceilinglight.deployed.prefab": 15,
  25.           "assets/prefabs/deployable/planters/planter.large.deployed.prefab": 16,
  26.           "assets/prefabs/deployable/vendingmachine/vendingmachine.deployed.prefab": 5,
  27.           "assets/prefabs/deployable/furnace.large/furnace.large.prefab": 6,
  28.           "assets/prefabs/deployable/furnace/furnace.prefab": 10,
  29.           "assets/prefabs/deployable/fireplace/fireplace.deployed.prefab": 10,
  30.           "assets/prefabs/deployable/campfire/campfire.prefab": 10,
  31.           "assets/prefabs/deployable/planters/planter.small.deployed.prefab": 15,
  32.           "assets/bundled/prefabs/static/small_refinery_static.prefab": 5,
  33.           "assets/prefabs/deployable/windmill/generator.wind.scrap.prefab": 6,
  34.           "assets/prefabs/voiceaudio/laserlight/laserlight.deployed.prefab": 20
  35.         }
  36.       },
  37.       "Limits Building": {
  38.         "Limit Total": 3000,
  39.         "Limits Entities": {
  40.           "assets/prefabs/deployable/planters/planter.large.deployed.prefab": 32,
  41.           "assets/prefabs/deployable/vendingmachine/vendingmachine.deployed.prefab": 10,
  42.           "assets/prefabs/deployable/playerioents/sprinkler/electric.sprinkler.deployed.prefab": 18,
  43.           "assets/prefabs/deployable/ceiling light/ceilinglight.deployed.prefab": 20,
  44.           "assets/prefabs/deployable/search light/searchlight.deployed.prefab": 2,
  45.           "assets/prefabs/deployable/furnace.large/furnace.large.prefab": 4,
  46.           "assets/prefabs/deployable/furnace/furnace.prefab": 10,
  47.           "assets/prefabs/deployable/fireplace/fireplace.deployed.prefab": 2,
  48.           "assets/bundled/prefabs/static/small_refinery_static.prefab": 2,
  49.           "assets/prefabs/deployable/planters/planter.small.deployed.prefab": 9,
  50.           "assets/prefabs/deployable/windmill/generator.wind.scrap.prefab": 3
  51.         }
  52.       }
  53.     },
  54.     {
  55.       "Permission": "limitentities.vip",
  56.       "Priority": 1,
  57.       "Limits Global": {
  58.         "Limit Total": 10000,
  59.         "Limits Entities": {}
  60.                   },
  61.       "Limits Building": {
  62.         "Limit Total": 5000,
  63.         "Limits Entities": {}
  64.       }
  65.     },
  66.     {
  67.       "Permission": "limitentities.nolimit",
  68.       "Priority": 999,
  69.       "Limits Global": {
  70.         "Limit Total": 1000000,
  71.         "Limits Entities": {}
  72.       },
  73.       "Limits Building": {
  74.         "Limit Total": 1000000,
  75.         "Limits Entities": {}
  76.       }
  77.     },
  78.     {
  79.       "Permission": "limitentities.debug",
  80.       "Priority": 9999,
  81.       "Limits Global": {
  82.         "Limit Total": 15,
  83.         "Limits Entities": {
  84.           "assets/prefabs/building core/foundation.triangle/foundation.triangle.prefab": 10,
  85.           "assets/prefabs/building core/foundation/foundation.prefab": 10
  86.         }
  87.       },
  88.       "Limits Building": {
  89.         "Limit Total": 5,
  90.         "Limits Entities": {
  91.           "assets/prefabs/building core/foundation.triangle/foundation.triangle.prefab": 10,
  92.           "assets/prefabs/building core/foundation/foundation.prefab": 10
  93.         }
  94.       }
  95.     }
  96.   ]
  97. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement