aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit/src/main/resources
diff options
context:
space:
mode:
authorKrakenied <krakenied1@gmail.com>2025-07-24 19:11:16 +0200
committerKrakenied <46192742+Krakenied@users.noreply.github.com>2025-07-29 00:06:46 +0200
commit0ea5357ee8b79a9f845bacf38168d127b7ec210b (patch)
tree85f31505035610c5cf12c55abe98644ad834df9f /bukkit/src/main/resources
parentb36f66bb5852fe8c1ff0e288f91182a513fb7152 (diff)
Use modern BlockTracker class name by default as the original one hasn't been updated since 1.16
Diffstat (limited to 'bukkit/src/main/resources')
-rw-r--r--bukkit/src/main/resources/resources/bukkit/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bukkit/src/main/resources/resources/bukkit/config.yml b/bukkit/src/main/resources/resources/bukkit/config.yml
index 486b0c4c..c08ae1ce 100644
--- a/bukkit/src/main/resources/resources/bukkit/config.yml
+++ b/bukkit/src/main/resources/resources/bukkit/config.yml
@@ -126,7 +126,7 @@ options:
# 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"
+ playerblocktracker-class-name: "dev.krakenied.blocktracker.bukkit.BukkitBlockTrackerPlugin"
# How frequently placeholderapi_evaluate task placeholders will be refreshed (def=30 - 1.5s)
# (multiply SECONDS by 20 to get the number of ticks)
placeholderapi-global-refresh-ticks: 30