LCon - Local Console Access

LCon - Local Console Access

Mod

Simple mod that adds WebSocket server to Minecraft, which allows to send commands and receive answers almost like RCon does.

Client Game MechanicsManagementUtility

15 downloads
1 follower
Createda month ago
Updateda month ago

Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

Simple client-only mod that adds WebSocket server to Minecraft, which allows to send commands and receive answers almost like RCon does.

Usage:

By default mod creates a config with the following settings:

  • enable_mod = true
    
  • port = 8115
    

So, a WebSocket server will be created listening on port 8115. All you have to do is connect to this server using your preferred WebSocket client.

After successful connection, server will respond back with the following information:

200:Welcome to LCon! Have fun! Don't forget to use prefixes with every message you send to me.
200:Valid prefixes:
200:[chat] - send message to Minecraft chat.
200:[message] - display message for player only.
200:[system] - display system message in chat (for player only).
200:[client] - execute client-side command.
200:[server] - execute server-side command.
201:ready.

Server prepends every message with the status code. They're pretty similar to regular HTTP status codes:

  • 200 - normal message
    
  • 201 - status message (success)
    
  • 400 - error
    

Well, you may send various data to server to perform certain actions and get back messages from server. Every message that is printed in Minecraft chat will be echo'ed to connected WebSocket clients. So, your client should either parse or ignore them.

To send something to server, you must prepend the message itself with one of the valid prefixes as stated above. Sending message without valid prefix will result in error sent back with appropriate status code.


Project members

ZigTheHedge

Member


Technical information

License
ARR
Client side
required
Server side
unsupported
Project ID