docs: 更新文档

This commit is contained in:
2023-05-10 19:28:02 +08:00
parent c51bd60676
commit 82bf626e72
2 changed files with 6 additions and 11 deletions

View File

@@ -4,11 +4,11 @@
# 指令
| 指令 | 描述 |
|:-------------------------------------|:------------------------------|
| /sudoAllConsole <bukkit/proxy> <命令> | 强制所有 **游戏端****代理端** 执行某条命令 |
| /sudoAllPlayer <bukkit/proxy> <命令> | 强制所有玩家执行 **游戏端****代理端** 命令 |
| /sudoPlayer <玩家> <bukkit/proxy> <命令> | 强制玩家执行 **游戏端****代理端** 命令 |
| /sudoConsole <serverID> <命令> | 强制服务端执行命令 |
| 指令 | 描述 |
|:--------------------------------------|:------------------------------|
| /sudo <玩家> <bukkit/proxy> <命令> | 强制玩家执行 **游戏端****代理端** 命令 |
| /sudo-server <serverID> <命令> | 强制服务端执行命令 |
| /sudo-all-console <bukkit/proxy> <命令> | 强制所有 **游戏端****代理端** 执行某条命令 |
| /sudo-all-player <bukkit/proxy> <命令> | 强制所有玩家执行 **游戏端****代理端** 命令 |
[返回首页](../README.md)

View File

@@ -2,11 +2,6 @@ version = '1.0.0'
setArchivesBaseName("HamsterSudo")
dependencies {
//noinspection VulnerableLibrariesLocal
compileOnly "org.spigotmc:spigot-api:${spigot_api_version}"
//noinspection VulnerableLibrariesLocal
compileOnly "net.md-5:bungeecord-api:${bungee_api_version}"
compileOnly "cn.hamster3.mc.plugin.ball:common:${hamster_ball_version}"
}