-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
124 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# 指令 {#commands} | ||
|
||
本页包含有关 Slimefun 的指令信息。 | ||
尽管 Slimefun4 中的指令并不多,但了解这些指令仍然很重要。 | ||
|
||
你可以使用前缀 `/slimefun` 或 `/sf`。两者都可以使用。 | ||
为了方便,我们将使用 `/sf`。 | ||
|
||
\<\> = 必填 | ||
[] = 可选 | ||
|
||
## 普通玩家指令 {#commands-for-plugin-users} | ||
|
||
| 指令 | 说明 | 所需权限 | | ||
| ----------- | ------------------- | --------- | | ||
| /sf help | 显示所有指令 | 无 | | ||
| /sf guide | 获得粘液指南书物品 | slimefun.command.guide | | ||
| /sf stats | 显示你当前的状态、称号、已花费的经验值、解锁的进度 | 无 | | ||
| /sf search \<搜索内容\> | 打开指南并显示搜索界面 | slimefun.command.search | | ||
| /sf open_guide | 直接打开粘液指南书 | slimefun.command.open_guide | | ||
|
||
:::warning | ||
|
||
默认情况下,只有以下权限被授予玩家: | ||
|
||
- `slimefun.command.guide` | ||
- `slimefun.command.search` | ||
|
||
::: | ||
|
||
## 管理员指令 {#commands-for-administrators} | ||
|
||
| 指令 | 说明 | 所需权限 | | ||
| ----------- | ------------------- | --------- | | ||
| /sf give \<玩家\> \<物品 ID\> [数量] | 给予指定物品给指定玩家 | slimefun.cheat.items | | ||
| /sf cheat | 打开作弊菜单,可直接获取物品 | slimefun.cheat.items | | ||
| /sf versions | 显示 Slimefun 版本与附属信息 | slimefun.command.versions | | ||
| /sf research \<玩家\> \<研究 / all / reset\> | 为指定玩家解锁指定研究/所有研究/重置所有研究。 | slimefun.cheat.researches | | ||
| /sf stats \<玩家\> | 显示指定玩家的当前状态、称号、已花费的经验值、解锁的进度 | slimefun.stats.others | | ||
| /sf teleporter [玩家] | 显示你的或指定玩家的所有传送点 | slimefun.command.teleporter | | ||
| /sf timings | 显示粘液刻的统计信息 | slimefun.command.timings | | ||
| /sf debug_fish | 获得调试工具 | slimefun.debugging | | ||
| /sf backpack \<玩家\> \<ID\> | 给予你用于恢复指定玩家的指定背包的备用背包,应仅用于恢复背包物品 | slimefun.command.backpack | | ||
| /sf charge | 给你手中的物品完全充电 | slimefun.command.charge | | ||
| /sf id | 获得手中粘液物品的 ID | slimefun.command.id | | ||
| /sf cleardata \<世界\> \<\*/block/oil\> | 清除指定世界的 Slimefun 数据(方块/石油) | slimefun.command.clear_data | | ||
|
||
:::warning | ||
|
||
以下指令仅汉化版可用: | ||
|
||
- `/sf id` | ||
- `/sf cleardata` | ||
|
||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# 权限 {#permissions} | ||
|
||
这些是 Slimefun 的权限节点列表。 | ||
大部分用于指令,详见[指令](/Commands)页面。 | ||
|
||
## 指令相关权限 {#permissions-for-commands} | ||
|
||
| 指令 | 说明 | 默认 | | ||
| -------- | -------------------------| --------- | | ||
| slimefun.cheat.items | 允许你使用 `/sf give` 与 `/sf cheat` | OP | | ||
| slimefun.cheat.researches | 允许你使用 `/sf research` | OP | | ||
| slimefun.stats.others | 允许你使用 `/sf stats` 查询他人 | OP | | ||
| slimefun.command.timings | 允许你使用 `/sf timings` | OP | | ||
| slimefun.command.teleporter | 允许你使用 `/sf teleporter` | OP | | ||
| slimefun.command.versions | 允许你使用 `/sf versions` | OP | | ||
| slimefun.command.guide | 允许你使用 `/sf guide` | 所有人 | | ||
| slimefun.command.search | 允许你使用 `/sf search` | 所有人 | | ||
| slimefun.command.open_guide | 允许你使用 `/sf open_guide` | OP | | ||
| slimefun.command.backpack | 允许你使用 `/sf backpack` | OP | | ||
| slimefun.command.charge | 允许你使用 `/sf charge` | OP | | ||
| slimefun.debugging | 允许你使用 `/sf debug_fish` | OP | | ||
|
||
## 方块相关权限 {#permissions-for-blocks} | ||
|
||
| 指令 | 说明 | 默认 | | ||
| -------- | -------------------------| --------- | | ||
| slimefun.inventory.bypass | 允许你打开别人的机器 | OP | | ||
| slimefun.cargo.bypass | 允许你使用其他人的货运节点 | OP | | ||
| slimefun.gps.bypass | 允许你使用其他人的 GPS 设备 | OP | | ||
| slimefun.android.bypass | 允许你使用其他人的机器人 | OP | | ||
| slimefun.android.upload-script | 允许你上传机器人的脚本 | OP | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters