diff options
| author | Krakenied <krakenied1@gmail.com> | 2025-07-24 19:11:16 +0200 |
|---|---|---|
| committer | Krakenied <46192742+Krakenied@users.noreply.github.com> | 2025-07-29 00:06:46 +0200 |
| commit | 0ea5357ee8b79a9f845bacf38168d127b7ec210b (patch) | |
| tree | 85f31505035610c5cf12c55abe98644ad834df9f /bukkit | |
| parent | b36f66bb5852fe8c1ff0e288f91182a513fb7152 (diff) | |
Use modern BlockTracker class name by default as the original one hasn't been updated since 1.16
Diffstat (limited to 'bukkit')
| -rw-r--r-- | bukkit/src/main/resources/resources/bukkit/config.yml | 2 |
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 |
