soumentemoya

Untitled

Jul 11th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.71 KB | None | 0 0
  1. # *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*<ind>
  2. # Shopkeepers Config<ind>
  3. # Wiki: https://github.com/Shopkeepers/Shopkeepers-Wiki/wiki/Configuration<ind>
  4. # *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*<ind>
  5. <ind>
  6. # Determines the required config migrations. Do not edit manually!<ind>
  7. config-version: 1<ind>
  8. # The initial debugging state of the plugin.<ind>
  9. debug: false<ind>
  10. # Whether to report anonymous usage statistics to https://bStats.org<ind>
  11. # All reported information can be found here:<ind>
  12. # https://bstats.org/plugin/bukkit/Shopkeepers<ind>
  13. enable-metrics: true<ind>
  14. <ind>
  15. # *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*<ind>
  16. # Shopkeeper Data<ind>
  17. # *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*<ind>
  18. <ind>
  19. # The file encoding to use for the save file. If empty, your system's default<ind>
  20. # encoding will be used. If you have issues with the save file, such as special<ind>
  21. # characters not being saved correctly, try setting this option to 'UTF-8'.<ind>
  22. file-encoding: "UTF-8"<ind>
  23. # Whether the save file shall get written every time a shopkeeper was edited.<ind>
  24. # If disabled, saving will occur at 5 minute intervals and on plugin shutdown.<ind>
  25. # If you have a large server with many players and/or many shopkeepers, it<ind>
  26. # might be a good idea to disable this for performance reasons.<ind>
  27. save-instantly: true<ind>
  28. <ind>
  29. # *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*<ind>
  30. # Plugin Compatibility<ind>
  31. # *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*<ind>
  32. <ind>
  33. # Whether the plugin shall periodically verify that all shopkeepers that should<ind>
  34. # currently be spawned are actually present. This should only be enabled if you<ind>
  35. # have problems with shopkeepers disappearing.<ind>
  36. enable-spawn-verifier: false<ind>
  37. # If enabled, Shopkeepers tries to bypass other plugins which deny mob spawning<ind>
  38. # (ex. land protection plugins).<ind>
  39. bypass-spawn-blocking: true<ind>
  40. # If enabled, Shopkeepers tries to bypass other plugins which deny interaction<ind>
  41. # with the shopkeepers.<ind>
  42. bypass-shop-interaction-blocking: false<ind>
  43. <ind>
  44. # If enabled, players will only be able to place shopkeepers where they have<ind>
  45. # permission from WorldGuard to build or where the 'allow-shop' flag is set.<ind>
  46. enable-world-guard-restrictions: false<ind>
  47. # If enabled (additionally to the enable-world-guard-restrictions setting),<ind>
  48. # players will only be able to place shopkeepers in regions where the<ind>
  49. # 'allow-shop' flag is set, but nowhere else. However, players will still<ind>
  50. # require chest access for shop setup to work. And in case they can't place<ind>
  51. # chests in the affected region, shop chests need to be pre-setup by someone<ind>
  52. # else and the require-chest-recently-placed setting needs to be disabled.<ind>
  53. require-world-guard-allow-shop-flag: false<ind>
  54. # If enabled, players will only be able to place shopkeepers in places that<ind>
  55. # have been designated as commercial areas by Towny.<ind>
  56. enable-towny-restrictions: false<ind>
  57. <ind>
  58. # *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*<ind>
  59. # Shop Creation (and removal)<ind>
  60. # *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*<ind>
  61. <ind>
  62. # The item type used to create player shops.<ind>
  63. shop-creation-item: VILLAGER_SPAWN_EGG<ind>
  64. # The display name of the shop-creation item. Empty to ignore.<ind>
  65. shop-creation-item-name: ""<ind>
  66. # The item lore of the shop-creation item. Empty to ignore.<ind>
  67. shop-creation-item-lore: []<ind>
  68. # Whether to prevent normal usage of the shop-creation item. Players with the<ind>
  69. # bypass permission (usually admins) can bypass this.<ind>
  70. prevent-shop-creation-item-regular-usage: false<ind>
  71. # Whether deleting (or destroying) a player shopkeeper returns (drops) the<ind>
  72. # shop-creation item.<ind>
  73. deleting-player-shop-returns-creation-item: false<ind>
  74. <ind>
  75. # Whether to allow creating player shops with the /shopkeeper command.<ind>
  76. create-player-shop-with-command: false<ind>
  77. <ind>
  78. # Whether the selected chest must have been recently placed by the player<ind>
  79. # attempting to create the shopkeeper.<ind>
  80. require-chest-recently-placed: true<ind>
  81. # The maximum distance a player shopkeeper can be placed from its backing<ind>
  82. # chest. This cannot be set to a value greater than 50.<ind>
  83. max-chest-distance: 15<ind>
  84. # The default maximum number of shops a player can have. Set to 0 to allow any<ind>
  85. # number of shops.<ind>
  86. max-shops-per-player: 0<ind>
  87. # A list of permission nodes that can be used to explicitly set the maximum<ind>
  88. # number of shops a specific player or group of players can have. Use the<ind>
  89. # shopkeeper.maxshops.<count> permission node pattern to use this feature.<ind>
  90. max-shops-perm-options: 5,15,25<ind>
  91. <ind>
  92. # Whether to protect player shop chests from being accessed or broken. Usually<ind>
  93. # it is recommended to keep this enabled.<ind>
  94. protect-chests: true<ind>
  95. # Whether to prevent item movement from and to protected shop chests (via<ind>
  96. # hoppers, droppers, etc.). Item movement will always be allowed if the chest<ind>
  97. # protection is disabled.<ind>
  98. prevent-item-movement: true<ind>
  99. # Whether to delete player shopkeepers when their backing chest is broken.<ind>
  100. delete-shopkeeper-on-break-chest: false<ind>
  101. <ind>
  102. # If enabled (set to a value greater than 0), Shopkeepers will check for and<ind>
  103. # remove the shops of inactive players once every plugin start. This setting<ind>
  104. # determines how many days ago a player's last login has to be in order for the<ind>
  105. # player to be considered inactive.<ind>
  106. player-shopkeeper-inactive-days: 0<ind>
  107. <ind>
  108. # *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*<ind>
  109. # Shop (Object) Types<ind>
  110. # *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*<ind>
  111. <ind>
  112. # A list of mob types which can be used for shopkeepers. Adding new mob types<ind>
  113. # to the defaults here is unsupported, as some mob types might not properly<ind>
  114. # work and can cause all kinds of issues.<ind>
  115. enabled-living-shops:<ind>
  116. - VILLAGER<ind>
  117. - COW<ind>
  118. - MUSHROOM_COW<ind>
  119. - SHEEP<ind>
  120. - PIG<ind>
  121. - CHICKEN<ind>
  122. - OCELOT<ind>
  123. - RABBIT<ind>
  124. - WOLF<ind>
  125. - SNOWMAN<ind>
  126. - IRON_GOLEM<ind>
  127. - POLAR_BEAR<ind>
  128. - BLAZE<ind>
  129. - SILVERFISH<ind>
  130. - SKELETON<ind>
  131. - STRAY<ind>
  132. - WITHER_SKELETON<ind>
  133. - SPIDER<ind>
  134. - CAVE_SPIDER<ind>
  135. - CREEPER<ind>
  136. - WITCH<ind>
  137. - ENDERMAN<ind>
  138. - ZOMBIE<ind>
  139. - ZOMBIE_VILLAGER<ind>
  140. - PIG_ZOMBIE<ind>
  141. - HUSK<ind>
  142. - GIANT<ind>
  143. - GHAST<ind>
  144. - SLIME<ind>
  145. - MAGMA_CUBE<ind>
  146. - SQUID<ind>
  147. - EVOKER<ind>
  148. - VEX<ind>
  149. - VINDICATOR<ind>
  150. - ILLUSIONER<ind>
  151. - PARROT<ind>
  152. - TURTLE<ind>
  153. - PHANTOM<ind>
  154. - COD<ind>
  155. - SALMON<ind>
  156. - PUFFERFISH<ind>
  157. - TROPICAL_FISH<ind>
  158. - DROWNED<ind>
  159. - DOLPHIN<ind>
  160. <ind>
  161. # With the old behavior the mobs can be pushed around and their AI and gravity<ind>
  162. # is handled by minecraft itself. With the new behavior all their vanilla AI is<ind>
  163. # disabled and their gravity and behavior is handled by the plugin instead.<ind>
  164. use-legacy-mob-behavior: false<ind>
  165. # Whether shopkeeper mobs shall not be affected by gravity.<ind>
  166. disable-gravity: false<ind>
  167. # The range in chunks around players in which shopkeeper mobs will be affected<ind>
  168. # by gravity. Setting this too high may have a negative impact on performance.<ind>
  169. # And setting it below the server's entity tracking range will result in<ind>
  170. # players being able to see mobs floating in mid air until they get close<ind>
  171. # enough. A value of 0 will limit the gravity to mobs within chunks that<ind>
  172. # contain a player. This has no effect if gravity is disabled, or when using<ind>
  173. # the legacy mob behavior.<ind>
  174. gravity-chunk-range: 4<ind>
  175. <ind>
  176. # Whether mob shopkeepers make sounds.<ind>
  177. silence-living-shop-entities: true<ind>
  178. <ind>
  179. # Whether to show nameplates of mob shopkeepers.<ind>
  180. show-nameplates: true<ind>
  181. # Whether to always show nameplates. If disabled, nameplates will only be shown<ind>
  182. # when looking directly at the shopkeeper. Note: This might no longer work<ind>
  183. # since MC 1.8.<ind>
  184. always-show-nameplates: false<ind>
  185. # The prefix for nameplates (to help distinguish them from players).<ind>
  186. nameplate-prefix: "&a"<ind>
  187. <ind>
  188. # Whether to allow citizen (npc) shops. Requires the plugin Citizens.<ind>
  189. enable-citizen-shops: true<ind>
  190. <ind>
  191. # Whether to allow sign shops.<ind>
  192. enable-sign-shops: true<ind>
  193. # Whether to allow the creation of sign posts (instead of only wall signs).<ind>
  194. enable-sign-post-shops: true<ind>
  195. # The first line of a sign shop.<ind>
  196. sign-shop-first-line: "[SHOP]"<ind>
  197. <ind>
  198. # *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*<ind>
  199. # Naming<ind>
  200. # *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*<ind>
  201. <ind>
  202. # A regular expression used to validate shopkeeper names. For detailed<ind>
  203. # information on the regular expression format see the java documentation:<ind>
  204. # https://docs.oracle.com/javase/9/docs/api/java/util/regex/Pattern.html<ind>
  205. # Here are a few examples:<ind>
  206. # * "[A-Za-z0-9 ]{3,25}": The default. Allows letters and numbers, from 3 to 25<ind>
  207. # characters long.<ind>
  208. # * "[A-Za-z0-9& ]{3,25}": Same as the default, but allows the ampersand<ind>
  209. # character which enables color codes.<ind>
  210. # * ".*": Allows everything.<ind>
  211. name-regex: "[A-Za-z0-9 ]{3,25}"<ind>
  212. # Whether player shops get named via item. This will hide the naming option<ind>
  213. # from the editor menu.<ind>
  214. naming-of-player-shops-via-item: false<ind>
  215. # Whether renaming of player npc (citizen) shopkeepers is allowed. By default<ind>
  216. # those shopkeepers will be named after the player who owns the shop.<ind>
  217. allow-renaming-of-player-npc-shops: false<ind>
  218. <ind>
  219. # *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*<ind>
  220. # Editor Menu<ind>
  221. # *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*<ind>
  222. <ind>
  223. # The window title of the shopkeeper editor menu.<ind>
  224. editor-title: "Shopkeeper Editor"<ind>
  225. <ind>
  226. # The item types for the buttons and icons in the trades page row.<ind>
  227. previous-page-item: WRITABLE_BOOK<ind>
  228. next-page-item: WRITABLE_BOOK<ind>
  229. current-page-item: WRITABLE_BOOK<ind>
  230. trade-setup-item: PAPER<ind>
  231. <ind>
  232. # The item type of the set-name button, and of the naming item (if enabled).<ind>
  233. name-item: NAME_TAG<ind>
  234. # The required item lore of the naming item. Empty to ignore.<ind>
  235. name-item-lore: []<ind>
  236. <ind>
  237. # Whether the editor menu of player shops contains an options to open the<ind>
  238. # shop's chest.<ind>
  239. enable-chest-option-on-player-shop: false<ind>
  240. # The item type of the open-chest button.<ind>
  241. chest-item: CHEST<ind>
  242. <ind>
  243. # The item type of the delete button.<ind>
  244. delete-item: BONE<ind>
  245. <ind>
  246. # *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*<ind>
  247. # Non-shopkeeper villagers<ind>
  248. # *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*<ind>
  249. <ind>
  250. # Whether to prevent trading with non-shopkeeper villagers.<ind>
  251. disable-other-villagers: false<ind>
  252. # Whether to block all regular non-shopkeeper villagers from spawning.<ind>
  253. block-villager-spawns: false<ind>
  254. # Whether non-shopkeeper villagers can be hired.<ind>
  255. hire-other-villagers: false<ind>
  256. <ind>
  257. # *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*<ind>
  258. # Hiring<ind>
  259. # *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*<ind>
  260. <ind>
  261. # The item type to use for the hire button in player shopkeepers that are for<ind>
  262. # sale, and for the hire-cost item when hiring non-shopkeeper villagers.<ind>
  263. hire-item: EMERALD<ind>
  264. # The required item name of the hire-cost item. Empty to ignore.<ind>
  265. hire-item-name: ""<ind>
  266. # The required item lore of the hire-cost item. Empty to ignore.<ind>
  267. hire-item-lore: []<ind>
  268. # The amount of hire-cost items it costs to hire a non-shopkeeper villager.<ind>
  269. hire-other-villagers-costs: 1<ind>
  270. # The title of the hiring inventory window when hiring a player shopkeeper.<ind>
  271. for-hire-title: "For Hire"<ind>
  272. # Whether hiring a player shopkeeper also requires the permission to create<ind>
  273. # player shopkeepers of that type.<ind>
  274. hire-require-creation-permission: true<ind>
  275. <ind>
  276. # *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*<ind>
  277. # Trading<ind>
  278. # *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*<ind>
  279. <ind>
  280. # Whether to prevent players from trading with their own shopkeepers. Keeping<ind>
  281. # this enabled is recommended.<ind>
  282. prevent-trading-with-own-shop: true<ind>
  283. # With this enabled player shopkeepers don't trade while their owner is online.<ind>
  284. # This might be useful for role-playing servers, which wish to force players to<ind>
  285. # trade with each other directly while being online.<ind>
  286. prevent-trading-while-owner-is-online: false<ind>
  287. # Minecraft allows trading of not fully matching items in some situations<ind>
  288. # (ex. items with additional data are accepted in trades). With this enabled<ind>
  289. # Shopkeepers will always check that the traded items are fully matching and it<ind>
  290. # will prevent the trade once the player tries to pickup the item from the<ind>
  291. # trading result slot.<ind>
  292. use-strict-item-comparison: false<ind>
  293. # Whether all shopkeeper purchases shall be logged to csv files in the plugin<ind>
  294. # folder. Note: This might currently not properly work for admin shops, so<ind>
  295. # don't rely on the correctness of the logged purchases for those!<ind>
  296. enable-purchase-logging: false<ind>
  297. <ind>
  298. # The percentage that should be removed from player shop earnings.<ind>
  299. tax-rate: 0<ind>
  300. # Whether to round up instead of down when calculating the tax of a player shop<ind>
  301. # transaction.<ind>
  302. tax-round-up: false<ind>
  303. <ind>
  304. # *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*<ind>
  305. # Currencies<ind>
  306. # *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*<ind>
  307. <ind>
  308. # The item type of the currency items used in player shops.<ind>
  309. currency-item: EMERALD<ind>
  310. # The item name of the currency item. Empty to ignore.<ind>
  311. currency-item-name: ""<ind>
  312. # The item lore of the currency item. Empty to ignore.<ind>
  313. currency-item-lore: []<ind>
  314. <ind>
  315. # The item type of the placeholder when a player has not set the cost for an<ind>
  316. # item.<ind>
  317. zero-currency-item: BARRIER<ind>
  318. # The item name of the zero-currency item.<ind>
  319. zero-currency-item-name: ""<ind>
  320. # The item lore of the zero-currency item.<ind>
  321. zero-currency-item-lore: []<ind>
  322.  
  323. # The item type of a second, higher-value currency used in the second trading<ind>
  324. # slot of player shops. Set to 'AIR' to disable the second currency.<ind>
  325. high-currency-item: EMERALD_BLOCK<ind>
  326. # The item name of the second currency item. Empty to ignore.<ind>
  327. high-currency-item-name: ""<ind>
  328. # The item lore of the second currency item. Empty to ignore.<ind>
  329. high-currency-item-lore: []<ind>
  330. <ind>
  331. # The value of the second currency, based on the first currency.<ind>
  332. high-currency-value: 9<ind>
  333. # The second currency will only be used if an item's cost is greater than this<ind>
  334. # value.<ind>
  335. high-currency-min-cost: 20<ind>
  336. <ind>
  337. # The item type of the placeholder when a player has not set the second<ind>
  338. # currency cost for an item.<ind>
  339. high-zero-currency-item: BARRIER<ind>
  340. # The item name of the zero-second-currency item. Empty to ignore.<ind>
  341. high-zero-currency-item-name: ""<ind>
  342. # The item lore of the zero-second-currency item. Empty to ignore.<ind>
  343. high-zero-currency-item-lore: []<ind>
  344. <ind>
  345. # *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*<ind>
  346. # Messages<ind>
  347. # *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*<ind>
  348. <ind>
  349. language: en<ind>
  350. <ind>
  351. msg-shop-type-admin-regular: "Admin shop"<ind>
  352. msg-shop-type-selling: "Selling shop"<ind>
  353. msg-shop-type-buying: "Buying shop"<ind>
  354. msg-shop-type-trading: "Trading shop"<ind>
  355. msg-shop-type-book: "Book shop"<ind>
  356.  
  357. msg-shop-type-desc-admin-regular: "has unlimited stock"<ind>
  358. msg-shop-type-desc-selling: "sells items to players"<ind>
  359. msg-shop-type-desc-buying: "buys items from players"<ind>
  360. msg-shop-type-desc-trading: "trades items with players"<ind>
  361. msg-shop-type-desc-book: "sells book copies"<ind>
  362. <ind>
  363. msg-shop-object-type-living: "{type}"<ind>
  364. msg-shop-object-type-sign: "sign"<ind>
  365. msg-shop-object-type-npc: "npc"<ind>
  366. <ind>
  367. msg-selected-shop-type: "&aSelected shop type: &6{type} &7({description})"<ind>
  368. msg-selected-shop-object-type: "&aSelected object type: &6{type}"<ind>
  369. <ind>
  370. msg-creation-item-selected: |<ind>
  371. \\\\&aShop creation:<ind>
  372. \\\\&e Left/Right-click to select the shop type.<ind>
  373. \\\\&e Sneak + left/right-click to select the object type.<ind>
  374. \\\\&e Right-click a chest to select it.<ind>
  375. \\\\&e Then right-click a block to place the shopkeeper.<ind>
  376. <ind>
  377. msg-button-previous-page: "&6<- Previous page ({prev_page} of {max_page})"<ind>
  378. msg-button-previous-page-lore: []<ind>
  379. msg-button-next-page: "&6Next page ({next_page} of {max_page}) ->"<ind>
  380. msg-button-next-page-lore: []<ind>
  381. msg-button-current-page: "&6Page {page} of {max_page}"<ind>
  382. msg-button-current-page-lore: []<ind>
  383. <ind>
  384. msg-button-name: "&aSet Shop Name"<ind>
  385. msg-button-name-lore:<ind>
  386. - Lets you rename<ind>
  387. - your shopkeeper<ind>
  388. msg-button-chest: "&aView Chest Inventory"<ind>
  389. msg-button-chest-lore:<ind>
  390. - Lets you view the inventory<ind>
  391. - your shopkeeper is using<ind>
  392. msg-button-type: "&aChoose Appearance"<ind>
  393. msg-button-type-lore:<ind>
  394. - Changes the look<ind>
  395. - of your shopkeeper<ind>
  396. msg-button-delete: "&4Delete"<ind>
  397. msg-button-delete-lore:<ind>
  398. - Closes and removes<ind>
  399. - this shopkeeper<ind>
  400. msg-button-hire: "&aHire"<ind>
  401. msg-button-hire-lore:<ind>
  402. - Buy this shopkeeper<ind>
  403. <ind>
  404. msg-trading-title-prefix: "&2"<ind>
  405. msg-trading-title-default: "Shopkeeper"<ind>
  406. <ind>
  407. msg-selected-chest: "&aChest selected! Right-click a block to place your shopkeeper."<ind>
  408. msg-must-select-chest: "&7You must right-click a chest before placing your shopkeeper."<ind>
  409. msg-no-chest-selected: "&7The selected block is not a chest!"<ind>
  410. msg-chest-too-far: "&7The shopkeeper's chest is too far away!"<ind>
  411. msg-chest-not-placed: "&7You must select a chest you have recently placed!"<ind>
  412. msg-chest-already-in-use: "&7Another shopkeeper is already using the selected chest!"<ind>
  413. msg-no-chest-access: "&7You cannot access the selected chest!"<ind>
  414. msg-too-many-shops: "&7You have too many shops!"<ind>
  415. msg-no-admin-shop-type-selected: "&7You have to select an admin shop type!"<ind>
  416. msg-no-player-shop-type-selected: "&7You have to select a player shop type!"<ind>
  417. msg-shop-create-fail: "&7You cannot create a shopkeeper there."<ind>
  418. <ind>
  419. msg-type-new-name: "&aPlease type the shop's name into the chat.\n &aType a dash (-) to remove the name."<ind>
  420. msg-name-set: "&aThe shop's name has been set!"<ind>
  421. msg-name-has-not-changed: "&aThe shop's name has not changed."<ind>
  422. msg-name-invalid: "&aThat name is not valid!"<ind>
  423. <ind>
  424. msg-shop-type-disabled: "&7The shop type '&6{type}&7' is disabled."<ind>
  425. msg-shop-object-type-disabled: "&7The shop object type '&6{type}&7' is disabled."<ind>
  426. <ind>
  427. msg-must-target-shop: "&7You have to target a shopkeeper."<ind>
  428. msg-must-target-admin-shop: "&7You have to target an admin shopkeeper."<ind>
  429. msg-must-target-player-shop: "&7You have to target a player shopkeeper."<ind>
  430. msg-target-entity-is-no-shop: "&7The targeted entity is no shopkeeper."<ind>
  431. msg-target-shop-is-no-admin-shop: "&7The targeted shopkeeper is no admin shopkeeper."<ind>
  432. msg-target-shop-is-no-player-shop: "&7The targeted shopkeeper is no player shopkeeper."<ind>
  433. msg-unused-chest: "&7No shopkeeper is using this chest."<ind>
  434. msg-not-owner: "&7You are not the owner of this shopkeeper."<ind>
  435. msg-owner-set: "&aNew owner was set to &e{owner}"<ind>
  436. msg-shop-creation-items-given: "&aPlayer &e{player}&a has received &e{amount}&a shop creation item(s)!"<ind>
  437. msg-unknown-book-author: "Unknown"<ind>
  438. <ind>
  439. msg-trade-perm-set: "&aThe shop's trading permission has been set to '&e{perm}&a'!"<ind>
  440. msg-trade-perm-removed: "&aThe shop's trading permission '&e{perm}&a' has been removed!"<ind>
  441. msg-trade-perm-view: "&aThe shop's current trading permission is '&e{perm}&a'."<ind>
  442. <ind>
  443. msg-must-hold-hire-item: "&7You have to hold the required hire item in your hand."<ind>
  444. msg-set-for-hire: "&aThe Shopkeeper was set for hire."<ind>
  445. msg-hired: "&aYou have hired this shopkeeper!"<ind>
  446. msg-missing-hire-perm: "&7You do not have the permission to hire shopkeepers."<ind>
  447. msg-cant-hire: "&7You cannot afford to hire this shopkeeper."<ind>
  448. msg-cant-hire-shop-type: "&7You do not have the permission to hire this type of shopkeeper."<ind>
  449. msg-villager-for-hire: "&aThe villager offered his services as a shopkeeper in exchange for &6{costs}x {hire-item}&a."<ind>
  450. <ind>
  451. msg-missing-trade-perm: "&7You do not have the permission to trade with this shop."<ind>
  452. msg-missing-custom-trade-perm: "&7You do not have the permission to trade with this shop."<ind>
  453. msg-cant-trade-while-owner-online: "&7You cannot trade while the owner of this shop ('&e{owner}&7') is online."<ind>
  454. <ind>
  455. msg-shopkeeper-created: "&aShopkeeper created: &6{type} &7({description})\n{setupDesc}"<ind>
  456. <ind>
  457. msg-shop-setup-desc-selling: |<ind>
  458. \\\\&e Add items you want to sell to your chest, then<ind>
  459. \\\\&e right-click the shop while sneaking to modify costs.<ind>
  460. msg-shop-setup-desc-buying: |<ind>
  461. \\\\&e Add one of each item you want to buy to your chest, then<ind>
  462. \\\\&e right-click the shop while sneaking to modify costs.<ind>
  463. msg-shop-setup-desc-trading: |<ind>
  464. \\\\&e Add items you want to sell to your chest, then<ind>
  465. \\\\&e right-click the shop while sneaking to modify costs.<ind>
  466. msg-shop-setup-desc-book: |<ind>
  467. \\\\&e Add written books and blank books to your chest, then<ind>
  468. \\\\&e right-click the shop while sneaking to modify costs.<ind>
  469. msg-shop-setup-desc-admin-regular: |<ind>
  470. \\\\&e Right-click the shop while sneaking to modify trades.<ind>
  471. <ind>
  472. msg-trade-setup-desc-header: '&6{shopType}'<ind>
  473. msg-trade-setup-desc-admin-regular:<ind>
  474. - Has unlimited stock.<ind>
  475. - Insert items from your inventory.<ind>
  476. - Left/Right click to adjust amounts.<ind>
  477. - 'Top row: Result items'<ind>
  478. - 'Bottom rows: Cost items'<ind>
  479. msg-trade-setup-desc-selling:<ind>
  480. - Sells items to players.<ind>
  481. - Insert items to sell into the chest.<ind>
  482. - Left/Right click to adjust amounts.<ind>
  483. - 'Top row: Items being sold'<ind>
  484. - 'Bottom rows: Cost items'<ind>
  485. msg-trade-setup-desc-buying:<ind>
  486. - Buys items from players.<ind>
  487. - Insert one of each item you want to<ind>
  488. - buy and plenty of currency items<ind>
  489. - into the chest.<ind>
  490. - Left/Right click to adjust amounts.<ind>
  491. - 'Top row: Cost items'<ind>
  492. - 'Bottom row: Items being bought'<ind>
  493. msg-trade-setup-desc-trading:<ind>
  494. - Trades items with players.<ind>
  495. - Pickup an item from your inventory<ind>
  496. - and then click a slot to place it.<ind>
  497. - Left/Right click to adjust amounts.<ind>
  498. - 'Top row: Result items'<ind>
  499. - 'Bottom rows: Cost items'<ind>
  500. msg-trade-setup-desc-book:<ind>
  501. - Sells book copies.<ind>
  502. - Insert written and blank books<ind>
  503. - into the chest.<ind>
  504. - Left/Right click to adjust costs.<ind>
  505. - 'Top row: Books being sold'<ind>
  506. - 'Bottom rows: Cost items'<ind>
  507. <ind>
  508. msg-list-admin-shops-header: "&9There are &e{shopsCount} &9admin shops: &e(Page {page} of {maxPage})"<ind>
  509. msg-list-player-shops-header: "&9Player '&e{player}&9' has &e{shopsCount} &9shops: &e(Page {page} of {maxPage})"<ind>
  510. msg-list-shops-entry: " &e{shopSessionId}) &7{shopName}&r&8at &7({location})&8, type: &7{shopType}&8, object type: &7{objectType}"<ind>
  511. <ind>
  512. msg-removed-admin-shops: "&e{shopsCount} &aadmin shops were removed."<ind>
  513. msg-removed-player-shops: "&e{shopsCount} &ashops of player '&e{player}&a' were removed."<ind>
  514. msg-removed-all-player-shops: "&aAll &e{shopsCount} &aplayer shops were removed."<ind>
  515. <ind>
  516. msg-confirm-remove-admin-shops: "&cYou are about to irrevocable remove all admin shops!"<ind>
  517. msg-confirm-remove-own-shops: "&cYou are about to irrevocable remove all your shops!"<ind>
  518. msg-confirm-remove-player-shops: "&cYou are about to irrevocable remove all shops of player &6{player}&c!"<ind>
  519. msg-confirm-remove-all-player-shops: "&cYou are about to irrevocable remove all player shops of all players!"<ind>
  520. <ind>
  521. msg-confirmation-required: "&7Please confirm this action by typing &6/shopkeepers confirm"<ind>
  522. msg-confirmation-expired: "&cConfirmation expired."<ind>
  523. msg-nothing-to-confirm: "&cThere is nothing to confirm currently."<ind>
  524. <ind>
  525. msg-no-permission: "&cYou don't have the permission to do that."<ind>
  526. <ind>
  527. msg-command-unknown: "&cUnknown command '&e{command}&c'!"<ind>
  528. msg-command-argument-unexpected: "&cUnexpected argument '&e{argument}&c'."<ind>
  529. msg-command-argument-missing: "&cMissing argument '&e{argumentFormat}&c'."<ind>
  530. msg-command-argument-invalid: "&cInvalid argument '&e{argument}&c'."<ind>
  531. msg-command-player-argument-missing: "&cNo player specified for '&e{argumentFormat}&c'."<ind>
  532. msg-command-player-argument-invalid: "&cNo player found for '&e{argument}&c'."<ind>
  533. msg-command-shop-type-argument-invalid: "&cUnknown shop type '&e{argument}&c'."<ind>
  534. msg-command-shop-object-type-argument-invalid: "&cUnknown shop object type '&e{argument}&c'."<ind>
  535. msg-command-shopkeeper-argument-invalid: "&cNo shopkeeper found for '&e{argument}&c'."<ind>
  536. msg-command-shopkeeper-argument-no-admin-shop: "&cShopkeeper '&e{argument}&c' is no admin shopkeeper."<ind>
  537. msg-command-shopkeeper-argument-no-player-shop: "&cShopkeeper '&e{argument}&c' is no player shopkeeper."<ind>
  538. <ind>
  539. msg-command-help-title: "&9***** &8[&6Shopkeepers v{version}&8] &9*****"<ind>
  540. msg-command-help-usage-format: "&e{usage}"<ind>
  541. msg-command-help-description-format: "&8 - &3{description}"<ind>
  542. <ind>
  543. msg-command-description-shopkeeper: "Creates a shopkeeper."<ind>
  544. msg-command-description-help: "Shows this help page."<ind>
  545. msg-command-description-reload: "Reloads this plugin."<ind>
  546. msg-command-description-debug: "Toggles debug mode on and off."<ind>
  547. msg-command-description-list: "Lists all shops for the specified player, or all admin shops."<ind>
  548. msg-command-description-remove: "Removes all shops for the specified player, all players, or all admin shops."<ind>
  549. msg-command-description-give: "Gives shop creation item(s) to the specified player."<ind>
  550. msg-command-description-remote: "Remotely opens a shop."<ind>
  551. msg-command-description-remote-edit: "Remotely edits a shop."<ind>
  552. msg-command-description-transfer: "Transfers the ownership of a shop."<ind>
  553. msg-command-description-settradeperm: "Sets, removes (-) or displays (?) the trading permission."<ind>
  554. msg-command-description-setforhire: "Sets one of your shops for sale."<ind>
Advertisement
Add Comment
Please, Sign In to add comment