mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Remote Control : Auto accept tpa and tpahere
- Added Essentials teleportation request in bot api - Used the api in remote control to auto accept
This commit is contained in:
parent
9456e82923
commit
f0b071ddea
2 changed files with 27 additions and 2 deletions
|
|
@ -46,6 +46,10 @@ namespace MinecraftClient.ChatBots
|
|||
break;
|
||||
}
|
||||
}
|
||||
else if (isTeleportRequest(text, ref sender) && Settings.Bots_Owners.Contains(sender.ToLower()))
|
||||
{
|
||||
SendText("/tpaccept");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue