mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 03:04:44 +02:00
Added option to allow refreshing of chunks after block-breaking abilities.
This, if enabled, should fix the problem of clients believing they have broken more blocks than they really have when the enchanced enchantment is removed. If testing proves it to be useful, could be enabled by default. This currently send a 3x3 set of chunks centered around the player, so some servers may wish to disable it in that case.
This commit is contained in:
@ -8,4 +8,6 @@ Options:
|
||||
# Square root of the number of chunks to convert per tick.
|
||||
ConversionRate: 1
|
||||
# true to use enchantment buffs for Super Breaker & Giga Drill Breaker, false to use potion buffs
|
||||
EnchantmentBuffs: true
|
||||
EnchantmentBuffs: true
|
||||
# true to enable refreshing of chunks around a player at the end of Super Breaker, Giga Drill Breaker, and Berserk. This should fix blocks being broken client side, but not server-side
|
||||
RefreshChunks: false
|
||||
|
Reference in New Issue
Block a user