promotional bannermobile promotional banner

LCon - Local Console Access

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

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:[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.

The LCon - Local Console Access Team

profile avatar
Owner
  • 155
    Followers
  • 36
    Projects
  • 6.9M
    Downloads

More from CweLTHView all