Skip to content

Commit

Permalink
- Condense action bar and bossbar notification options into one,
Browse files Browse the repository at this point in the history
courtesy of Warriorrrr with PR #6033.
  - Add Runnable type to ConfigMigrator, courtesy of Warriorrrr with PR
#6033.
  - New Config Option: notification.notifications_appear_as
    - Default: "action_bar"
    - This setting controls where chunk notifications are displayed for
players.
    - By default, notifications appear in the player's action bar.
    - Available options: action_bar, chat, bossbar, or none.
  - Automatic Config Edit: previous notification setting will be
migrated to the new home: notification.notifications_appear_as
  • Loading branch information
LlmDl committed Jul 19, 2022
1 parent 30ffe4b commit cf9f8f6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion resources/ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7614,4 +7614,12 @@ v0.92.0.11:
- Command that lets the admin modify the number of purchased townblocks a town has.
- unset subcommand removes all purchased townblocks from the town.
- Use negative numbers to take purchased townblocks from the town.
- Closes #6034.
- Closes #6034.
- Condense action bar and bossbar notification options into one, courtesy of Warriorrrr with PR #6033.
- Add Runnable type to ConfigMigrator, courtesy of Warriorrrr with PR #6033.
- New Config Option: notification.notifications_appear_as
- Default: "action_bar"
- This setting controls where chunk notifications are displayed for players.
- By default, notifications appear in the player's action bar.
- Available options: action_bar, chat, bossbar, or none.
- Automatic Config Edit: previous notification setting will be migrated to the new home: notification.notifications_appear_as

0 comments on commit cf9f8f6

Please sign in to comment.