diff options
Diffstat (limited to 'bukkit/src/main')
| -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 |
