forked from Mhy278/MinecraftServerHostGuide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
32 lines (32 loc) · 767 Bytes
/
Copy pathbook.json
File metadata and controls
32 lines (32 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"title": "我的世界服务器搭建指南",
"description": "Minecraft 我的世界开服零基础教学",
"author": "Mhy278,Drenal,冰冷,asougi85,魂葬,弱鸡绿毛怪,tdiant,蛋黄酱,Hmm1313133,几何,火雨,Auange_M夜幕",
"language": "zh-hans",
"styles": {
"website": "styles/website.css"
},
"plugins": [
"-lunr",
"-search",
"-sharing",
"search-plus",
"splitter",
"github",
"expandable-chapters",
"code",
"ga",
"back-to-top-button"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/Mhy278/MinecraftServerHostGuide"
},
"code": {
"copyButtons": true
},
"ga": {
"token": "UA-161510371-1"
}
}
}