Skip to content

Releases: Omnipico/PluralKitMC

v0.4.6 -- Fix ap latch bug & non-hovertext bug

05 Jun 22:55
Compare
Choose a tag to compare

This release fixes a couple bugs:
Fixed bug where hover_text set to false results in all member names being %member%
Fixed bug where /pk autoproxy latch would cause errors if a user sends a message without a previous proxied message

v0.4.5 -- Fix bug with unnamed systems causing crashes.

09 Dec 09:41
Compare
Choose a tag to compare

This release fixes a bug where when a system does not have a name, the plugin will attempt to send one to the client anyway, causing crashes. Now, if a name is missing, it will default to the id.

v0.4.3 -- Soft-Dependence on Vault

30 Oct 14:47
Compare
Choose a tag to compare
Pre-release

This release adds soft-dependence on the Vault plugin rather than requiring it. In other words, PluralKitMC now works on it's own and can be used for simpler, vanilla-style setups. Note that for user prefixes and suffixes Vault is still required.
If you want messages to display vanilla-style, use message_format: "&f<%member%&f> %message%" in your config.yml

v0.4.2

22 Oct 21:14
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release

Previously there was a bug where when you joined your data wouldn't get loaded until you spoke once, this is fixed.
Additionally, there is now a config option, "cache_data" for your system information and member list to be cached to disk so that you don't have to wait on the API to return your information.
HOTFIX: Autoproxy modes now last between rejoins

v0.4.0

22 Oct 15:37
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

This release adds hovertext to the username for pluralkit messages! It will show the player's display name and their system name by default. This can be disabled by turning hover_text to "off" in the config, as it may conflict with some plugins.

v0.3.8

20 Oct 22:36
Compare
Choose a tag to compare
v0.3.8 Pre-release
Pre-release

First public release of PluralKitMC