Advertisement
Guest User

Untitled

a guest
Jun 4th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.85 KB | None | 0 0
  1. disable-other-villagers: false
  2. hire-other-villagers: false
  3. block-villager-spawns: false
  4. enable-spawn-verifier: false
  5. bypass-spawn-blocking: true
  6. bypass-shop-interaction-blocking: false
  7. enable-purchase-logging: false
  8. save-instantly: true
  9. file-encoding: UTF-8
  10. enable-world-guard-restrictions: false
  11. require-world-guard-allow-shop-flag: false
  12. enable-towny-restrictions: false
  13. create-player-shop-with-command: true
  14. simulate-right-click-on-command: true
  15. require-chest-recently-placed: true
  16. protect-chests: true
  17. delete-shopkeeper-on-break-chest: false
  18. max-shops-per-player: 20
  19. max-shops-perm-options: 5,15,25
  20. max-chest-distance: 15
  21. player-shopkeeper-inactive-days: 0
  22. prevent-trading-with-own-shop: true
  23. prevent-trading-while-owner-is-online: false
  24. use-strict-item-comparison: false
  25. tax-rate: 0
  26. tax-round-up: false
  27. shop-creation-item: MONSTER_EGG
  28. shop-creation-item-data: 120
  29. shop-creation-item-name: ''
  30. shop-creation-item-lore: []
  31. prevent-shop-creation-item-regular-usage: false
  32. deleting-player-shop-returns-creation-item: false
  33. disabled-living-shops:
  34. - CREEPER
  35. - CHICKEN
  36. - BAT
  37. - BLAZE
  38. - CAVE_SPIDER
  39. - SPIDER
  40. - ENDER_DRAGON
  41. - GHAST
  42. - WITHER
  43. - GIANT
  44. - HORSE
  45. - MAGMA_CUBE
  46. - PIG_ZOMBIE
  47. - SILVERFISH
  48. - SLIME
  49. - SQUID
  50. silence-living-shop-entities: true
  51. enable-sign-shops: false
  52. enable-citizen-shops: false
  53. sign-shop-first-line: '[SHOP]'
  54. show-nameplates: true
  55. always-show-nameplates: false
  56. nameplate-prefix: '&a'
  57. name-regex: '[A-Za-z0-9 ]{3,25}'
  58. allow-renaming-of-player-npc-shops: true
  59. editor-title: Shopkeeper Editor
  60. name-item: ANVIL
  61. name-item-data: 0
  62. delete-item: BONE
  63. delete-item-data: 0
  64. hire-item: DIAMOND
  65. hire-item-data: 0
  66. hire-item-name: ''
  67. hire-item-lore: []
  68. hire-other-villagers-costs: 1
  69. for-hire-title: For Hire
  70. currency-item: GOLD_INGOT
  71. currency-item-data: 0
  72. currency-item-name: ''
  73. currency-item-lore: []
  74. zero-currency-item: REDSTONE
  75. zero-currency-item-data: 0
  76. zero-currency-item-name: ''
  77. zero-currency-item-lore: []
  78. high-currency-item: DIAMOND
  79. high-currency-item-data: 0
  80. high-currency-item-name: ''
  81. high-currency-item-lore: []
  82. high-currency-value: 1
  83. high-currency-min-cost: 0
  84. high-zero-currency-item: IRON_INGOT
  85. high-zero-currency-item-data: 0
  86. high-zero-currency-item-name: ''
  87. high-zero-currency-item-lore: []
  88. language: en
  89. msg-creation-item-selected: |
  90. &aRight-click to select the shop type.
  91. &aSneak + right-click to select the object type.
  92. &aRight-click a chest to select it.
  93. &aThen right-click a block to place the shopkeeper.
  94. msg-button-name: '&aSet Shop Name'
  95. msg-button-name-lore:
  96. - Lets you rename
  97. - your shopkeeper
  98. msg-button-type: '&aChoose Appearance'
  99. msg-button-type-lore:
  100. - Changes the look
  101. - of your shopkeeper
  102. msg-button-delete: '&4Delete'
  103. msg-button-delete-lore:
  104. - Closes and removes
  105. - this shopkeeper
  106. msg-button-hire: '&aHire'
  107. msg-button-hire-lore:
  108. - Buy this shopkeeper
  109. msg-selected-normal-shop: '&aNormal shopkeeper selected (sells items to players).'
  110. msg-selected-book-shop: '&aBook shopkeeper selected (sell books).'
  111. msg-selected-buy-shop: '&aBuying shopkeeper selected (buys items from players).'
  112. msg-selected-trade-shop: '&aTrading shopkeeper selected (trades items with players).'
  113. msg-selected-living-shop: '&aYou selected: &f{type}'
  114. msg-selected-sign-shop: '&aYou selected: &fsign shop'
  115. msg-selected-citizen-shop: '&aYou selected: &fcitizen npc shop'
  116. msg-selected-chest: '&aChest selected! Right click a block to place your shopkeeper.'
  117. msg-must-select-chest: '&aYou must right-click a chest before placing your shopkeeper.'
  118. msg-chest-too-far: '&aThe shopkeeper''s chest is too far away!'
  119. msg-chest-not-placed: '&aYou must select a chest you have recently placed.'
  120. msg-shop-create-fail: '&aYou cannot create a shopkeeper there.'
  121. msg-too-many-shops: '&aYou have too many shops.'
  122. msg-cant-open-shop-with-spawn-egg: '&7You can''t open that shop while holding a spawn
  123. egg in your hands.'
  124. msg-type-new-name: |-
  125. &aPlease type the shop's name into the chat.
  126. &aType a dash (-) to remove the name.
  127. msg-name-set: '&aThe shop''s name has been set!'
  128. msg-name-invalid: '&aThat name is not valid!'
  129. msg-unknown-shopkeeper: '&7No shopkeeper found with that name.'
  130. msg-unknown-player: '&7No player found with that name.'
  131. msg-unknow-shop-type: '&7Unknown shop type ''{type}''.'
  132. msg-shop-type-disabled: '&7The shop type ''{type}'' is disabled.'
  133. msg-unknow-shop-object-type: '&7Unknown shop object type ''{type}''.'
  134. msg-shop-object-type-disabled: '&7The shop object type ''{type}'' is disabled.'
  135. msg-must-target-chest: '&7You have to target a chest.'
  136. msg-unused-chest: '&7No shopkeeper is using this chest.'
  137. msg-not-owner: '&7You are not the owner of this shopkeeper.'
  138. msg-owner-set: '&aNew owner was set to &e{owner}'
  139. msg-must-hold-hire-item: '&7You have to hold the required hire item in your hand.'
  140. msg-set-for-hire: '&aThe Shopkeeper was set for hire.'
  141. msg-hired: '&aYou have hired this shopkeeper!'
  142. msg-cant-hire: '&aYou cannot afford to hire this shopkeeper.'
  143. msg-villager-for-hire: '&aThe villager offered his services as a shopkeeper in exchange
  144. for &6{costs}x {hire-item}&a.'
  145. msg-cant-trade-while-owner-online: '&7You cannot trade while the owner of this shop
  146. (''{owner}'') is online.'
  147. msg-player-shop-created: |
  148. &aShopkeeper created!
  149. &aAdd items you want to sell to your chest, then
  150. &aright-click the shop while sneaking to modify costs.
  151. msg-book-shop-created: |
  152. &aShopkeeper created!
  153. &aAdd written books and blank books to your chest, then
  154. &aright-click the shop while sneaking to modify costs.
  155. msg-buy-shop-created: |
  156. &aShopkeeper created!
  157. &aAdd one of each item you want to buy to your chest, then
  158. &aright-click the shop while sneaking to modify costs.
  159. msg-trade-shop-created: |
  160. &aShopkeeper created!
  161. &aAdd items you want to sell to your chest, then
  162. &aright-click the shop while sneaking to modify costs.
  163. msg-admin-shop-created: |
  164. &aShopkeeper created!
  165. &aRight-click the shop while sneaking to modify trades.
  166. msg-list-admin-shops-header: '&9There are &e{shopsCount} &9admin shops: &e(Page {page})'
  167. msg-list-player-shops-header: '&9Player ''&e{player}&9'' has &e{shopsCount} &9shops:
  168. &e(Page {page})'
  169. msg-list-shops-entry: ' &e{shopIndex}) &8{shopName}&r&7at &8({location})&7, type:
  170. &8{shopType}&7, object type: &8{objectType}'
  171. msg-removed-admin-shops: '&e{shopsCount} &aadmin shops were removed.'
  172. msg-removed-player-shops: '&e{shopsCount} &ashops of player ''&e{player}&a'' were
  173. removed.'
  174. msg-removed-all-player-shops: '&aAll &e{shopsCount} &aplayer shops were removed.'
  175. msg-confirm-remove-admin-shops: |-
  176. &cYou are about to irrevocable remove all admin shops!
  177. &7Please confirm this action by typing &6/shopkeepers confirm
  178. msg-confirm-remove-own-shops: |-
  179. &cYou are about to irrevocable remove all your shops!
  180. &7Please confirm this action by typing &6/shopkeepers confirm
  181. msg-confirm-remove-player-shops: |-
  182. &cYou are about to irrevocable remove all shops of player &6{player}&c!
  183. &7Please confirm this action by typing &6/shopkeepers confirm
  184. msg-confirm-remove-all-player-shops: |-
  185. &cYou are about to irrevocable remove all player shops of all players!
  186. &7Please confirm this action by typing &6/shopkeepers confirm
  187. msg-confirmation-expired: '&cConfirmation expired.'
  188. msg-nothing-to-confirm: '&cThere is nothing to confirm currently.'
  189. msg-no-permission: '&cYou don''t have the permission to do that.'
  190. msg-help-header: '&9***** &8[&6Shopkeepers Help&8] &9*****'
  191. msg-command-help: '&a/shopkeepers help &8- &7Shows this help page.'
  192. msg-command-reload: '&a/shopkeepers reload &8- &7Reloads this plugin.'
  193. msg-command-debug: '&a/shopkeepers debug &8- &7Toggles debug mode on and off.'
  194. msg-command-list: '&a/shopkeepers list [player|admin] [page] &8- &7Lists all shops
  195. for the specified player, or all admin shops.'
  196. msg-command-remove: '&a/shopkeepers remove [player|all|admin] &8- &7Removes all shops
  197. for the specified player, all players, or all admin shops.'
  198. msg-command-remote: '&a/shopkeepers remote <shopName> &8- &7Remotely opens a shop.'
  199. msg-command-transfer: '&a/shopkeepers transfer <newOwner> &8- &7Transfers the ownership
  200. of a shop.'
  201. msg-command-setforhire: '&a/shopkeepers setForHire &8- &7Sets one of your shops for
  202. sale.'
  203. msg-command-shopkeeper: '&a/shopkeepers [shop type] [object type] &8- &7Creates a
  204. shop.'
  205. debug: false
  206. skip-custom-head-saving: true
  207. enabled-living-shops: [VILLAGER]
  208. msg-trade-perm-set: '&aThe shop''s trading permission has been set!'
  209. msg-trade-perm-removed: '&aThe shop''s trading permission has been removed!'
  210. msg-trade-perm-view: '&aThe shop''s current trading permission is ''&e{perm}&a''.'
  211. msg-missing-trade-perm: '&7You do not have the permission to trade with this shop.'
  212. msg-missing-custom-trade-perm: '&7You do not have the permission to trade with this
  213. shop.'
  214. msg-command-settradeperm: '&a/shopkeepers setTradePerm <shopId> <tradePerm|-|?> &8-
  215. &7Sets, removes (-) or displays (?) the trading permission.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement