Advertisement
NovaKevin

TreasureHunt 1.0.1 - config.yml

Jul 21st, 2018
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.94 KB | None | 0 0
  1. # Configuration file for TreasureHunt
  2. # Created by KevinNovak
  3.  
  4. huntItem: 358
  5.  
  6. huntArea:
  7.   world: 'world'
  8.   x-Range:
  9.     min: -500
  10.     max: 500
  11.   y-Range:
  12.     min: 4
  13.     max: 50
  14.   z-Range:
  15.     min: -500
  16.     max: 500
  17.  
  18. spawnInterval: 1800
  19. chestDuration: 10800
  20. openedChestDuration: 3600
  21. announceTime:
  22.   enabled: true
  23.   atRemainingTimes:
  24.  - 600
  25.   - 300
  26.   - 60
  27. closestPlayer:
  28.   enabled: true
  29.   interval: 5
  30.  
  31. minPlayersOnline: 3
  32. maxChests: 5
  33.  
  34. maxSpawnAttempts: 3000
  35. maxFitItemAttempts: 3
  36.  
  37. defaultItemWeight: 100
  38.  
  39. bufferPercentage: 10
  40.  
  41. spawnUnder:
  42.   air: true
  43.   water: false
  44.   lava: false
  45.  
  46. dontSpawnOn:
  47. - 6
  48. - 8
  49. - 9
  50. - 10
  51. - 11
  52. - 31
  53. - 32
  54. - 37
  55. - 38
  56. - 39
  57. - 40
  58. - 50
  59. - 51
  60. - 55
  61. - 59
  62. - 63
  63. - 65
  64. - 68
  65. - 69
  66. - 75
  67. - 76
  68. - 77
  69. - 83
  70. - 90
  71. - 104
  72. - 105
  73. - 106
  74. - 107
  75. - 115
  76. - 116
  77. - 117
  78. - 119
  79. - 127
  80. - 131
  81. - 132
  82. - 140
  83. - 141
  84. - 142
  85. - 143
  86. - 175
  87. - 209
  88.  
  89. protectAgainst:
  90.   break: true
  91.   burn: true
  92.   explode: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement