Advertisement
Guest User

Untitled

a guest
Apr 21st, 2022
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.13 KB | None | 0 0
  1. {
  2.   "DispatchServerIp": "0.0.0.0",
  3.   "DispatchServerPublicIp": "0.0.0.0",
  4.   "DispatchServerPort": 443,
  5.   "DispatchServerKeystorePath": "./keystore.p12",
  6.   "DispatchServerKeystorePassword": "",
  7.   "UseSSL": true,
  8.   "GameServerName": "Test",
  9.   "GameServerIp": "0.0.0.0",
  10.   "GameServerPublicIp": "0.0.0.0",
  11.   "GameServerPort": 22102,
  12.   "UploadLogPort": 80,
  13.   "DatabaseUrl": "mongodb://10.0.1.121:2701",
  14.   "DatabaseCollection": "grasscutter",
  15.   "RESOURCE_FOLDER": "./resources/",
  16.   "DATA_FOLDER": "./data/",
  17.   "PACKETS_FOLDER": "./packets/",
  18.   "DUMPS_FOLDER": "./dumps/",
  19.   "KEY_FOLDER": "./keys/",
  20.   "LOG_PACKETS": false,
  21.   "Game": {
  22.     "ADVENTURE_EXP_RATE": 1.0,
  23.     "MORA_RATE": 1.0,
  24.     "DOMAIN_DROP_RATE": 1.0
  25.   },
  26.   "ServerOptions": {
  27.     "InventoryLimitWeapon": 2000,
  28.     "InventoryLimitRelic": 2000,
  29.     "InventoryLimitMaterial": 2000,
  30.     "InventoryLimitFurniture": 2000,
  31.     "InventoryLimitAll": 30000,
  32.     "MaxAvatarsInTeam": 4,
  33.     "MaxAvatarsInTeamMultiplayer": 4,
  34.     "MaxEntityLimit": 1000,
  35.     "WelcomeEmotes": [
  36.       2007,
  37.       1002,
  38.       4010
  39.     ],
  40.     "WelcomeMotd": "Welcome to Grasscutter emu"
  41.   }
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement