Skip to content

Commit fa0c9bd

Browse files
committed
fix: update links and restructure documentation for ExpExtraction plugin
1 parent d5efbd2 commit fa0c9bd

File tree

6 files changed

+76
-53
lines changed

6 files changed

+76
-53
lines changed

docs/src/.vuepress/navbar.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ export default defineNavbarConfig([
1212
{
1313
text: '🎉趣味插件',
1414
items: [
15-
{ text: 'ReColorfulMap', link: '/notes/amusing/ReColorfulMap.md' },
16-
{ text: 'CompassTeleport', link: '/notes/amusing/CompassTeleport.md' },
17-
{ text: 'ExpExtraction', link: '/notes/amusing/ExpExtraction.md' },
18-
{ text: 'LiteWorldEdit', link: '/notes/amusing/LiteWorldEdit/' },
15+
{ text: 'ReColorfulMap', link: '/amusing/ReColorfulMap/' },
16+
{ text: 'CompassTeleport', link: '/amusing/CompassTeleport/' },
17+
{ text: 'ExpExtraction', link: '/amusing/ExpExtraction/' },
18+
{ text: 'LiteWorldEdit', link: '/amusing/LiteWorldEdit/' },
1919
]
2020
},
2121
{
2222
text: '🍃服务端核心',
2323
items: [
24-
{ text: '【原版优化】DeerFolia', link: '/notes/core/DeerFolia/' },
25-
{ text: '【更多功能】DeerFoliaPlus', link: '/notes/core/DeerFoliaPlus/' },
24+
{ text: '【原版优化】DeerFolia', link: '/core/DeerFolia/' },
25+
{ text: '【更多功能】DeerFoliaPlus', link: '/core/DeerFoliaPlus/' },
2626
]
2727
},
2828
{

docs/src/notes/amusing/ExpExtraction.md

Lines changed: 0 additions & 43 deletions
This file was deleted.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: ExpExtraction
3+
createTime: 2025/06/17 17:59:52
4+
permalink: /amusing/ExpExtraction/
5+
---
6+
7+
<CardGrid>
8+
<LinkCard title="💾 下载地址" href="https://github.com/LunaDeerMC/ExpExtraction/releases/latest"></LinkCard>
9+
<LinkCard title="📁 源码地址" href="https://github.com/LunaDeerMC/ExpExtraction"></LinkCard>
10+
</CardGrid>
11+
12+
![ExpExtraction](/ExpExtraction/image.png)
13+
14+
使用本插件可以将自己的经验存储到附魔之瓶,以备后用或分享给其他人。
15+
16+
## bStats Statics
17+
18+
<div align="center">
19+
<img src="https://bstats.org/signatures/bukkit/ExpExtraction.svg" alt="" width="100%">
20+
</div>
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: 配置参考
3+
createTime: 2025/06/18 17:40:47
4+
permalink: /amusing/ExpExtraction/install/
5+
---
6+
7+
## 配置参考
8+
9+
```yaml
10+
# 使用 /extract 命令生成经验瓶
11+
command-extraction:
12+
enable: true
13+
# 每个附魔瓶可容纳的最大经验值
14+
maximum: 2000
15+
# 使用空瓶 Shift+右键 点击附魔台生成经验瓶
16+
enchanting-table:
17+
enable: true
18+
amount: 100
19+
```
20+
21+
## 权限节点
22+
23+
| 权限节点 | 说明 | 默认 |
24+
|-----------------------|------|------|
25+
| expextraction.extract | 提取经验 | true |
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: 使用方法
3+
createTime: 2025/06/18 17:40:00
4+
permalink: /amusing/ExpExtraction/use/
5+
---
6+
7+
## 经验提取(方法一)
8+
9+
```
10+
/extract [经验数量(当不指定经验数量时,默认提取所有经验)]
11+
```
12+
13+
使用指令后会在你的脚下生成一个附魔之瓶。
14+
15+
## 经验提取(方法二)
16+
17+
潜行状态下手持空玻璃瓶,对着附魔台右键即可提取经验。
18+
19+
## 使用经验
20+
21+
手持附魔之瓶右键使用即可。

docs/src/overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ permalink: /overview/
2020
## 🎉趣味插件
2121

2222
<CardGrid cols=3>
23-
<LinkCard title="ReColorfulMap" href="/notes/amusing/ReColorfulMap.md">地图画</LinkCard>
24-
<LinkCard title="CompassTeleport" href="/notes/amusing/CompassTeleport.md">指南针传送</LinkCard>
25-
<LinkCard title="ExpExtraction" href="/notes/amusing/ExpExtraction.md">经验提取</LinkCard>
26-
<LinkCard title="LiteWorldEdit" href="/notes/amusing/LiteWorldEdit/">小创世神</LinkCard>
23+
<LinkCard title="ReColorfulMap" href="/amusing/ReColorfulMap/">地图画</LinkCard>
24+
<LinkCard title="CompassTeleport" href="/amusing/CompassTeleport/">指南针传送</LinkCard>
25+
<LinkCard title="ExpExtraction" href="/amusing/ExpExtraction/">经验提取</LinkCard>
26+
<LinkCard title="LiteWorldEdit" href="/amusing/LiteWorldEdit/">小创世神</LinkCard>
2727
</CardGrid>
2828

2929
## 🍃服务端核心

0 commit comments

Comments
 (0)