Advertisement
GranpaGamer

config

Feb 18th, 2020
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.78 KB | None | 0 0
  1. #########################################################
  2. ## ##
  3. ## WildChests Configuration ##
  4. ## Developed by Ome_R ##
  5. ## ##
  6. ########################################################
  7.  
  8. # How much time should be passed between sell and crafting notifies? (in ticks)
  9. # Set 0 to disable this feature
  10. notifier-interval: 12000
  11.  
  12. # When enabled, a gui will be popped to confirm chest expand purchase. Otherwise, it will be done in chat
  13. confirm-gui: true
  14.  
  15. # Specify a command to be executed when a sell is running.
  16. # {player-name} - use as the player's name
  17. # {price} - use as the price of item
  18. # Set to '' in order to disable the feature
  19. sell-command: '{price}'
  20.  
  21. # Should the chest item be dropped on explosions?
  22. # Set a chance of it to get dropped between 0 and 100
  23. explode-drop-chance: 100
  24.  
  25. # The plugin checks if ShopGUIPlus or Essentials is installed.
  26. # If both are not installed, it will use this list for the sell-chest
  27. # prices list. If both are installed, ShopGUIPlus's prices will be used
  28. prices-list:
  29. - STONE:5
  30. - LOG:0:5
  31.  
  32. # What prices provider should the plugin use? (ShopGUIPlus, Essentials, WildChests
  33. prices-provider: ShopGUIPlus
  34.  
  35. # All settings related to database
  36. database:
  37. # Automatically delete data from invalid worlds
  38. invalid-world-delete: false
  39.  
  40. # The plugin brings tons of new custom and unique chests to your server. All the chests are configurable, and
  41. # you can create and mix between them. You can create chests that stores infinite amount of items, chests that
  42. # are connected to player vaults or factions, linked chests and many more!
  43. #
  44. # *** Chest Mode ***
  45. # Chests in this mode react like regular chests. This is the base mode, and used for creating
  46. # sell chests and larger chests.
  47. #
  48. # *** Linked Mode ***
  49. # Chests in this mode are all linked together, and work like ender chests, but globally.
  50. #
  51. # *** Storage Units Mode ***
  52. # Chests in this mode will have unlimited amount of storage, but only for one specific item.
  53. # Note: Auto sell & auto craft modes doesn't work for this mode!
  54. #
  55. # There are sections that can be applied to all of the chests:
  56. # size: Amount of rows the chest will have (INTEGER) (Will be overridden by pages' size)
  57. # title: Global title for all pages. Will be overridden by page's title (STRING)
  58. # sell-chest: Should items in this chest will be sold to the chest placer? (BOOLEAN)
  59. # crafter-chest: List of recipes that will take action in this chest (LIST)
  60. # Please follow "TYPE" and "TYPE:DATA" formats
  61. # hopper-filter: When enabled, only craftable items will go into hoppers below (BOOLEAN)
  62. # pages: Section that handles all settings for pages
  63. # pages.default: Default amount of pages (INTEGER) [REQUIRED FOR PAGES]
  64. # pages.<#>: Section that handles all settings for a specific page
  65. # pages.<#>.price: Price for upgrading to that page (DOUBLE) [REQUIRED]
  66. # pages.<#>.title: Custom title for that page.
  67. # item.name: Custom name for the chest (STRING)
  68. # item.lore: Custom lore for the chest (LIST)
  69. # multiplier: Money multiplier for sell chests. (DOUBLE)
  70. # auto-collect: Should items get directly into inventory after breaking? (BOOLEAN)
  71. # auto-suction.range: Should items inside the specified range will get suctioned into the chest? (INTEGER)
  72. # auto-suction.chunk: Should items inside the chunk will get suctioned into the chest? (BOOLEAN)
  73. # If you set it to true, the range will be checked as y-range only.
  74. # blacklist: A list of items that won't be picked up by the chests (only works for auto-suction for now)
  75. # whitelist: A list of items that will be picked up by the chests (only works for auto-suction for now)
  76. chests:
  77. linked_chest:
  78. chest-mode: LINKED_CHEST
  79. title: Linked Chest
  80. item:
  81. name: '&6Linked Chest &7(Place to active)'
  82. large_chest:
  83. chest-mode: CHEST
  84. size: 6
  85. item:
  86. name: '&aLarge Chest &7(Place to active)'
  87. pages:
  88. default: 1
  89. '2':
  90. price: 500.0
  91. title: 'Chest #2'
  92. '3':
  93. price: 1000.0
  94. title: 'Chest #3'
  95. '4':
  96. price: 2000.0
  97. title: 'Chest #4'
  98. '5':
  99. price: 3000.0
  100. title: 'Chest #5'
  101. sell_chest:
  102. chest-mode: CHEST
  103. size: 6
  104. title: Drop your items here to sell them.
  105. item:
  106. name: '&dSell Chest &7(Place to active)'
  107. sell-mode: true
  108. auto_crafter:
  109. chest-mode: CHEST
  110. size: 6
  111. title: Drop your items here to auto-craft them.
  112. item:
  113. name: '&cAuto Crafter &7(Place to active)'
  114. crafter-chest:
  115. - GOLD_INGOT
  116. - GOLD_BLOCK
  117. - IRON_BLOCK
  118. - COAL_BLOCK
  119. - SEA_LANTERN
  120. - LANTERN
  121. - STONE_BRICKS
  122. - POLISHED_GRANITE
  123. - POLISHED_DIORITE
  124. - POLISHED_ANDESITE
  125. - RED_CONCRETE_POWDER
  126. - WHITE_CONCRETE_POWDER
  127. - BLUE_CONCRETE_POWDER
  128. - BLACK_CONCRETE_POWDER
  129. - BLUE_CONCRETE_POWDER
  130. - LIGHT_BLUE_CONCRETE_POWDER
  131. - CYAN_CONCRETE_POWDER
  132. - GREEN_CONCRETE_POWDER
  133. - LIME_GREEN_CONCRETE_POWDER
  134. - YELLOW_CONCRETE_POWDER
  135. - ORANGE_CONCRETE_POWDER
  136. - PINK_CONCRETE_POWDER
  137. - MAGENTA_CONCRETE_POWDER
  138. - GRAY_CONCRETE_POWDER
  139. - LIGHT_GRAY_CONCRETE_POWDER
  140. - BROWN_CONCRETE_POWDER
  141. - PURPLE_CONCRETE_POWDER
  142. - OAK_PLANKS
  143. - DARK_OAK_PLANKS
  144. - ACACIA_PLANKS
  145. - SPRUCE_PLANKS
  146. - BIRCH_PLANKS
  147. - JUNGLE_PLANKS
  148. - SLIME_BLOCK
  149. storage_unit:
  150. chest-mode: STORAGE_UNIT
  151. size: 3
  152. title: Storage Unit {0}
  153. item:
  154. name: '&bStorage Unit &7(Place to active)'
  155. chunk_collector:
  156. chest-mode: CHEST
  157. size: 6
  158. title: Chunk Collector
  159. item:
  160. name: '&eChunk Collector &7(Place to active)'
  161. auto-suction:
  162. range: 8
  163. chunk: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement