跟随下载放到指定文件即可

可在游戏中设置答题的问题答案配置文件

{
  "Repeat in every X second": 1800,
  "Notification before a game start enabled": true,
  "Hide game Close message": true,
  "Notification before a game start (in seconds, please watch for the overlap between questions)": 25,
  "Economy enabled?": false,
  "Serverrewards enabled?": true,
  "Commands as reward enabled?": true,
  "Duration of the Question in second": 60,
  "Play Sound to notify the event": true,
  "Prevent bruteforce against answers (recommended to turn off, if text answer is expected instead of the number of the valid answer)": true,
  "Player need to type in the Index of the valid answer": true,
  "Player need to type in the FULL valid answer, without typo": false,
  "Broadcast player winning notification.": true,
  "Text after the question duration number": "秒, 答题时间-答对奖励答错不回复-只有一次机会",
  "Sound prefab to play on start to notify players": "assets/prefabs/tools/pager/effects/beep.prefab"
}

 

 

data文件

[
  {
    "question": "在游戏中奔跑需要按什么键?",
    "valid_answer": "Shift+W",
    "incorrect_answer": [
      "Shift+Q",
	  "Shift+R",
      "Shift+E"
    ],
    "customreward": {
      "type": 2,
      "command": "",
      "itemid": -932201673,
      "amount": 100
    }
  },
  {
    "question": "矿灯的开启方法?",
    "valid_answer": "F",
    "incorrect_answer": [
      "K",
      "G",
	  "U"
    ],
    "customreward": {
      "type": 2,
      "command": "",
      "itemid": -946369541,
      "amount": 100
    }
  },
  {
    "question": "rust中如何设置窗口模式?",
    "valid_answer": "Esc+游戏设置+显示",
    "incorrect_answer": [
      "从不设置",
	  "Esc+游戏设置+控制",
	  "Esc+游戏设置+界面"
    ],
    "customreward": {
      "type": 2,
      "command": "",
      "itemid": -932201673,
      "amount": 150
    }
  },
  {
    "question": "游戏中捡起物品按什么键?",
    "valid_answer": "E",
    "incorrect_answer": [
      "F",
      "G",
	  "H"
    ],
    "customreward": {
      "type": 2,
      "command": "",
      "itemid": -932201673,
      "amount": 100
    }
  }
]

 

 

官网文件

[
  {
    "question": "Test Question for Economy?",
    "valid_answer": "This is a valid answer",
    "incorrect_answer": [
      "Random wrong answer 1",
      "Random wrong answer 2"
    ],
    "customreward": {
      "type": 0,
      "command": "",
      "itemid": 0,
      "amount": 3000
    }
  },
  {
    "question": "Test Question for ServerReward?",
    "valid_answer": "This is a valid answer",
    "incorrect_answer": [
      "Random wrong answer 1",
      "Random wrong answer 2",
	  "Random wrong answer 3"
    ],
    "customreward": {
      "type": 1,
      "command": "",
      "itemid": 0,
      "amount": 5000
    }
  },
  {
    "question": "Test Question for Item?",
    "valid_answer": "This is a valid answer, and give scrap as Item",
    "incorrect_answer": [
      "Random wrong answer 1"
    ],
    "customreward": {
      "type": 2,
      "command": "",
      "itemid": -932201673,
      "amount": 150
    }
  },
  {
    "question": "Test Question for Command?",
    "valid_answer": "This is a valid answer, and will run a command",
    "incorrect_answer": [
      "Random wrong answer 1",
      "Random wrong answer 2",
	  "Random wrong answer 3"
    ],
    "customreward": {
      "type": 3,
      "command": "",
      "itemid": 0,
      "amount": 0
    }
  }
]
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。