Advertisement
Guest User

Untitled

a guest
Dec 20th, 2017
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.73 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: manuaddp {PLAYER} {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: '399:0'
  65.   # Slot: 0-8
  66.   Slot: 4
  67.   # Should give player menu selector when they join the server.
  68.   Give-On-Join: false
  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. - SkyBlock
  84. # List of the disabled cosmetics.
  85. # Set to true to disable it.
  86. Disabled-Cosmetics:
  87.   Hats: false
  88.   Particles: false
  89.   Suits: false
  90.   Gadgets: false
  91.   Pets: false
  92.   Morphs: false
  93.   Banners: false
  94.   Emotes: false
  95.   Cloaks: false
  96. Permission:
  97.  # When player doesn't have the permission of that item.
  98.   No-Permission:
  99.    # Set to true will show the lore.
  100.     Show-In-Lore: false
  101.     # Should close GUI menu when player selected
  102.     # a item which he doesn't have the permission.
  103.     Close-GUI-Menu-After-Select: true
  104.     Lore:
  105.    - ''
  106.     - '&7Status: &c&lLOCKED'
  107.     # Set to true, will play sound
  108.     # when player select the item.
  109.     #
  110.     # Sounds: https://github.com/OnlyNoobDied/GadgetsMenu/wiki/Sounds
  111.     Play-Sound:
  112.       Enabled: true
  113.       Sound: ENTITY_ENDERMEN_TELEPORT
  114.     Show-Custom-Item:
  115.       Enabled: true
  116.       Material: '351:8'
  117.   # When player have the permission of that item.
  118.   Has-Permission:
  119.    # Set to true will show the lore.
  120.     Show-In-Lore: false
  121.     Close-GUI-Menu-After-Select: true
  122.     Lore:
  123.    - ''
  124.     - '&7Status: &a&lUNLOCKED'
  125.     # Set to true, will play sound
  126.     # when player select the item.
  127.     #
  128.     # Sounds: https://github.com/OnlyNoobDied/GadgetsMenu/wiki/Sounds
  129.     Play-Sound:
  130.       Enabled: true
  131.       Sound: ENTITY_EXPERIENCE_ORB_PICKUP
  132. # When player clicks 'Go Back' button will execute these commands.
  133. # If you enabled this option, it won't open the main menu of GadgetsMenu.
  134. # Variables: {PLAYER}
  135. Back-To-Main-Menu:
  136.   Execute-Commands:
  137.     Enabled: false
  138.     Commands:
  139.    - cc open menu.yml {PLAYER}
  140. # Set to true will fill the blank slots of inventories with the item you set.
  141. Fill-Empty-Slot-With-Item:
  142.   Enabled: true
  143.   Material: '160:7'
  144. # List of commands that won't work when equip a cosmetic.
  145. # Type commands in lowercase without slashes.
  146. Disabled-Commands:
  147. - hat
  148. # Check for updates if you set to true.
  149. Check-Update: true
  150. # Set to true will automatic download
  151. # the latest plugin when it's released.
  152. Auto-Update: true
  153. # Do not edit this.
  154. Config-Version: 1.0.4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement