Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.25 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. # The menu selector settings.
  50. Menu-Item:
  51. # The name of the selector.
  52. Name: '&aGadgetsMenu'
  53. # The material of the selector.
  54. Material: 23940
  55. # Slot: 0-8
  56. Slot: -1
  57. # Should give player menu selector when they join the server.
  58. Give-On-Join: false
  59. # Set to true allows player to move menu selector to another slot.
  60. Able-To-Move: true
  61. Lore:
  62. - '&7Mystery Dust: &b{MYSTERY_DUST}'
  63. - ''
  64. - '&7Enjoy fun cosmetic features!'
  65. - '&7More stuff will be added over time,'
  66. - '&7make sure to check our update forums!'
  67. - '&7Thanks you for supporting our server.'
  68. # List of the worlds where cosmetics are enabled!
  69. Enabled-Worlds:
  70. - world
  71. - world_nether
  72. - world_the_end
  73. # List of the disabled cosmetics.
  74. # Set to true to disable it.
  75. Disabled-Cosmetics:
  76. Hats: false
  77. Particles: false
  78. Suits: false
  79. Gadgets: false
  80. Pets: false
  81. Morphs: false
  82. Banners: false
  83. Emotes: false
  84. Cloaks: false
  85. Permission:
  86. # When player doesn't have the permission of that item.
  87. No-Permission:
  88. # Set to true will show the lore.
  89. Show-In-Lore: false
  90. # Should close GUI menu when player selected
  91. # a item which he doesn't have the permission.
  92. Close-GUI-Menu-After-Select: true
  93. Lore:
  94. - ''
  95. - '&7Status: &c&lLOCKED'
  96. # Set to true, will play sound
  97. # when player select the item.
  98. #
  99. # Sounds: https://github.com/OnlyNoobDied/GadgetsMenu/wiki/Sounds
  100. Play-Sound:
  101. Enabled: true
  102. Sound: ENTITY_ENDERMEN_TELEPORT
  103. Show-Custom-Item:
  104. Enabled: true
  105. Material: '351:8'
  106. # When player have the permission of that item.
  107. Has-Permission:
  108. # Set to true will show the lore.
  109. Show-In-Lore: false
  110. Close-GUI-Menu-After-Select: true
  111. Lore:
  112. - ''
  113. - '&7Status: &a&lUNLOCKED'
  114. # Set to true, will play sound
  115. # when player select the item.
  116. #
  117. # Sounds: https://github.com/OnlyNoobDied/GadgetsMenu/wiki/Sounds
  118. Play-Sound:
  119. Enabled: true
  120. Sound: ENTITY_EXPERIENCE_ORB_PICKUP
  121. # When player clicks 'Go Back' button will execute these commands.
  122. # If you enabled this option, it won't open the main menu of GadgetsMenu.
  123. # Variables: {PLAYER}
  124. Back-To-Main-Menu:
  125. Execute-Commands:
  126. Enabled: false
  127. Commands:
  128. - cc open menu.yml {PLAYER}
  129. # Set to true will fill the blank slots of inventories with the item you set.
  130. Fill-Empty-Slot-With-Item:
  131. Enabled: false
  132. Material: '160:15'
  133. # List of commands that won't work when equip a cosmetic.
  134. # Type commands in lowercase without slashes.
  135. Disabled-Commands:
  136. - hat
  137. # Check for updates if you set to true.
  138. Check-Update: true
  139. # Set to true will automatic download
  140. # the latest plugin when it's released.
  141. Auto-Update: true
  142. # Do not edit this.
  143. Config-Version: 1.0.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement