doru90

Untitled

Nov 18th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.51 KB | None | 0 0
  1. file-encoding: "UTF-8"
  2. debug: false
  3.  
  4. disable-other-villagers: false
  5. hire-other-villagers: false
  6. block-villager-spawns: false
  7. enable-spawn-verifier: false
  8. bypass-spawn-blocking: true
  9. bypass-shop-interaction-blocking: false
  10. enable-purchase-logging: false
  11. save-instantly: true
  12. skip-custom-head-saving: true
  13.  
  14. enable-world-guard-restrictions: false
  15. require-world-guard-allow-shop-flag: false
  16. enable-towny-restrictions: false
  17.  
  18. create-player-shop-with-command: false
  19. simulate-right-click-on-command: true
  20. require-chest-recently-placed: true
  21. protect-chests: true
  22. delete-shopkeeper-on-break-chest: false
  23. max-shops-per-player: 0
  24. max-shops-perm-options: 5,15,25
  25. max-chest-distance: 15
  26. player-shopkeeper-inactive-days: 0
  27. prevent-trading-with-own-shop: true
  28. prevent-trading-while-owner-is-online: false
  29. use-strict-item-comparison: false
  30. enable-chest-option-on-player-shop: false
  31.  
  32. tax-rate: 0
  33. tax-round-up: false
  34.  
  35. shop-creation-item: MONSTER_EGG
  36. shop-creation-item-data: 0
  37. shop-creation-item-name: ""
  38. shop-creation-item-lore: []
  39. shop-creation-item-spawn-egg-entity-type: "VILLAGER"
  40. prevent-shop-creation-item-regular-usage: false
  41. deleting-player-shop-returns-creation-item: false
  42.  
  43. enabled-living-shops:
  44. - VILLAGER
  45. - COW
  46. - MUSHROOM_COW
  47. - SHEEP
  48. - PIG
  49. - CHICKEN
  50. - OCELOT
  51. - RABBIT
  52. - WOLF
  53. - SNOWMAN
  54. - IRON_GOLEM
  55. - POLAR_BEAR
  56. - SKELETON
  57. - STRAY
  58. - WITHER_SKELETON
  59. - SPIDER
  60. - CAVE_SPIDER
  61. - CREEPER
  62. - WITCH
  63. - ENDERMAN
  64. - ZOMBIE
  65. - ZOMBIE_VILLAGER
  66. - PIG_ZOMBIE
  67. - HUSK
  68. - GIANT
  69. - GHAST
  70. - SLIME
  71. - MAGMA_CUBE
  72. - SQUID
  73. - EVOKER
  74. - VEX
  75. - VINDICATOR
  76. - ILLUSIONER
  77. - PARROT
  78.  
  79. silence-living-shop-entities: true
  80.  
  81. enable-sign-shops: true
  82. enable-citizen-shops: true
  83.  
  84. sign-shop-first-line: "[SHOP]"
  85. show-nameplates: true
  86. always-show-nameplates: false
  87. nameplate-prefix: ""
  88. name-regex: .*
  89. naming-of-player-shops-via-item: false
  90. allow-renaming-of-player-npc-shops: true
  91.  
  92. editor-title: "Shopkeeper Editor"
  93. name-item: NAME_TAG
  94. name-item-data: 0
  95. name-item-name: ""
  96. name-item-lore: []
  97. chest-item: CHEST
  98. chest-item-data: 0
  99. delete-item: BONE
  100. delete-item-data: 0
  101.  
  102. hire-item: EMERALD
  103. hire-item-data: 0
  104. hire-item-name: ""
  105. hire-item-lore: []
  106. hire-other-villagers-costs: 1
  107. for-hire-title: "For Hire"
  108.  
  109. currency-item: EMERALD
  110. currency-item-data: 0
  111. currency-item-name: ""
  112. currency-item-lore: []
  113. zero-currency-item: BARRIER
  114. zero-currency-item-data: 0
  115. zero-currency-item-name: ""
  116. zero-currency-item-lore: []
  117.  
  118. high-currency-item: EMERALD_BLOCK
  119. high-currency-item-data: 0
  120. high-currency-item-name: ""
  121. high-currency-item-lore: []
  122. high-currency-value: 9
  123. high-currency-min-cost: 20
  124. high-zero-currency-item: BARRIER
  125. high-zero-currency-item-data: 0
  126. high-zero-currency-item-name: ""
  127. high-zero-currency-item-lore: []
  128.  
  129. language: en
  130.  
  131. msg-creation-item-selected: |
  132. &aRight-click to select the shop type.
  133. &aSneak + right-click to select the object type.
  134. &aRight-click a chest to select it.
  135. &aThen right-click a block to place the shopkeeper.
  136.  
  137. msg-button-name: "&aSet Shop Name"
  138. msg-button-name-lore:
  139. - Lets you rename
  140. - your shopkeeper
  141. msg-button-chest: "&aView Chest Inventory"
  142. msg-button-chest-lore:
  143. - Lets you view the inventory
  144. - your shopkeeper is using
  145. msg-button-type: "&aChoose Appearance"
  146. msg-button-type-lore:
  147. - Changes the look
  148. - of your shopkeeper
  149. msg-button-delete: "&4Delete"
  150. msg-button-delete-lore:
  151. - Closes and removes
  152. - this shopkeeper
  153. msg-button-hire: "&aHire"
  154. msg-button-hire-lore:
  155. - Buy this shopkeeper
  156.  
  157. msg-trading-title-prefix: "&2"
  158. msg-trading-title-default: "Shopkeeper"
Add Comment
Please, Sign In to add comment