smollidesu

Untitled

May 5th, 2019
562
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.45 KB | None | 0 0
  1. # ___________ _ __ ___
  2. # |_ _| __ \ | | /_ | |__ \
  3. # | | | |__) |___ ___ _ _ ___| | ___ _ __ | | ) |
  4. # | | | _ // _ \/ __| | | |/ __| |/ _ \ '__| | | / /
  5. # _| |_| | \ \ __/ (__| |_| | (__| | __/ | | |_ / /_
  6. # |_____|_| \_\___|\___|\__, |\___|_|\___|_| |_(_)____|
  7. # __/ |
  8. # Recycle/uncraft the items that you don't need.
  9. # Coded by NickDEV
  10. #
  11. # |-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-|
  12. # | Thanks for purchasing the plugin. If you find any bugs or |
  13. # | have any questions, please send me a PM on spigot. Enjoy! |
  14. # |-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-|
  15. #
  16. # -------------------------------------------------------------
  17. # Introduction to config
  18. # -------------------------------------------------------------
  19. # Colors:
  20. # You can use chat colors in the messages, with symbol &.
  21. # target-message: "&cThis message will be red."
  22. # (All the chat colors are listed here: https://tinyurl.com/mcc-colors)
  23. # -------------------------------------------------------------
  24.  
  25. # Plugin's prefix
  26. # prefix - will be used in the messages
  27. prefix: "&c[ItemRecycler] "
  28.  
  29. # -------------------------------------------------------------
  30. # Security
  31. # -------------------------------------------------------------
  32.  
  33. security:
  34. # Anti-duplication
  35. # Protect your server from users duplicating items. There can only be one anti-duplication
  36. # security running at a time.
  37. #
  38. # Types:
  39. # - ALLOWED_LIST (only allows the items in allowed-items.yml.yml to be recycled) (High security)
  40. # - BLOCKED_LIST (blocks items in blocked-items.yml from being recycled) (Medium security)
  41. # - NONE (means that security is disabled) !!! HIGHLY UNRECOMMENDED !!!
  42. duplication: ALLOWED_LIST
  43. # Durability
  44. # Make items recycable/non-recycable depending on items's durability.
  45. #
  46. # Types:
  47. # - ONLY_NON_USED (allows users to recycle only non-used items)
  48. # - SMART_DURABILITY (calculates outcome)
  49. # - NONE (ignores durability)
  50. durability: SMART_DURABILITY
  51. # Rounding
  52. #
  53. # Types:
  54. # - NICE (still returns all the components if an item is on 85% or more)
  55. # - HARSH (uses smart durability if an item is on less than 85%)
  56. rounding: HARSH
  57. # Enchantments
  58. # If false, enchanted items will not be recycled.
  59. enchanted: true
  60. # Custom names
  61. # If false, items with custom names will not be recycled.
  62. custom-named: true
  63.  
  64. # -------------------------------------------------------------
  65. # Misc
  66. # -------------------------------------------------------------
  67.  
  68. # Success rate
  69. # Enables success rate depending on the player's permission. If the player has permission
  70. # itemrecycler.successrate.team1 <- he has 50% chance of the recyclement to be successful
  71. # itemrecycler.successrate.team2 <- he has 25% chance of the recyclement to be successful
  72. #
  73. # In case player doesn't have any successrate permission, this function will be ignored
  74. # for that player.
  75. #
  76. # You can add more teams. The teams don't need to be named teamX, you can make
  77. # custom names like vip, pro, master or something like that. The permission would then
  78. # be itemrecycler.successrate.vip
  79. success-rate:
  80. enable: false
  81. # Result
  82. #
  83. # Types:
  84. # - RETURN (returns the items back to the player when the recyclement fails)
  85. # - DELETE (delete's the player's items when the recyclement fails)
  86. type: RETURN
  87. permissions:
  88. # Permission syntax is: itemrecycler.successrate.%name%
  89. team1: 50
  90. team2: 25
  91.  
  92. # -------------------------------------------------------------
  93. # GUI
  94. # -------------------------------------------------------------
  95.  
  96. gui:
  97. input:
  98. name: "Recycler | Input"
  99. size: 27
  100. buttons:
  101. confirm:
  102. material: GREEN_WOOL
  103. data: 13
  104. amount: 1
  105. meta:
  106. name: "&aConfirm"
  107. lore:
  108. - "&7Click to recycle the items."
  109. cancel:
  110. material: RED_WOOL
  111. data: 14
  112. amount: 1
  113. meta:
  114. name: "&cCancel"
  115. lore:
  116. - "&7Click to cancel the recyclement."
  117. output:
  118. name: "Recycler | Output"
  119. size: 54
  120. buttons:
  121. recycleAgain:
  122. material: ORANGE_WOOL
  123. data: 1
  124. amount: 1
  125. meta:
  126. name: "&6Recycle again"
  127. lore:
  128. - "&7Click to to recycle again."
  129. disable-recycle-again: false
  130.  
  131. # -------------------------------------------------------------
  132. # Recycler block
  133. # -------------------------------------------------------------
  134.  
  135. recycler-block:
  136. # enable - Allows you to open the recycler with right-clicking on the recycler block.
  137. # texture - Represents the head's texture (textures can be found here: https://minecraft-heads.com/custom/heads).
  138. # craftable - Allows the players to craft the recycler block. Recipe:
  139. # PPP P = plank F = furnace
  140. # PFP F = furnace
  141. # ICI I = iron ingot
  142. enable: true
  143. texture: 533ecb558f21c918977987e974f2e6bd128eb9d9c05414e946dd786ebdb4
  144. craftable: false
  145.  
  146. # -------------------------------------------------------------
  147. # Settings
  148. # -------------------------------------------------------------
  149.  
  150. # Plugin language
  151. # en - English (lang/en.yml)
  152. # ptbr - Portugese Brazilian (lang/pt-br.yml)
  153. # si - Slovenian (lang/si.yml)
  154. # zh - Chinese (lang/zh.yml)
  155. language: en
  156.  
  157. # Only intended for the developers
  158. debug: false
Add Comment
Please, Sign In to add comment