Kein_Guest

Untitled

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