Advertisement
NovaKevin

TreasureHunt 1.0.3 - config.yml

Aug 5th, 2018
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.46 KB | None | 0 0
  1. # Configuration file for TreasureHunt
  2. # Created by KevinNovak
  3.  
  4. huntItem: FILLED_MAP
  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. - ACACIA_BUTTON
  48. - ACACIA_SAPLING
  49. - ALLIUM
  50. - AZURE_BLUET
  51. - BIRCH_BUTTON
  52. - BIRCH_SAPLING
  53. - BLUE_ORCHID
  54. - BROWN_MUSHROOM
  55. - CARROTS
  56. - CHEST
  57. - COCOA
  58. - DANDELION
  59. - DANDELION_YELLOW
  60. - DARK_OAK_BUTTON
  61. - DARK_OAK_SAPLING
  62. - DEAD_BUSH
  63. - FERN
  64. - FIRE
  65. - GRASS
  66. - JUNGLE_BUTTON
  67. - JUNGLE_SAPLING
  68. - LADDER
  69. - LARGE_FERN
  70. - LAVA
  71. - LEVER
  72. - LILAC
  73. - NETHER_WART_BLOCK
  74. - OAK_BUTTON
  75. - OAK_SAPLING
  76. - ORANGE_TULIP
  77. - OXEYE_DAISY
  78. - PEONY
  79. - PINK_TULIP
  80. - POPPY
  81. - POTATOES
  82. - REDSTONE_TORCH
  83. - REDSTONE_WALL_TORCH
  84. - REDSTONE_WIRE
  85. - RED_MUSHROOM
  86. - RED_TULIP
  87. - ROSE_BUSH
  88. - SIGN
  89. - SPRUCE_BUTTON
  90. - SPRUCE_SAPLING
  91. - STONE_BUTTON
  92. - SUGAR_CANE
  93. - SUNFLOWER
  94. - TALL_GRASS
  95. - TALL_SEAGRASS
  96. - TORCH
  97. - TRAPPED_CHEST
  98. - VINE
  99. - WALL_SIGN
  100. - WALL_TORCH
  101. - WATER
  102. - WHEAT
  103. - WHITE_TULIP
  104.  
  105. protectAgainst:
  106.   break: true
  107.   burn: true
  108.   explode: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement