Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. # MCRealistic-2 Properties:
  2. #
  3. # Worlds
  4. # Here you define which worlds you enable.
  5. #
  6. # WeatherAffectsPlayer
  7. # This option defines whether the player should be affected by the weather. Default true.
  8. #
  9. # Thirst
  10. # This option defines whether thirst is enabled. Default true.
  11. #
  12. # DisplayHungerMessage
  13. # Whether the hunger message should be shown. Default true.
  14. #
  15. # Cosy
  16. # DisplayMessage
  17. # Whether the cozy message should be shown. Default true.
  18. #
  19. # CallInterval
  20. # Must be greater than 0
  21. # A value of 1 = 30 seconds, 2 = 60 seconds, ect...
  22. #
  23. # FoodLevelForRegeneration
  24. # Minimum food level to regenerate health. 0 - 20
  25. #
  26. # FoodUseToRecoverHealth
  27. # Food consumed in recovering heart 0 - 20
  28. #
  29. # TorchRadius
  30. # Distance from torch to feel "Cosy"
  31. #
  32. # TorchDuration
  33. # 1 = 1/2 a heart recovery
  34. #
  35. # FurnaceRadius
  36. # Distance from furnace to feel "Cosy"
  37. #
  38. # FurnaceDuration
  39. # 2 = 1 heart recovery
  40. #
  41. # FurnaceMustBeLit
  42. # The furnace has to be lit to feel "Cosy"
  43. #
  44. # InclementWeatherHeatReduction
  45. # % of distance to heat to feel "Cosy" in rain/snow. 0.0 - 1.0
  46. # 0.3 = 30% of TorchRadius/FurnaceRadius
  47. #
  48. # DisplayHurtMessage
  49. # Whether the hurt message would be shown. Default true.
  50. #
  51. # Weight
  52. # This option defines whether the player should be affected by weight.
  53. #
  54. # Realistic_Building
  55. # This option defines whether blocks will fall.
  56. #
  57. # Messages.Type
  58. # MESSAGE, ACTIONBAR, TITLE
  59.  
  60.  
  61. Worlds:
  62. - Wild
  63. Server:
  64. Weather:
  65. WeatherAffectsPlayer: true
  66. Player:
  67. Thirst:
  68. Interval: 6000
  69. Enabled: false
  70. Wind: true
  71. DisplayHungerMessage: true
  72. Cosy:
  73. DisplayMessage: true
  74. CallInterval: 1
  75. FoodLevelForRegeneration: 19
  76. FoodUseToRecoverHealth: 3
  77. TorchRadius: 1.75
  78. TorchDuration: 1
  79. FurnaceRadius: 4
  80. FurnaceDuration: 2
  81. FurnaceMustBeLit: true
  82. InclementWeatherHeatReduction: 0.5
  83. DisplayHurtMessage: true
  84. Weight: true
  85. Broken_Bones:
  86. Enabled: true
  87. Trail:
  88. Grass_Blocks:
  89. - DIRT
  90. Sand_Blocks:
  91. - SANDSTONE
  92. Dirt_Blocks:
  93. - GRASS_PATH
  94. Enabled: true
  95. Path: true
  96. Allow Fatigue: true
  97. Max Fatigue: 480
  98. Fatigue Tired Range Min: 300
  99. Fatigue Tired Range Max: 400
  100. Allow Chop Down Trees With Hands: true
  101. Trees have random number of drops: true
  102. Allow /mystats: false
  103. Allow /fatigue: true
  104. Allow /thirst: false
  105. Spawn with items: false
  106. Allow Enchanted Arrow: true
  107. Torch_Burn: true
  108. Immune_System:
  109. Interval: 6000
  110. Enabled: true
  111. Req_Players: 2
  112. World:
  113. Falling_Trees: false
  114. Stamina:
  115. Enabled: false
  116. Building:
  117. Realistic_Building: false
  118. Ignored_Blocks:
  119. - TORCH
  120. - WALL_TORCH
  121. - REDSTONE_WALL_TORCH
  122. - REDSTONE_TORCH
  123. - OAK_SIGN
  124. - SPRUCE_SIGN
  125. - JUNGLE_SIGN
  126. - BIRCH_SIGN
  127. - ACACIA_SIGN
  128. - DARK_OAK_SIGN
  129. - OAK_WALL_SIGN
  130. - SPRUCE_WALL_SIGN
  131. - BIRCH_WALL_SIGN
  132. - JUNGLE_WALL_SIGN
  133. - ACACIA_WALL_SIGN
  134. - DARK_OAK_WALL_SIGN
  135. - VINE
  136. - LADDER
  137. - OAK_BUTTON
  138. - STONE_BUTTON
  139. - OAK_FENCE
  140. - BIRCH_FENCE
  141. - SPRUCE_FENCE
  142. - JUNGLE_FENCE
  143. - ACACIA_FENCE
  144. - NETHER_BRICK_FENCE
  145. - DARK_OAK_FENCE
  146. - OAK_SLAB
  147. - ACACIA_SLAB
  148. - SPRUCE_SLAB
  149. - BIRCH_SLAB
  150. - JUNGLE_SLAB
  151. - COBBLESTONE_SLAB
  152. - DARK_OAK_SLAB
  153. - DARK_PRISMARINE_SLAB
  154. - NETHER_BRICK_SLAB
  155. - PRISMARINE_BRICK_SLAB
  156. - PRISMARINE_SLAB
  157. - PETRIFIED_OAK_SLAB
  158. - PURPUR_SLAB
  159. - QUARTZ_SLAB
  160. - RED_SANDSTONE_SLAB
  161. - SANDSTONE_SLAB
  162. - STONE_BRICK_SLAB
  163. - STONE_SLAB
  164. - ACACIA_LOG
  165. - OAK_LOG
  166. - SPRUCE_LOG
  167. - BIRCH_LOG
  168. - JUNGLE_LOG
  169. - STRIPPED_ACACIA_LOG
  170. - STRIPPED_OAK_LOG
  171. - STRIPPED_SPRUCE_LOG
  172. - STRIPPED_BIRCH_LOG
  173. - STRIPPED_JUNGLE_LOG
  174. Messages:
  175. Type: MESSAGE
  176. Respawn: true
  177. GameMode:
  178. Type: NORMAL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement