Move RefreshChunks setting from hidden.yml to config.yml

Adds #2213
This commit is contained in:
TfT_02
2014-08-17 20:21:23 -06:00
parent 097a5a0894
commit 8a35d69540
6 changed files with 9 additions and 10 deletions

View File

@ -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
###

View File

@ -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