Advertisement
Guest User

Untitled

a guest
Mar 4th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.72 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', '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. Particles: true
  25. Suits: true
  26. Gadgets: true
  27. Pets: true
  28. Morphs: true
  29. Banners: true
  30. Emotes: true
  31. Cloaks: true
  32. # This is the command when player purchase cosmetic items.
  33. # This command is depends on your permission plugin.
  34. Execute-Command: pex user {PLAYER} add {PERMISSION}
  35. # General settings.
  36. Settings:
  37. # The default pet's name.
  38. Default-Pet-Name: '&b{PLAYER}''s pet'
  39. # The mystery dust amount of the player who join the server first time.
  40. Starting-Mystery-Dust: 0
  41. # The maximum characters that player can set the pet name.
  42. Max-Pet-Name-Characters: 20
  43. # The slot when player equip gadget, emote or morph.
  44. Gadget-Slot: 5
  45. # The default self morph view setting.
  46. Default-Self-Morph-View: true
  47. # Do you want to enable self morph view?
  48. Enabled-Self-Morph-View: true
  49. # Auto equip cosmetic after player purchase.
  50. Auto-Equip-After-Purchase: true
  51. # Auto equip cosmetic when player found loot from mystery box.
  52. Auto-Equip-On-Loot-Found: true
  53. # Set to true will shows particle effect to everyone,
  54. # otherwise will only show to the player itself.
  55. Show-Particle-Effect-To-Everyone: true
  56. # Set to true will shows cloak effect to everyone,
  57. # otherwise will only show to the player itself.
  58. Show-Cloak-Effect-To-Everyone: true
  59. # The menu selector settings.
  60. Menu-Item:
  61. # The name of the selector.
  62. Name: '&aGadgetsMenu'
  63. # The material of the selector.
  64. Material: '130:0'
  65. # Slot: 0-8
  66. Slot: 4
  67. # Should give player menu selector when they join the server.
  68. Give-On-Join: true
  69. # Set to true allows player to move menu selector to another slot.
  70. Able-To-Move: false
  71. Lore:
  72. - '&7Mystery Dust: &b{MYSTERY_DUST}'
  73. - ''
  74. - '&7Enjoy fun cosmetic features!'
  75. - '&7More stuff will be added over time,'
  76. - '&7make sure to check our update forums!'
  77. - '&7Thanks you for supporting our server.'
  78. # List of the worlds where cosmetics are enabled!
  79. Enabled-Worlds:
  80. - world
  81. - world_nether
  82. - world_the_end
  83. # List of the disabled cosmetics.
  84. # Set to true to disable it.
  85. Disabled-Cosmetics:
  86. Hats: false
  87. Particles: false
  88. Suits: false
  89. Gadgets: false
  90. Pets: false
  91. Morphs: false
  92. Banners: false
  93. Emotes: false
  94. Cloaks: false
  95. Permission:
  96. # When player doesn't have the permission of that item.
  97. No-Permission:
  98. # Set to true will show the lore.
  99. Show-In-Lore: false
  100. # Should close GUI menu when player selected
  101. # a item which he doesn't have the permission.
  102. Close-GUI-Menu-After-Select: true
  103. Lore:
  104. - ''
  105. - '&7Status: &c&lLOCKED'
  106. # Set to true, will play sound
  107. # when player select the item.
  108. #
  109. # Sounds: https://github.com/OnlyNoobDied/GadgetsMenu/wiki/Sounds
  110. Play-Sound:
  111. Enabled: true
  112. Sound: ENTITY_ENDERMEN_TELEPORT
  113. Show-Custom-Item:
  114. Enabled: true
  115. Material: '351:8'
  116. # When player have the permission of that item.
  117. Has-Permission:
  118. # Set to true will show the lore.
  119. Show-In-Lore: false
  120. Close-GUI-Menu-After-Select: true
  121. Lore:
  122. - ''
  123. - '&7Status: &a&lUNLOCKED'
  124. # Set to true, will play sound
  125. # when player select the item.
  126. #
  127. # Sounds: https://github.com/OnlyNoobDied/GadgetsMenu/wiki/Sounds
  128. Play-Sound:
  129. Enabled: true
  130. Sound: ENTITY_EXPERIENCE_ORB_PICKUP
  131. # When player clicks 'Go Back' button will execute these commands.
  132. # If you enabled this option, it won't open the main menu of GadgetsMenu.
  133. # Variables: {PLAYER}
  134. Back-To-Main-Menu:
  135. Execute-Commands:
  136. Enabled: false
  137. Commands:
  138. - cc open menu.yml {PLAYER}
  139. # Set to true will fill the blank slots of inventories with the item you set.
  140. Fill-Empty-Slot-With-Item:
  141. Enabled: false
  142. Material: '160:15'
  143. # List of commands that won't work when equip a cosmetic.
  144. # Type commands in lowercase without slashes.
  145. Disabled-Commands:
  146. - hat
  147. # Check for updates if you set to true.
  148. Check-Update: true
  149. # Set to true will automatic download
  150. # the latest plugin when it's released.
  151. Auto-Update: true
  152. # Do not edit this.
  153. Config-Version: 1.0.4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement