diff options
| author | Krakenied <Krakenied1@gmail.com> | 2024-08-28 01:24:20 +0200 |
|---|---|---|
| committer | Krakenied <46192742+Krakenied@users.noreply.github.com> | 2024-08-28 11:37:11 +0200 |
| commit | 15a080e936b72ab147f108073566fff539202bf5 (patch) | |
| tree | fdc5fb0a8186b1508ce7d4a73e0e8017ff05a777 /bukkit/src/main/resources | |
| parent | c2cd69058cbdc0e2443f949e6d100e24b998ae53 (diff) | |
Add info about supported open source PlayerBlockTracker implementations to the config
Diffstat (limited to 'bukkit/src/main/resources')
| -rw-r--r-- | bukkit/src/main/resources/resources/bukkit/config.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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) |
