Releases: beanbeanjuice/SimpleProxyChat
Releases · beanbeanjuice/SimpleProxyChat
v0.5.7 | Disabled Servers, Markdown Escapes, Embed Toggles
- You can now disable severs fully from sending/receiving proxy messages.
- Added an
%escaped_player%
placeholder to prevent weird Discord formatting issues when a player's Minecraft username has underscores. - For those who don't want embeds for the join/leave/switch messages there are now optional toggles in the
messages.yml
file.
What's Changed
- Added Escaped Username Placeholder by @beanbeanjuice in #220
- Added the Disabled Servers Config by @beanbeanjuice in #217
- Added Embed Toggles for the Join/Leave/Switch Messages by @beanbeanjuice in #221
- v0.5.7 Integration by @beanbeanjuice in #222
- v0.5.7 Release by @beanbeanjuice in #223
Full Changelog: 0.5.6...0.5.7
v0.5.6 | Command Aliases, Server Alias Names
- Added customizable aliases for every command.
- Made it possible to use colors in the
config.yml
.
What's Changed
- Added Customizable Aliases by @beanbeanjuice in #211
- Added Server Name Parser by @beanbeanjuice in #212
- v0.5.6 Integration by @beanbeanjuice in #213
- v0.5.6 Release by @beanbeanjuice in #214
Full Changelog: 0.5.5...0.5.6
v0.5.5 | 1.21.1 Update and Bug Fixes
- Fixed an issue (hopefully) where accessing the vanish API when it was not configured would cause an error.
- Added 1.21.1 support for the helper plugin.
What's Changed
- Updated the Helper Plugin to Support 1.21.1 by @beanbeanjuice in #206
- Fixed Vanish API Issues by @beanbeanjuice in #205
- Updated the Helper Plugin to Support 1.21.1 by @beanbeanjuice in #207
- v0.5.5 Release by @beanbeanjuice in #208
Full Changelog: 0.5.4...0.5.5
v0.5.4 | Bug Fixes, Dependency Updates
- Updated dependencies to their latest versions.
- Fixed an issue with the channel topic updater where it would spam the console any time it was unable to update. A more concise error message is now sent, and is only sent once per server restart.
- Fixed an issue with the pull request template where it was still referencing Maven.
- Fixed multiple typos in the placeholders section of the README. 😂 whoops
What's Changed
- Fixed Channel Topic Updater Error Message by @beanbeanjuice in #197
- Fixed TYPO in Placeholders README Section by @beanbeanjuice in #200
- Fixed the Pull Request Template by @beanbeanjuice in #199
- v0.5.4 Integration by @beanbeanjuice in #201
- v0.5.4 Release by @beanbeanjuice in #202
Full Changelog: 0.5.3...0.5.4
v0.5.3 | Player Count Status, Bug Fixes
- Fixed a bug where it would cause an error when disabling the server when the Discord bot isn't enabled.
- Added player counts to the Discord status (see new
config.yml
file for details. - Changed the API version for the helper plugin.
Planned for Next Update:
- Achievements
- Deaths
What's Changed
- Added Player Counts to Status by @beanbeanjuice in #191
- v0.5.3 Integration by @beanbeanjuice in #192
- Release v0.5.3 by @beanbeanjuice in #193
Full Changelog: 0.5.2...0.5.3
v0.5.2 | Broadcast Command, Bug Fixes
- Added the new broadcast command! You can invoke this (if you have the proper permissions) with
/spc-broadcast (message)
. - There was a small bug with the channel topic updater that would cause rate limiting issues. This has now hopefully been fixed.
- Some commands were originally missing from the README. This has now been fixed.
- When you have an incorrect channel setup, it is not clearer to see that something is not setup properly. Proper error messages were added for the Discord bot portion.
- There is now an option to save and re-sent the last few messages to players during a server switch.
What's Changed
- Added Missing Commands to README by @beanbeanjuice in #184
- Updated the Channel Topic Updater to 10 Minutes by @beanbeanjuice in #183
- Added the Broadcast Command by @beanbeanjuice in #182
- Added Coherent Messages to the Discord Bot by @beanbeanjuice in #186
- Send Last Few Messages During Switch by @beanbeanjuice in #187
- v0.5.2 Integration by @beanbeanjuice in #188
- v0.5.2 Release by @beanbeanjuice in #189
Full Changelog: 0.5.1...0.5.2
v0.5.1 | Multiple Disconnects Issue (Hopefully)
- Hopefully fixed an issue that would cause multiple disconnects.
What's Changed
- v0.5.1 Integration by @beanbeanjuice in #177
- v0.5.1 Release by @beanbeanjuice in #178
Full Changelog: 0.5.0...0.5.1
v0.5.0 | Simple Bans, Private Messaging, Various Additions, Helper Plugin Bug Fixes
- There was a slight bug in the helper plugin that would cause updates to be spammed every 12 minutes instead of every 12 hours. Reasoning being, the API uses Minecraft ticks rather than real-life seconds.
- Added bStats to the helper plugin. As always, you can disable bStats anytime by just disabling it in the bStats config folder.
- Fixed the update checker in the helper plugin to only check if you are on older versions. (It will no longer prompt you to update if you have the newest version.)
- Added an update notification toggle to the main plugin.
- Private messaging has been added. You need the appropriate permissions, but for the most part you can just use
/spc-whisper
and/spc-reply
. You can add aliases for these commands in theconfig.yml
. - Added different online statuses support for the Discord bot. (Online, Idle, etc)
- Added the ability to speak while vanished if your message contains a "/" at the end.
- Added a very simple ban manager. It is highly recommend you get LiteBans or AdvancedBan for anything more than this.
What's Changed
- Added Update Notifications On Join for Main Plugin by @beanbeanjuice in #166
- Add Private Messaging by @beanbeanjuice in #167
- Added Status Support to the Discord Bot by @beanbeanjuice in #171
- Speak While Vanished Support by @beanbeanjuice in #172
- Added Simple Bans by @beanbeanjuice in #173
- v0.5.0 Integration by @beanbeanjuice in #174
- v0.5.0 Release by @beanbeanjuice in #175
Full Changelog: 0.4.2...0.5.0
v0.4.2 | Essentials Nickname Bug, Discord Nickname Placeholder
- There was a bug when using RGB hex codes for your essentials nickname via Placeholder API. This has now been fixed.
- There is a new
%nick%
placeholder available for the Discord to Minecraft chat.
What's Changed
- Added Discord Nickname Prefix by @beanbeanjuice in #161
- Integration v0.4.2 by @beanbeanjuice in #162
- Release v0.4.2 by @beanbeanjuice in #163
Full Changelog: 0.4.1...0.4.2
v0.4.1 | Essentials Nickname PlaceholderAPI Bug
- There was a bug that caused essentials nicknames with colors to causes errors when using PlaceholderAPI. This has now been fixed.
- Clarified installation instructions for the helper plugin on the Spigot/GitHub/Hangar pages.
What's Changed
- v0.4.1 Integration by @beanbeanjuice in #158
- v0.4.1 Release by @beanbeanjuice in #159
Full Changelog: 0.4.0...0.4.1