Browse Source

kill hidden.yml

nossr50 6 years ago
parent
commit
6152ac30b9
1 changed files with 0 additions and 19 deletions
  1. 0 19
      src/main/resources/hidden.yml

+ 0 - 19
src/main/resources/hidden.yml

@@ -1,19 +0,0 @@
-#
-# WARNING: THIS CONFIG IS FOR ADVANCED USERS ONLY.
-# You will need to reset any values in this config every time you update mcMMO
-###
-Options:
-    # true to use Chunklets metadata store system, false to disable
-    Chunklets: true
-    # 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
-
-    # Amount of users to convert every interval
-    UUIDConvertAmount: 100
-    # Amount of users to be converted at a time before waiting MojangLimitPeriod milliseconds to begin again
-    # This setting is for large servers to avoid being temp banned from mojang api
-    MojangRateLimit: 300
-    # Amount of time to wait after hitting the MojangRateLimit in UUID conversion
-    MojangLimitPeriod: 6000