-
Notifications
You must be signed in to change notification settings - Fork 2
Register command
XiaoColorful edited this page Mar 31, 2026
·
3 revisions
/battleroyale register manager [protocol]
需要权限等级2
/battleroyale register manager [protocol]
- protocol:"命名空间" + ":" + "管理器名称"
- 对于本模组指令,"battleroyale"和"cbr"均可作为命名空间
/battleroyale register manager battleroyale:GameManager
将游戏管理器替换为大逃杀游戏管理器
- 所有游戏子管理器也一并注册
/battleroyale register manager battleroyale:DMGameProcessManager
将游戏进程管理器替换为死斗模式游戏进程管理器
/battleroyale register manager [protocol]
Require permission level 2
/battleroyale register manager [protocol]
- protocol: "namespace" + ":" + "manager name"
- For this mod's commands, both "battleroyale" and "cbr" can be used as namespaces.
/battleroyale register manager battleroyale:GameManager
Replace the game manager with the BattleRoyale game manager
- All game sub-managers are also registered
/battleroyale register manager battleroyale:DMGameProcessManager
Replace the game process manager with the DeathMatch game process manager
🌐 Language / 语言
-
- Configuration Introduction
- Command Introcuction
- Game type introduction
- About
- Mod development tutorial