- Added support for newer Bungeecord versions
- Updated dependencies
- Fixed player data unloading on Velocity if player could not connect to initial server
- Fixed error when overwriting bundled translations with custom ones
- SLF4J is now correctly bundled for Bungeecord
- Updated Adventure
- Fixed critical issue caused by PremiumVanish hook
Changes
- Added support for PremiumVanish on Velocity
- Changed required Java version from 11 to 17
- Added support for MiniPlaceholders
- Updated Cloud to v2
- Added a config option for disabling metrics
- Reworked custom translation system
- Fixed username caching
- Fixed plugin not loading on Bungeecord
- Other smaller bugfixes and changes
We're slowly getting closer to a stable release. This update introduces the ability to block players from sending you private messages along with minor tweaks and bugfixes.
⚠️Breaking changes:⚠️
- Renamed
/messagesettings allow
to/messagesettings privacy
. The command permission has also been changed fromproxychat.command.messagesettings.allow
toproxychat.command.messagesettings.privacy
.
Added:
/block
,/unblock
and/ignorelist
commands- Targetting a invalid player now sends an error message
Changed:
- Players can't target themselves anymore
Fixed:
- Fixed a NPE when loading user data from an older version
Full Changelog: https://github.com/fabianmakila/ProxyChat/compare/v1.0.0-beta.3...v1.0.0-beta.4
Notable changes in this version:
- Removed base permission from commands that only have subcommands
- Renamed
/messages
command to/messagesettings
. This also changes the required command permission.
Full Changelog: https://github.com/fabianmakila/ProxyChat/compare/v1.0.0-beta.2...v1.0.0-beta.3
Notable changes in this version:
- Removed base permission from commands that only have subcommands
- Fixed some subcommands requiring wrong permission
- Renamed
/messages
command to/messagesettings
. This also changes the required command permission.
Full Changelog: https://github.com/fabianmakila/ProxyChat/compare/v1.0.0-beta.2...v1.0.0-beta.3
Fixed errors from the /message
and other similiar commands from the first beta.
First beta release.