Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. {
  2. "colorSystem": "RED",
  3. "allowNoSlashCommand": true,
  4. "allowOPToUseAdminCommand": true,
  5. "becomeVampireWhenDead": true,
  6. "timerInterval": 1000,
  7. "infectionCloseCombatRisk": 0.03333333333333333,
  8. "infectionCloseCombatAmount": 3.0,
  9. "infectionProgressPerSecond": 0.027777777777777776,
  10. "enableVampireNameColorInChat": false,
  11. "vampireChatNameColor": "RED",
  12. "vampireChatMessageColor": "WHITE",
  13. "infectionBreadHealAmount": 20.0,
  14. "thirstUnderBlood": 50.0,
  15. "thirstStrongUnderBlood": 20.0,
  16. "thirstDamagePerSecond": 0.025,
  17. "thirstStrongDamagePerSecond": 0.1,
  18. "jumpMaterials": [
  19. "RED_ROSE"
  20. ],
  21. "jumpDeltaSpeed": 3.0,
  22. "jumpBloodCost": 3.0,
  23. "combustFromTime": 0,
  24. "combustToTime": 12400,
  25. "regenStartDelayMilliseconds": 8000,
  26. "regenHealthPerSecond": 0.25,
  27. "regenBloodPerHealth": 2.5,
  28. "combatDamageDealtFactor": 1.5,
  29. "combatDamageReceivedFactor": 0.7,
  30. "combatDamageReceivedWoodFactor": 3.5,
  31. "woodMaterials": [
  32. "WOOD_PICKAXE",
  33. "WOOD_HOE",
  34. "WOOD_SWORD",
  35. "WOOD_SPADE",
  36. "WOOD_AXE",
  37. "STICK"
  38. ],
  39. "foodMaterials": [
  40. "RAW_FISH",
  41. "GOLDEN_APPLE",
  42. "GRILLED_PORK",
  43. "COOKED_FISH",
  44. "MUSHROOM_SOUP",
  45. "BREAD",
  46. "APPLE"
  47. ],
  48. "combustFireExtinguishTicks": 0,
  49. "materialOpacity": {
  50. "LEVER": 0.1,
  51. "FENCE": 0.2,
  52. "FIRE": 0.0,
  53. "REDSTONE_TORCH_OFF": 0.1,
  54. "MOB_SPAWNER": 0.3,
  55. "BROWN_MUSHROOM": 0.1,
  56. "REDSTONE_WIRE": 0.0,
  57. "DIODE_BLOCK_ON": 0.0,
  58. "CROPS": 0.2,
  59. "SIGN_POST": 0.2,
  60. "SUGAR_CANE_BLOCK": 0.3,
  61. "SAPLING": 0.3,
  62. "AIR": 0.0,
  63. "REDSTONE_TORCH_ON": 0.1,
  64. "STONE_BUTTON": 0.0,
  65. "STONE_PLATE": 0.0,
  66. "LEAVES": 0.3,
  67. "RED_ROSE": 0.1,
  68. "WOOD_PLATE": 0.0,
  69. "YELLOW_FLOWER": 0.1,
  70. "GLASS": 0.5,
  71. "TORCH": 0.1,
  72. "SIGN": 0.1,
  73. "DIODE_BLOCK_OFF": 0.0,
  74. "RED_MUSHROOM": 0.1
  75. },
  76. "playerBloodQuality": 2.0,
  77. "creatureTypeBloodQuality": {
  78. "CHICKEN": 0.4,
  79. "SPIDER": 0.2,
  80. "SHEEP": 0.4,
  81. "PIG": 0.4,
  82. "SQUID": 0.2,
  83. "COW": 0.4
  84. },
  85. "truceBreakTime": 60000,
  86. "creatureTypeTruceMonsters": [
  87. "ZOMBIE",
  88. "CREEPER",
  89. "SPIDER",
  90. "GHAST",
  91. "SKELETON"
  92. ],
  93. "bloodDecreasePerSecond": 0.01,
  94. "altarInfectMaterial": "GOLD_BLOCK",
  95. "altarInfectMaterialSurround": "OBSIDIAN",
  96. "altarInfectMaterialSurroundCount": 20,
  97. "altarInfectMaterialSurroundRadious": 7.0,
  98. "altarInfectRecipe": {
  99. "materialQuantities": {
  100. "BONE": 10,
  101. "REDSTONE": 10,
  102. "SULPHUR": 10,
  103. "MUSHROOM_SOUP": 1
  104. }
  105. },
  106. "altarCureMaterial": "LAPIS_BLOCK",
  107. "altarCureMaterialSurround": "GLOWSTONE",
  108. "altarCureMaterialSurroundCount": 20,
  109. "altarCureMaterialSurroundRadious": 7.0
  110. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement