generated from postyizhan/Wiki-Template
-
Notifications
You must be signed in to change notification settings - Fork 46
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
1 parent
8f1209b
commit ee005da
Showing
11 changed files
with
93 additions
and
69 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
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 |
---|---|---|
|
@@ -53,7 +53,7 @@ sidebar_position: 10 | |
:::danger | ||
不要尝试在frp上使用这个指令,你会惊奇的发现,所有人都进不去 | ||
不要尝试在 frp 上使用这个指令,你会惊奇的发现,所有人都进不去 | ||
::: | ||
|
@@ -69,20 +69,36 @@ sidebar_position: 10 | |
## /plugins | ||
看到服务器所有安装的插件(玩家也可以执行此指令) | ||
看到服务器所有安装的插件,这个指令的权限默认是打开的,所有人都能看到。 | ||
如果你不想玩家看到插件列表,你可以使用 `Plugin Hide Pro` 插件 | ||
如果你不想玩家通过指令获取插件列表,可以将以下权限设置为 `false` | ||
|
||
``` | ||
Check failure on line 76 in docs-java/start/basic/server-management-command.md GitHub Actions / deployFenced code blocks should have a language specified
Check failure on line 76 in docs-java/start/basic/server-management-command.md GitHub Actions / deployFenced code blocks should have a language specified
|
||
bukkit.command.plugins | ||
bukkit.command.version | ||
bukkit.command.help | ||
``` | ||
通过简单的权限设置,玩家将无法通过指令获取服务器的插件列表,但某些作弊客户端 | ||
能够通过分析 tab 补全,利用某些版本的漏洞,获取服务器插件列表。 | ||
如果介意被获取插件,可以安装 `Plugin Hide Pro` 或 `CommandWhiteist` 插件 | ||
## /op [玩家名称] | ||
给予指定玩家OP(操作员)权限 | ||
给予指定玩家 OP(操作员)权限 | ||
## /deop [玩家名称] | ||
解除玩家的 OP 权限 | ||
:::danger | ||
千万不要随意给玩家OP,恶意玩家可以使用此权限损坏服务器,甚至入侵宿主机 | ||
千万不要随意给玩家 OP ,恶意玩家可以使用此权限损坏服务器,甚至入侵主机。 | ||
::: | ||
需要注意,OP 间可以互相 deop,只要一个人获取了 OP 就能下掉其他所有的 OP, | ||
## /deop [玩家名称] | ||
这是一个非常危险的权限,如果可能,请用权限管理插件而不是给一堆 OP | ||
解除玩家的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
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
Oops, something went wrong.