This repository was archived by the owner on Jun 12, 2023. It is now read-only.
Releases: devblook/miniannouncer
Releases · devblook/miniannouncer
Fixing a bug with placeholder api and other internal changes
Important Changes
- The size of the plugin has been reduced considerably, so don't panic if you see it lighter, this is because the plugin is now exclusive to Paper.
- Fixed a bug that PlaceholderAPI when returning values with legacy values the plugin was not converting its colors, now it processes them.
- Change the methodology of use of PlaceholderAPI this no longer works as before and its keys
%%
now you have to use an internal tag to call PlaceholderAPI and the plugin can process the Placeholders, here are some examples.
PlaceholderAPI Examples
- Placeholder:
%player_name%
In MiniAnnouncer:<papi:player_name>
- Placeholder:
%vault_prefix%
In MiniAnnouncer:<papi:vault_prefix>
- Placeholder:
%vault_eco_balance_formatted%
In MiniAnnouncer:<papi:vault_eco_balance_formatted>
Full Changelog: 2.4.0...2.5.0
Fixing of known bugs and testing of the latest version of mc
⚠️ Hi, I would appreciate if you guys could report any bugs you find in the issues section or in the support discord, I will be attentive. ⚠️
What's Changed
New Contributors
Full Changelog: 2.3.0...2.4.0
You will need to add these paths to your configurations
toggle-announcements:
true: "<yellow>Announcements are now <gold>activated"
false: "<yellow>Announcements are now <gold>deactivated"
Update dependencies and support for mc 1.19.3
Fixed default configuration error
Fixed bug that saved the default configuration plus the one edited by the user
MiniAnnouncer 2.0
New version of MiniAnnouncer, now whit a new system of announcements!
Changes:
- Reformat all system of announcements
- Updated all dependencies, now minimessage 4.11 and version base paper 1.17.1
- Updated jdk of project to java 16
- Added reload subcommand