- Fixed an issue with Essentials Support throwing an NPE with /message.
- Only send a message if the message isn't blank/empty.
- Updated to 1.21.4
Notice
If you wish to use this on 1.21.3, simply change the api-version in the plugin.yml to 1.21.3 when opening the jar with 7zip.
Fixes:
- Used the correct player for receiving a message with /message
Removed:
Server_Name
is removed from the config.yml, which means {server_name} as a placeholder can be replaced by PlaceholderAPI
Fixes:
- Yet another PlaceholderAPI fix involving /message
Added:
- Support for Folia.
Fixed:
- Issue with placeholders like {prefix} not being replaced on auto broadcast.
- Added null safety to /reply, fixing an NPE if no recipient found.
- Issue where all players could see /staffchat, added a permission check:
chatmanager.staffchat
- Issue where {player} wasn't replaced for /staffchat in console.
- Issue where if you sent a message in staffchat, it wouldn't show your name but the person receiving it.
Changes:
- PlaceholderAPI was not parsing placeholders in the broadcast/autobroadcast features.
- Bumped version, because I messed up semver.