Releases: a0fefd/LinkEncoder
Releases · a0fefd/LinkEncoder
Release list
v0.0.3-alpha
Bug patch and config update
Fixed a bug where sending a longer link encodes to a size where your message is longer than 256 characters, which Minecraft cannot handle.
Added size option to config.
/linkencoder toggle encode|decode|preview # toggling of each feature, all enabled by default
/linkencoder colour <rgb> # link colour, default is 4f89d9
/linkencoder position [top|bottom]_[left|right] # image preview position, default is bottom_right
/linkencoder offset <x> <y> # offset from selected corner
/linkencoder size <horizontal> <vertical> # image preview size, expands away from and shrinks into cornerv0.0.2-alpha
Introduction of basic configuration
Command based config using /linkencoder
/linkencoder toggle encode|decode|preview # toggling of each feature, all enabled by default
/linkencoder colour <rgb> # link colour, default is 4f89d9
/linkencoder position [top|bottom]_[left|right] # image preview position, default is bottom_right
/linkencoder offset <x> <y> # offset from selected corner
v0.0.1-alpha
Initial Alpha Release
Basic functional version, includes a few test commands and main functionality with no configuration.