0.95.2.8 for 1.14.*/1.15.*
Pre-release
Pre-release
- Fix NPE when '/plot group add' was used without any name, courtesy of Siris with PR #3630.
- Language files bumped to 0.70.
- Pom and pom_deb updates by TheFlagCourier with PR #3632.
- Javadocs should only build on the install phase.
- Github actions should again function properly.
- Change to saving for plotgroups on flatfile, removing now-redundant world.
- Already-made plot groups should load properly and save without a world.
- Improve debug messaging on flatfile database load.
- Fix plot groups whose town doesn't exist anymore causing safe mode.
- Fix edge-case scenario where revoking invites couldn't be done because we were matching the wrong player.
- Closes #3635.
- Fix french.yml not parsing.
- Confirmations can now be accepted/declined/confirmed/cancelled by clicking on the text if you use Spigot.
- New Config Option: notification.notifications_appear_in_action_bar
- default: true
- This setting only applies to servers running spigot, paper or bungeecord.
- On servers using craftbukkit.jar the notifications will always appear in the chat.
- When set to false the notifications will appear in the chat rather than the action bar.
- Closes #3636.
- Translated cannot-kick-that-resident strings.
- Create ResidentUtil for resident-related methods.
- TownyPermission data rewritten to a 2d boolean array, courtesy of Silverwolfg11 with PR #3600.