-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
118 lines (118 loc) · 4.45 KB
/
mkdocs.yml
File metadata and controls
118 lines (118 loc) · 4.45 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
site_name: BentoBox World
copyright: "© Copyright 2017-2026 tastybento and the BentoBoxWorld community (CC-BY 4.0)."
repo_url: https://github.com/BentoBoxWorld/BentoBox
repo_name: BentoBoxWorld/BentoBox
edit_uri: ""
nav:
- 首页: index.md
- "BentoBox能做什么?":
- 岛屿管理: BentoBox/About/IslandManagement.md
- 游戏模式: BentoBox/About/GameModes.md
- 插件: BentoBox/About/Addons.md
- 团队处理: BentoBox/About/Teams.md
- 保护: BentoBox/About/Protections.md
- 蓝图: BentoBox/About/BlueprintsSummary.md
- 多语言支持: BentoBox/About/Multilingual.md
- 管理工具: BentoBox/About/AdminTools.md
- 术语表: Glossary.md
- 常见问题解答: FAQ.md
- 游戏模式:
- 选择游戏模式: gamemodes/Comparison.md
- AcidIsland: gamemodes/AcidIsland/index.md
- AOneBlock: gamemodes/AOneBlock/index.md
- BSkyBlock: gamemodes/BSkyBlock/index.md
- Boxed: gamemodes/Boxed/index.md
- CaveBlock: gamemodes/CaveBlock/index.md
- Poseidon: gamemodes/Poseidon/index.md
- SkyGrid: gamemodes/SkyGrid/index.md
- Stranger Realms: gamemodes/StrangerRealms/index.md
- 插件:
- 银行: addons/Bank/index.md
- 生态群落: addons/Biomes/index.md
- 边界: addons/Border/index.md
- 炼药术: addons/CauldronWitchery/index.md
- 挑战: addons/Challenges/index.md
- 聊天: addons/Chat/index.md
- 查看我: addons/CheckMeOut/index.md
- 控制面板: addons/ControlPanel/index.md
- 维度树: addons/DimensionalTrees/index.md
- 额外怪物: addons/ExtraMobs/index.md
- 农民之舞: addons/FarmersDance/index.md
- 温室: addons/Greenhouses/index.md
- 物品转换器: addons/InvSwitcher/index.md
- 岛屿飞行: addons/IslandFly/index.md
- 等级: addons/Level/index.md
- 点赞: addons/Likes/index.md
- 限制: addons/Limits/index.md
- 魔法鹅卵石生成器: addons/MagicCobblestoneGenerator/index.md
- 顶级方块: addons/TopBlock/index.md
- 树木摇摆: addons/TwerkingForTrees/index.md
- 升级: addons/Upgrades/index.md
- 访问: addons/Visit/index.md
- 虚空传送门: addons/VoidPortals/index.md
- 传送点: addons/Warps/index.md
- "教程 – 通用":
- "前30分钟": BentoBox/First-Steps.md
- "如何安装": BentoBox/Install-Bentobox.md
- "将BentoBox世界设置为服务器的默认世界": BentoBox/Set-a-BentoBox-world-as-the-server-default-world.md
- "数据库转移": BentoBox/Database-transition.md
- "教程 – API":
- "创建一个插件": Tutorials/api/Create-an-addon.md
- "配置API": BentoBox/Config-API.md
- "数据库API": BentoBox/Database-API.md
- "元数据API": BentoBox/MetadataAPI.md
- "模板面板API": Tutorials/api/Templated-Panel.md
- "从插件获取数据": BentoBox/Request-Handler-API---How-plugins-can-get-data-from-addons.md
theme:
name: material
palette:
scheme: slate
primary: deep orange
accent: green
icon:
repo: fontawesome/brands/git-alt
extra_css:
- stylesheets/bentobox-theme.css
- stylesheets/icons-minecraft-0.5.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/BentoBoxWorld
name: BentoBoxWorld on GitHub
- icon: fontawesome/brands/jenkins
link: https://ci.bentobox.world
name: BentoBoxWorld on CodeMC CI
- icon: fontawesome/brands/discord
link: https://discord.bentobox.world
name: BentoBoxWorld on Discord
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UCPaNnfxhr1-wCy0KBs9PLdQ
name: BentoBoxWorld on YouTube
- icon: fontawesome/solid/heart
link: https://github.com/sponsors/tastybento
name: Sponsor tastybento on GitHub Sponsors
- icon: fontawesome/solid/pen
link: https://github.com/BentoBoxWorld/docs
name: Contribute to the documentation on GitHub
markdown_extensions:
- attr_list
- admonition
- footnotes
- pymdownx.details
- pymdownx.escapeall
- pymdownx.progressbar
- pymdownx.superfences
- pymdownx.keys
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist
- pymdownx.tilde
- toc:
permalink: "#"
plugins:
- search
- git-revision-date-localized:
type: datetime
- minify:
minify_html: true
- macros