diff options
| author | Krakenied <Krakenied1@gmail.com> | 2023-05-27 17:09:56 +0200 |
|---|---|---|
| committer | Krakenied <Krakenied1@gmail.com> | 2023-05-27 17:09:56 +0200 |
| commit | 0a78d93f605e4632d67cb3319c229e9c3f9e8fd0 (patch) | |
| tree | 39de9b891a2e7d246d77967699972fa69613a7e7 /bukkit/src/main/resources | |
| parent | 0086abeaeb41d94c684cedae916ea0b97b2b7a5a (diff) | |
Add support for custom PlayerBlockTracker forks
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 adef1a1f..ab6e0c18 100644 --- a/bukkit/src/main/resources/resources/bukkit/config.yml +++ b/bukkit/src/main/resources/resources/bukkit/config.yml @@ -208,6 +208,8 @@ options: record-log-history: true # Replace placeholders from PlaceholderAPI in rewards, rewardstrings and start strings quests-use-placeholderapi: false + # PlayerBlockTracker class to be used with the hook + playerblocktracker-class-name: "com.gestankbratwurst.playerblocktracker.PlayerBlockTracker" # Verify quests exist when a player's data is loaded - inconsistencies may arise when # players progress on specific quests and those quests are later removed. The problem is that their progress # is still kept in the quest progress file, which may lead to issues such as players reaching a quest started |
