From 15a080e936b72ab147f108073566fff539202bf5 Mon Sep 17 00:00:00 2001 From: Krakenied Date: Wed, 28 Aug 2024 01:24:20 +0200 Subject: [PATCH] Add info about supported open source PlayerBlockTracker implementations to the config --- bukkit/src/main/resources/resources/bukkit/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bukkit/src/main/resources/resources/bukkit/config.yml b/bukkit/src/main/resources/resources/bukkit/config.yml index 69e67077..a550a41b 100644 --- a/bukkit/src/main/resources/resources/bukkit/config.yml +++ b/bukkit/src/main/resources/resources/bukkit/config.yml @@ -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)