Advertisement
masa-

JED 1.6.0+ - Player Inventory Groups

Jan 3rd, 2020
614
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.50 KB | None | 0 0
  1. {
  2.     "config_version": {
  3.         "id": "__default",
  4.         "version": 0
  5.     },
  6.     "dimensions": [
  7.         {
  8.             "dim": 123,
  9.             "jed": {
  10.                 "PlayerInventoryGroup": ""
  11.             }
  12.         },
  13.         {
  14.             "dim": 456,
  15.             "jed": {
  16.                 "PlayerInventoryGroup": "FooBar"
  17.             }
  18.         },
  19.         {
  20.             "dim": 789,
  21.             "jed": {
  22.                 "PlayerInventoryGroup": "FooBar"
  23.             }
  24.         }
  25.     ]
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement