Advertisement
Guest User

Untitled

a guest
Mar 5th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.79 KB | None | 0 0
  1. # This option allows you to set where
  2. # player's data do you want to save.
  3. #
  4. # Storages: 'file' or 'mysql'.
  5. #
  6. # If you enable mysql, you need to setup MySQL infos.
  7. Player-Data:
  8. Storage: file
  9. MySQL:
  10. hostname: localhost
  11. username: root
  12. database: minecraft
  13. port: '3306'
  14. password: password
  15. Cosmetic-Item-Purchase:
  16. # Set to true allows player to purchase cosmetic items.
  17. Enabled: true
  18. # Set the storage where do you want to save mystery dust.
  19. # Available storages: 'file', 'mysql', 'coins-jasperjh', 'coinsapi', 'playerpoints', 'vault'.
  20. Mystery-Dust-Storage: file
  21. # Set to true will allows player to purchase specified cosmetic.
  22. Enabled-Cosmetics:
  23. Hats: true
  24. Animated Hats: true
  25. Particles: true
  26. Suits: true
  27. Gadgets: true
  28. Pets: true
  29. Morphs: true
  30. Banners: true
  31. Emotes: true
  32. Cloaks: true
  33. # Reopen GUI menu after player purchase item.
  34. Reopen-GUI-Menu-After-Purchase: true
  35. # This is the player's order to buy cosmetics.
  36. # This command depends on your permission plugin.
  37. Execute-Command: pex user {PLAYER} add {PERMISSION}
  38. # General settings.
  39. Settings:
  40. # The default pet's name.
  41. Default-Pet-Name: '&b{PLAYER}''s pet'
  42. # The mystery dust amount of the player who join the server first time.
  43. Starting-Mystery-Dust: 0
  44. # The maximum characters that player can set the pet name.
  45. Max-Pet-Name-Characters: 20
  46. # The slot when player equip gadget, emote or morph.
  47. Gadget-Slot: 5
  48. # The default self morph view setting.
  49. Default-Self-Morph-View: true
  50. # Do you want to enable self morph view?
  51. Enabled-Self-Morph-View: true
  52. # Do you want to enable mob disguise damage?
  53. # Set to false will disable damage if disguised.
  54. Enabled-Mob-Disguise-Damage: false
  55. # Auto equip cosmetic after player purchased.
  56. Auto-Equip-After-Purchase: true
  57. # Auto equip cosmetic when player found loot from mystery box.
  58. Auto-Equip-On-Loot-Found: true
  59. # Set to true will shows particle effect to everyone,
  60. # otherwise will only show to the player itself.
  61. Show-Particle-Effect-To-Everyone: true
  62. # Set to true will shows cloak effect to everyone,
  63. # otherwise will only show to the player itself.
  64. Show-Cloak-Effect-To-Everyone: true
  65. # Set to true will hide particle effect for vanished player.
  66. Hide-Particle-Effect-For-Vanished-Player: true
  67. # Set to true will hide cloak effect for vanished player.
  68. Hide-Cloak-Effect-For-Vanished-Player: true
  69. # Do action when player equip cosmetic.
  70. # Replace: Replace the old item with equipped cosmetic.
  71. # Warn: Send a warning message to the player and reject to equip cosmetic.
  72. # Drop: Drop the old item on the ground and equip cosmetic.
  73. Equip-Cosmetic-Item-To-Slot: WARN
  74. # Sync player's selected cosmetics when they join the server.
  75. # Set to 'false' to reduce server lag.
  76. Sync-Cosmetics-On-Join: true
  77. # The menu selector settings.
  78. Menu-Item:
  79. # The name of the selector.
  80. Name: '&7Kliknij aby aktywowac: &cEffekty'
  81. # The material of the selector.
  82. # Material: https://github.com/OnlyNoobDied/GadgetsMenu/wiki/Material-Syntax
  83. Material: ROSE_RED
  84. # Slot: 0-8
  85. Slot: 7
  86. # Should give player menu selector when they join the server.
  87. Give-On-Join: true
  88. # Set to true allows player to move menu selector to another slot.
  89. Able-To-Move: false
  90. Lore:
  91. - ''
  92. # List of the worlds where cosmetics are enabled!
  93. Enabled-Worlds:
  94. - world
  95. # List of the disabled cosmetics.
  96. # Set to true to disable it.
  97. Disabled-Cosmetics:
  98. Hats: false
  99. Animated Hats: false
  100. Particles: false
  101. Suits: false
  102. Gadgets: false
  103. Pets: false
  104. Morphs: false
  105. Banners: false
  106. Emotes: false
  107. Cloaks: false
  108. Permission:
  109. # When player doesn't have the permission of that item.
  110. No-Permission:
  111. # Set to true will show the lore.
  112. Show-In-Lore: false
  113. # Should close GUI menu when player selected
  114. # a item which he doesn't have the permission.
  115. Close-GUI-Menu-After-Select: true
  116. Lore:
  117. - ''
  118. - '&7Status: &c&lLOCKED'
  119. # Set to true, will play sound
  120. # when player select the item.
  121. #
  122. # Sounds: https://github.com/OnlyNoobDied/GadgetsMenu/wiki/Sounds
  123. Play-Sound:
  124. Enabled: true
  125. Sound: ENTITY_ENDERMAN_TELEPORT
  126. Show-Custom-Item:
  127. Enabled: true
  128. Material: GRAY_DYE
  129. # When player have the permission of that item.
  130. Has-Permission:
  131. # Set to true will show the lore.
  132. Show-In-Lore: false
  133. Close-GUI-Menu-After-Select: true
  134. Lore:
  135. - ''
  136. - '&7Status: &a&lUNLOCKED'
  137. # Set to true, will play sound
  138. # when player select the item.
  139. #
  140. # Sounds: https://github.com/OnlyNoobDied/GadgetsMenu/wiki/Sounds
  141. Play-Sound:
  142. Enabled: true
  143. Sound: ENTITY_EXPERIENCE_ORB_PICKUP
  144. # Discount the cost of an item when player purchase.
  145. Item-Cost-Discount:
  146. # Set to true will enable item cost discount.
  147. Enabled: true
  148. # Which item do you want to enable item cost discount?
  149. Discount:
  150. Cosmetic-Item: true
  151. Crafting-Mystery-Box: true
  152. # You can add more discount rate by reference example.
  153. Discount-Rates:
  154. # The name of the discount group.
  155. # The name is use for placeholder to get the cost after discount.
  156. # Placeholder Syntax: {<name>_MYSTERY_DUST}
  157. # Get the cost of that discount rate.
  158. VIP:
  159. # Higher numbers override.
  160. Priority: 1
  161. # The permission to granted discount.
  162. Permission: gadgetsmenu.discount.VIP
  163. # Discount rates.
  164. Rate: 20
  165. Lore:
  166. Enough-Mystery-Dust:
  167. - ''
  168. - '&8&mRegular: {MYSTERY_DUST} Mystery Dust!'
  169. - '&aVIP&7: &a{VIP_MYSTERY_DUST} &7Mystery Dust (&a20% &7OFF!) &eâ—€'
  170. - '&cMVP: {MVP_MYSTERY_DUST} Mystery Dust (40% OFF!)'
  171. - ''
  172. - '&7Your Cost: &a{VIP_MYSTERY_DUST} &7Mystery Dust'
  173. - '&eClick to craft!'
  174. Not-Enough-Mystery-Dust:
  175. - ''
  176. - '&8&mRegular: {MYSTERY_DUST} Mystery Dust!'
  177. - '&aVIP&7: &a{VIP_MYSTERY_DUST} &7Mystery Dust (&a20% &7OFF!) &eâ—€'
  178. - '&cMVP: {MVP_MYSTERY_DUST} Mystery Dust (40% OFF!)'
  179. - ''
  180. - '&7Your Cost: &c{VIP_MYSTERY_DUST} &7Mystery Dust'
  181. - '&cYou need &b{SURPLUS_MYSTERY_DUST} &cmore mystery dust!'
  182. MVP:
  183. Priority: 2
  184. Permission: gadgetsmenu.discount.MVP
  185. Rate: 40
  186. Lore:
  187. Enough-Mystery-Dust:
  188. - ''
  189. - '&8&mRegular: {MYSTERY_DUST} Mystery Dust!'
  190. - '&8&mVIP: {VIP_MYSTERY_DUST} Mystery Dust (20% OFF!)'
  191. - '&bMVP&7: &a{MVP_MYSTERY_DUST} &7Mystery Dust (&a40% &7OFF!) &eâ—€'
  192. - ''
  193. - '&7Your Cost: &a{MVP_MYSTERY_DUST} &7Mystery Dust'
  194. - '&eClick to craft!'
  195. Not-Enough-Mystery-Dust:
  196. - ''
  197. - '&8&mRegular: {MYSTERY_DUST} Mystery Dust!'
  198. - '&8&mVIP: {VIP_MYSTERY_DUST} Mystery Dust (20% OFF!)'
  199. - '&bMVP&7: &a{MVP_MYSTERY_DUST} &7Mystery Dust (&a40% &7OFF!) &eâ—€'
  200. - ''
  201. - '&7Your Cost: &a{MVP_MYSTERY_DUST} &7Mystery Dust'
  202. - '&cYou need &b{SURPLUS_MYSTERY_DUST} &cmore mystery dust!'
  203. # When player clicks 'Go Back' button will execute these commands.
  204. # If you enabled this option, it won't open the main menu of GadgetsMenu.
  205. # Variables: {PLAYER}
  206. Back-To-Main-Menu:
  207. Execute-Commands:
  208. Enabled: false
  209. Commands:
  210. - cc open menu.yml {PLAYER}
  211. # Set to true will fill the blank slots of inventories with the item you set.
  212. Fill-Empty-Slot-With-Item:
  213. Enabled: false
  214. Material: BLACK_STAINED_GLASS_PANE
  215. # List of commands that won't work when equip a cosmetic.
  216. # Type commands in lowercase without slashes.
  217. Disabled-Commands:
  218. - hat
  219. # Check for updates if you set to true.
  220. Check-Update: true
  221. # Set to true will automatic download
  222. # the latest plugin when it's released.
  223. Auto-Update: true
  224. # Do not edit this.
  225. Config-Version: 1.0.11
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement