mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Changed the bed command to be able to sleep. Added relative coordinates to /dig command.
This commit is contained in:
parent
6a266c68c3
commit
cd3adfa14c
5 changed files with 94 additions and 13 deletions
|
|
@ -33,7 +33,7 @@ namespace MinecraftClient.ChatBots
|
|||
deleteAllOnExit = Settings.Map_Delete_All_On_Unload;
|
||||
notifyOnFirstUpdate = Settings.Map_Notify_On_First_Update;
|
||||
|
||||
RegisterChatBotCommand("maps", "bot.map.cmd.desc", "maps <list/render <id>> | maps <l/r <id>>", OnMapCommand);
|
||||
RegisterChatBotCommand("maps", "bot.map.cmd.desc", "maps list|render <id> or maps l|r <id>", OnMapCommand);
|
||||
}
|
||||
|
||||
public override void OnUnload()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue