diff --git a/eco-core/core-plugin/src/main/resources/config.yml b/eco-core/core-plugin/src/main/resources/config.yml index d577602..f7635ff 100644 --- a/eco-core/core-plugin/src/main/resources/config.yml +++ b/eco-core/core-plugin/src/main/resources/config.yml @@ -20,10 +20,3 @@ crafting: read-enderchest: true # If a player's ender chest should be checked for talismans read-shulkerboxes: true # If a player's shulker boxes should be checked for talismans - -drops: - ### ADVANCED OPTIONS - collate: false - # Instead of directly dropping all drops and xp, some intensive talismans will push to a collated queue. - # At the end of each tick, the queue will be pushed rather than pushing on every drop creation - # This will massively improve mining performance on servers, however it is experimental and may not function correctly. \ No newline at end of file