Advertisement
satocahng

Untitled

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