mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 03:04:44 +02:00
@ -27,6 +27,11 @@ General:
|
||||
# Play level-up sounds
|
||||
LevelUp_Sounds: true
|
||||
|
||||
# This should fix blocks being broken client side, but not server-side.
|
||||
# Enable to refresh the chunks around a player at the end of Super Breaker,
|
||||
# Giga Drill Breaker, and Berserk. Resource intensive for larger servers.
|
||||
Refresh_Chunks: false
|
||||
|
||||
#
|
||||
# Settings for the mcMMO scoreboards
|
||||
###
|
||||
|
@ -9,8 +9,6 @@ Options:
|
||||
ConversionRate: 1
|
||||
# true to use enchantment buffs for Super Breaker & Giga Drill Breaker, false to use potion buffs
|
||||
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
|
||||
|
||||
# Amount of users to convert every interval
|
||||
UUIDConvertAmount: 100
|
||||
|
Reference in New Issue
Block a user