# README
- English
- 中文
Go Liter
A Minecraft proxy that can extended with JavaScript.
If you are interested in develop script, please check script/README.MD
Features
- Support both forward proxy and reverse proxy
- Extendable with JavaScript
- Written in Golang, fast and easy to understand
Applications
- liter-proxy: The minecraft forward proxy which support socks5
- liter-server: The minecraft reverse proxy with a simple manage dashboard
# Functions
Dial to a minecraft server.
Dial to a minecraft server with given context.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Resolve the minecraft server's hostport with the given address.
Resolve the minecraft server's hostport with the given address and cancel context.
No description provided by the author
No description provided by the author
WrapConn wraps a raw net.Conn as a minecraft connection.
# Constants
No description provided by the author
Set if the node stack to this point constitutes a valid command.
Set if the node redirects to another node.
Only present for argument nodes.
No description provided by the author
No description provided by the author
0: root, 1: literal, 2: argument.
Values.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
https://wiki.vg/index.php?title=Protocol&oldid=8235.
https://wiki.vg/index.php?title=Protocol&oldid=8405.
https://wiki.vg/index.php?title=Protocol&oldid=8543.
https://wiki.vg/index.php?title=Protocol&oldid=13223.
https://wiki.vg/index.php?title=Protocol&oldid=13339.
https://wiki.vg/index.php?title=Protocol&oldid=14204.
https://wiki.vg/index.php?title=Protocol&oldid=14889.
https://wiki.vg/index.php?title=Protocol&oldid=15346.
https://wiki.vg/index.php?title=Protocol&oldid=16067.
https://wiki.vg/index.php?title=Protocol&oldid=16091.
https://wiki.vg/index.php?title=Protocol&oldid=16681.
https://wiki.vg/index.php?title=Protocol&oldid=16866.
https://wiki.vg/index.php?title=Protocol&oldid=16918.
https://wiki.vg/index.php?title=Protocol&oldid=17341.
https://wiki.vg/index.php?title=Protocol&oldid=17499.
https://wiki.vg/index.php?title=Protocol&oldid=17753.
https://wiki.vg/index.php?title=Protocol&oldid=17873.
https://wiki.vg/index.php?title=Protocol&oldid=18067.
https://wiki.vg/index.php?title=Protocol&oldid=18242.
https://wiki.vg/index.php?title=Protocol&oldid=18256.
https://wiki.vg/index.php?title=Protocol&oldid=5486.
https://wiki.vg/index.php?title=Protocol&oldid=7368.
https://wiki.vg/index.php?title=Protocol&oldid=7959.
# Variables
No description provided by the author
No description provided by the author
The handshake packet <= 1.6 which first byte is 0xFE.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ID=0x00; Clientbound.
No description provided by the author
It's on purpose that `HandshakePkt` didn't implement `Packet` interface To prevent accidently call with `Conn.SendPkt` or `Conn.RecvPkt` If you want to handle it, please use `Conn.SendHandshakePkt` or `Conn.RecvHandshakePkt` instead.
No description provided by the author
No description provided by the author
No description provided by the author
ID=0x03; Serverbound; not before 1.20.2.
No description provided by the author
ID=0x04; Clientbound.
ID=0x01; Serverbound.
ID=0x03; Clientbound.
ID=0x00; Serverbound.
ID=0x02; Clientbound.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
https://minecraft.wiki/w/Skin.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
OptBool is a simplified optional boolean type liter.TRUE means true liter.FALSE means false default value 0 means not set other values will cause undefined behaviour.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author