Releases: Omnipico/PluralKitMC
v0.4.16 -- System and member descriptions
This release includes system and member descriptions in /pk s
and /pk m <member name>
respectively. It is also built for 1.20, resolving #7. The default message format is also set to a vanilla style to make it easier to drop into a vanilla server and maintain a vanilla feel.
v0.4.15 -- Respect rate limits and add support for PlaceholderAPI
This release respects PluralKit's API rate limits, addressing issue #6. Periodic automatic system updates are now optional, and alternate between updating system and member information. For automatic updates, if we have already sent a recent request, we skip the update. System updates from /pk link, /pk update, and /pk load will always attempt to complete, buffering if needed in order to avoid hitting rate limits.
Additionally (per the suggestion in #5), if PlaceholderAPI is installed, you can use placeholders in message_format
.
v0.4.14 -- Fix broken system loading by moving to PluralKit API v2
Fixes an issue where the plugin is unable to load systems (making the plugin not work) because PluralKit API v1 has been stopped. Now, PluralKitMC uses API v2 and works again.
v0.4.13 -- Fix issue with null being displayed when a system tag is not set
Fixes an issue reported on the Spigot forms where when a system tag is not set and a message is proxied, the system tag will display as the string "null".
v0.4.12 -- Fix #2, log proxied messages to console
This release adds two configuration options:
log_username
, which will prepend the user's username when messages are logged to console, in the format(username)
keep_original_message_event
which will attempt to increase plugin compatibility by not cancelling the original message event, but merely clear its recipients to hide it from users. In this case, the original message is logged to console.
This release also fixed a bug where a user sending %member% in their message could have it replaced with their system info hover box.
v0.4.11 -- Fix #2, log proxied messages to console
This release fixes a bug (#2) where proxied messages would not get logged to console.
v0.4.10 -- Update to 1.18.1
This release is compiled for 1.18.1, 0.4.9 should still work but this version is specifically designed for 1.18.1. No new features are added.
v0.4.9 -- Fix ap latch bug & non-hovertext bug
This release fixes a bug where when /pk link is ran on a user without a loaded system, an error is created. Now, /pk link will automatically load the attached system.
v0.4.8 -- Add DiscordSRV support
This release adds support for DiscordSRV, if installed, making sure hover text messages are picked up on. Also adds an option for DiscordSRV to use member names rather than the player's display name
v0.4.7 -- Add config reloading command
This release adds /pluralkit reload
to reload the config for easier modification of message formatting.