Advertisement
IIIaKa

RealPVE_NewbieConfig

May 20th, 2024 (edited)
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.15 KB | Source Code | 0 0
  1. {
  2.   "Is it worth changing the list of items given at spawn on the beach?": true,
  3.   "List of items for the main inventory": [
  4.     {
  5.       "ShortName": "note",
  6.       "Slot": 0,
  7.       "Amount": 1,
  8.       "SkinID": 0,
  9.       "Text": "MsgNoteText"
  10.     }
  11.   ],
  12.   "List of items for the belt": [
  13.     {
  14.       "ShortName": "rock",
  15.       "Slot": 0,
  16.       "Amount": 1,
  17.       "SkinID": 3034565372,
  18.       "Text": ""
  19.     },
  20.     {
  21.       "ShortName": "torch",
  22.       "Slot": 1,
  23.       "Amount": 1,
  24.       "SkinID": 0,
  25.       "Text": ""
  26.     }
  27.   ],
  28.   "List of items for clothing": [
  29.     {
  30.       "ShortName": "partyhat",
  31.       "Slot": 0,
  32.       "Amount": 1,
  33.       "SkinID": 0,
  34.       "Text": ""
  35.     },
  36.     {
  37.       "ShortName": "twitchsunglasses",
  38.       "Slot": 1,
  39.       "Amount": 1,
  40.       "SkinID": 0,
  41.       "Text": ""
  42.     },
  43.     {
  44.       "ShortName": "movembermoustache",
  45.       "Slot": 2,
  46.       "Amount": 1,
  47.       "SkinID": 0,
  48.       "Text": ""
  49.     },
  50.     {
  51.       "ShortName": "chicken.costume",
  52.       "Slot": 3,
  53.       "Amount": 1,
  54.       "SkinID": 0,
  55.       "Text": ""
  56.     }
  57.   ],
  58.   "Version": {
  59.     "Major": 0,
  60.     "Minor": 1,
  61.     "Patch": 0
  62.   }
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement