Advertisement
Guest User

Untitled

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