Class InternCommand
java.lang.Object
client.messages.commands.InternCommand
「巡邏者」等級(GM 等級 3)所能使用的內建 GM 指令集合容器。
本類別以靜態嵌套類別(每個指令一個 CommandExecute 子類別)
組織巡邏者等級的管理功能,由 CommandProcessor 在啟動時
以反射掃描並自動注冊至指令映射表。提供的指令涵蓋:
- 玩家禁言管理(
Mute、MuteID、MuteList): 切換characters.canTalk欄位,支援線上與離線角色。 - 查詢與監控功能:搜尋涉嫌外掛的玩家、頻道/地圖/角色資訊查詢。
- 帳號操作:傳送、踢除玩家等基本管理動作。
getPlayerLevelRequired() 回傳
ServerConstants.PlayerGMRank.巡邏者,
決定本容器所有指令的最低執行權限。
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InternCommand
public InternCommand()
-
-
Method Details
-
getPlayerLevelRequired
-