Advertisement
Guest User

ExclusiveShowcase - Default Config

a guest
Mar 5th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 8.43 KB | None | 0 0
  1. ##########################################################################################################
  2. #                                                                                                        #
  3. # Plugin: ExclusiveShowcase                                                                              #
  4. #                                                                                                        #
  5. # Check > for valid material names: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html    #
  6. # Check > for valid sounds names: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html         #
  7. #                                                                                                        #
  8. ##########################################################################################################
  9.  
  10. # >> MySQL Support << #
  11.  
  12. mysql-enabled: false
  13. mysql-ip: "127.0.0.1"
  14. mysql-port: "20"
  15. mysql-username: "root"
  16. mysql-password: "root"
  17. mysql-database: "showcase"
  18.  
  19. # >> Optinial Features << #
  20.  
  21. ### - It will delete the item after removing it from the showcase.  
  22. delete-item-forever: false
  23.  
  24. ### - It will open a GUI that asks the player if he is sure that he wants to add this item to his showcase.
  25. ask-for-add: true
  26.  
  27. ### - It will open a GUI that asks the player if he is sure that he wants to remove this item to his showcase.
  28. ask-for-remove: true
  29.  
  30. ### - It will open a GUI that asks the player if he is sure that he wants to clear his showcase.
  31. ask-for-clear: true
  32.  
  33. ### - Do not change it yet, that option will be updated in future updates.
  34. click-to-add: true
  35.  
  36. ### - This is the title of the showcase when a player opens his showcase or someones else showcase.
  37. showcase-title: "&8[ &e%PLAYER%'s &6Showcase &8]"
  38.  
  39. ### - Which items will be banned from being in all showcase's.
  40. disabled-items:
  41. - BEDROCK
  42.   - TNT
  43.  
  44. # >> Balance Support << #
  45.  
  46. ### - The amout it will cost to a player to add an item.
  47. showcase-add-cost: 100
  48.  
  49. ### - The amout it will cost to a player to remove an item from his showcase.
  50. showcase-remove-cost: 0
  51.  
  52. # >> Sound Features << #
  53.  
  54. ### - Which sound will be applied after a player opens his showcase.
  55. openshowcase-sound: "LEVEL_UP"
  56.  
  57. ### - Which sound will be played after a player added an ite.
  58. addtoshowcase-sound: "VILLAGER_YES"
  59.  
  60. ### - Which sound will be played after a player removed an item from his showcase.
  61. removefromshowcase-sound: "VILLAGER_NO"
  62.  
  63. ### - Which sound will be played after a player closed his showcase.
  64. closeshowcase-sound: "CHEST_CLOSE"
  65.  
  66. ### - Which sound will be played after a player opened someones else showcase.
  67. openothershowcase-sound: "LEVEL_UP"
  68.  
  69. ### - Which sound will be played after a player removed an item from someones else showcase.
  70. remove-otherplayeritem-sound: "EXPLODE"
  71.  
  72. ### - Which sound will be played when a player has no permission.
  73. noperm-sound: "ANVIL_LAND"
  74.  
  75. ### - Which sound wil be played if a player tried to open someones else showcase when the player didn't have one.
  76. other-noshowcase-sound: "GLASS"
  77.  
  78. # >> GUI Support << #
  79.  
  80. items:
  81.     accept-button:
  82.         id: "STAINED_GLASS_PANE"
  83.         amount: 1
  84.         data: 5
  85.         name: "&a&lConfirm"
  86.     accept-remove-button:
  87.         id: "STAINED_GLASS_PANE"
  88.         amount: 1
  89.         data: 5
  90.         name: "&a&lConfirm"
  91.     deny-button:
  92.         id: "STAINED_GLASS_PANE"
  93.         amount: 1
  94.         data: 14
  95.         name: "&c&lDecline"
  96.     deny-remove-button:
  97.         id: "STAINED_GLASS_PANE"
  98.         amount: 1
  99.         data: 14
  100.         name: "&c&lDecline"
  101.     accept-clear-button:
  102.         id: "STAINED_GLASS_PANE"
  103.         amount: 1
  104.         data: 5
  105.         name: "&a&lConfirm"
  106.     deny-clear-button:
  107.         id: "STAINED_GLASS_PANE"
  108.         amount: 1
  109.         data: 14
  110.         name: "&c&lDecline"
  111.     additem-messanger:
  112.         id: "STAINED_CLAY"
  113.         amount: 1
  114.         data: 5
  115.         name: "&bAre you sure?"
  116.         lore:
  117.         -  "&7You want to add this"
  118.           -  "&7item to your showcase?"
  119.     removeitem-messanger:
  120.         id: "STAINED_CLAY"
  121.         amount: 1
  122.         data: 14
  123.         name: "&bAre you sure?"
  124.         lore:
  125.         -  "&7You want to remove this"
  126.           -  "&7item from your showcase?"
  127.     clearshowcase-messanger:
  128.         id: "STAINED_CLAY"
  129.         amount: 1
  130.         data: 4
  131.         name: "&bAre you sure?"
  132.         lore:
  133.         -  "&7You want to clear"
  134.           -  "&7this showcase?"
  135.     background-glass:
  136.         id: "STAINED_GLASS_PANE"
  137.         amount: 1
  138.         data: 7
  139.         name: "&r"
  140.         lore: []
  141. add-inventory:
  142.     rows:
  143.     - "DDDDDDDDD"
  144.       - "CCCCABBBB"
  145.       - "DDDDDDDDD"
  146.     types:
  147.        A: "additem-messanger"
  148.        B: "accept-button"
  149.        C: "deny-button"
  150.        D: "background-glass"
  151.     title: "&7Are you sure?"
  152. remove-inventory:
  153.     rows:
  154.     - "DDDDDDDDD"
  155.       - "CCCCABBBB"
  156.       - "DDDDDDDDD"
  157.     types:
  158.        A: "removeitem-messanger"
  159.        B: "accept-remove-button"
  160.        C: "deny-remove-button"
  161.        D: "background-glass"
  162.     title: "&7Are you sure?"
  163. clear-inventory:
  164.     rows:
  165.     - "DDDDDDDDD"
  166.       - "CCCCABBBB"
  167.       - "DDDDDDDDD"
  168.     types:
  169.        A: "clearshowcase-messanger"
  170.        B: "accept-clear-button"
  171.        C: "deny-clear-button"
  172.        D: "background-glass"
  173.     title: "&7Are you sure?"
  174.  
  175. help-showcase:
  176.   - "&6&m--&6» &eExclusiveShowcase - Commands"
  177.     - " "
  178.     - "&b/showcase - open your showcase."
  179.     - "&3/showcase open - open your showcase."
  180.     - "&b/showcase <player> - open someones else showcase."
  181.     - "&3/showcase open <player> - open someones else showcase."
  182.     - "&b/showcase add - add the in your hand into your showcase."
  183.     - "&3/showcase help - recieve full help commands."
  184.     - "&b/showcase clear - clear your showcase."
  185.     - "&3/showcase clear <player> - clear someones else showcase."
  186.     - "&b/showcase -reload - reload the plugin & config."
  187.     - " "
  188.     - "&6&m--&6» &eEverything is configurable in config!"
  189.  
  190. # >> Messages << #
  191.  
  192. ### - Which message will appear after a player opened his showcase.
  193. open-showcase: "&7You have opened your showcase."
  194.  
  195. ### - Which message will appear after a player opened someones else showcase.
  196. open-otherplayer-showcase: "&7You have opened &b%otherplayer%'s &7showcase."
  197.  
  198. ### - Which message will appear after a player removed an item from his showcase.
  199. remove-item: "&7You have removed %item%&7 from your showcase."
  200.  
  201. ### - Which message will appear after a player opening his showcase.
  202. remove-otherplayer-item: "&7You have removed %item%&7 from %otherplayer%'s showcase."
  203.  
  204. ### - Which message will appear after a player added an item.
  205. add-item: "&aYou have successfully added %item%&a to your showcase."
  206.  
  207. ### - Which message will appear after a player tried to add an item when he had no money.
  208. not-enough-money: "&cYou do not have enough money."
  209.  
  210. ### - Which message will appear after a player reloaded the plugin.
  211. reload-showcase: "&7The plugin &bExclusiveShowcase &7plugin reloaded."
  212.  
  213. ### - Which message will appear after a player tried to add an item when it's full.
  214. showcasefull-message: "&cCan not add that item, your showcase is full."
  215.  
  216. ### - Which message will appear after a player tried to add an 'banned' item.
  217. novaliditem-message: "&cThat is banned from being in showcase's."
  218.  
  219. ### - Which message will appear after a player tried to open his showcase when he didn't have one.
  220. no-showcase-message: "&cYou do not have a showcase."
  221.  
  222. ### - Which message will appear after a player has no permission.
  223. no-perm: "&cYou do not have access."
  224.  
  225. ### - Which message will appear after a player tried to open someones else showcase when he didn't have one.
  226. no-showcase-other-message: "&b%PLAYER% &7does not have a showcase."
  227.  
  228. ### - Which message will appear after a player executed a wrong usage.
  229. wrong-usage: "&cWrong usage! Usage: /showcase help"
  230.  
  231. ### - Which message will appear after a player tried to add an item when he had nothing in his hand.
  232. no-item-in-hand: "&cYou don't have any items in your hand."
  233.  
  234. ### - Which message will appear after a player tried to open a OFFLINE player showcase.
  235. player-is-offline: "&cThat player is not online."
  236.  
  237. ### - Which message will appear after a player cleared his showcase.
  238. cleared-other-showcase: "&7You have cleared &b%PLAYER%'s &7showcase."
  239.  
  240. ### - Which message will appear after a player cleared someones else showcase.
  241. cleared-showcase: "&7You have cleared your showcase."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement