Mod
LCon - Local Console Access
No reviews yet
Simple mod that adds WebSocket server to Minecraft, which allows to send commands and receive answers almost like RCon does.
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
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.
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.
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers