mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Fix Roslyn compiler references for WebSocket/HttpListener and fix MCCScript using directive semicolons
Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com> Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/6fa57d65-60be-4a4b-b15a-ad3541ac6de3
This commit is contained in:
parent
ed0a69185f
commit
eeb4383099
2 changed files with 16 additions and 19 deletions
|
|
@ -1,22 +1,11 @@
|
|||
//MCCScript 1.0
|
||||
//using System.Collections.Concurrent
|
||||
//using System.Collections.Generic
|
||||
//using System.IO
|
||||
//using System.Linq
|
||||
//using System.Net
|
||||
//using System.Net.Sockets
|
||||
//using System.Net.WebSockets
|
||||
//using System.Text
|
||||
//using System.Text.Json
|
||||
//using System.Text.Json.Serialization
|
||||
//using System.Text.RegularExpressions
|
||||
//using System.Threading
|
||||
//using System.Threading.Tasks
|
||||
//using MinecraftClient.CommandHandler
|
||||
//using MinecraftClient.Inventory
|
||||
//using MinecraftClient.Mapping
|
||||
//using MinecraftClient.Scripting
|
||||
//using MinecraftClient
|
||||
//using System.Collections.Concurrent;
|
||||
//using System.Net.Sockets;
|
||||
//using System.Net.WebSockets;
|
||||
//using System.Text.Json;
|
||||
//using System.Text.Json.Serialization;
|
||||
//using System.Threading.Tasks;
|
||||
//using MinecraftClient.CommandHandler;
|
||||
|
||||
// IMPORTANT: Change the password below before use!
|
||||
MCC.LoadBot(new WebSocketBot("127.0.0.1", 8043, "CHANGE_THIS_PASSWORD"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue