Skip to content

Commit

Permalink
Add info about supported open source PlayerBlockTracker implementatio…
Browse files Browse the repository at this point in the history
…ns to the config
  • Loading branch information
Krakenied committed Aug 28, 2024
1 parent c2cd690 commit 15a080e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bukkit/src/main/resources/resources/bukkit/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ options:
# Otherwise, the bar will not appear at all.
use-progress-as-fallback: true
# PlayerBlockTracker class to be used with the hook
# Original solution: https://github.com/Flo0/PlayerBlockTracker
# Modern alternative: https://github.com/Krakenied/BlockTracker
playerblocktracker-class-name: "com.gestankbratwurst.playerblocktracker.PlayerBlockTracker"
# How frequently placeholderapi_evaluate task placeholders will be refreshed (def=30 - 1.5s)
# (multiply SECONDS by 20 to get the number of ticks)
Expand Down

0 comments on commit 15a080e

Please sign in to comment.