Advertisement
Guest User

Untitled

a guest
Jan 21st, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. # _____ _____ _ _
  2. # | __ \ / ____| | | (_)
  3. # | |__) | __ ___ | | ___ ___ _ __ ___ ___| |_ _ ___ ___
  4. # | ___/ '__/ _ \| | / _ \/ __| '_ ` _ \ / _ \ __| |/ __/ __|
  5. # | | | | | (_) | |___| (_) \__ \ | | | | | __/ |_| | (__\__ \
  6. # |_| |_| \___/ \_____\___/|___/_| |_| |_|\___|\__|_|\___|___/ COPYRIGHT ©
  7. #
  8. # Thank you for purchasing ProCosmetics!
  9. #
  10. # If you have any questions, suggestions or problems, please send me a message on SpigotMC!
  11. #
  12.  
  13. General:
  14. Disabled-Worlds:
  15. - world_no_cosmetics
  16. - world_nether
  17.  
  18. #Stores your last used cosmetics and next time you login to the server they will automatically be equipped.
  19. Restore-Cosmetics: true
  20.  
  21. #The name-tag above the entities head for Mounts & Pets!
  22. Entity-Owner-Displayname: "&b(player)'s &7(cosmetic)"
  23.  
  24. Gadget-Slot: 6
  25.  
  26. Cosmetic-Menu:
  27. Title: "Cosmetic Menu"
  28. Size: 54
  29. Fill-Empty-Slots: true
  30. Give-On-Join: false
  31. Give-On-World-Change: false
  32.  
  33. Material: CHEST
  34. Amount: 1
  35. Slot: 0
  36. Displayname: "&aCosmetic Menu &7(Right Click)"
  37. Lore:
  38. - "&7Right-click to open the Cosmetic menu."
  39.  
  40. Fill-Empty-Slots:
  41. Material: GRAY_STAINED_GLASS_PANE
  42. Amount: 1
  43.  
  44. Unequip-All-Cosmetics:
  45. Material: BARRIER
  46. Amount: 1
  47. Slot: 4
  48. Displayname: "&cUnequip All Cosmetics"
  49. Lore:
  50. - ""
  51. - "&7Right-click to unequip your current cosmetics!"
  52.  
  53. #Set amount to 0 if you want to disable this feature.
  54. Current-Coins:
  55. Material: SUNFLOWER
  56. Data: 0
  57. Amount: 1
  58. Slot: 22
  59. Displayname: "&bYou have &e(coins) coins!"
  60. Lore:
  61. - ""
  62. - "&7Purchase more coins at our"
  63. - "&7store. &9www.testserver.com"
  64.  
  65. Go-Back:
  66. Material: RED_BED
  67. Amount: 1
  68. Slot: 4
  69. Displayname: "&aGo back"
  70. Lore: []
  71.  
  72. Purchase-Cosmetic:
  73. Title: "Purchase Cosmetic"
  74. Size: 54
  75.  
  76. Accept:
  77. Displayname: "&aAccept Purchase"
  78.  
  79. Deny:
  80. Displayname: "&cDeny Purchase"
  81.  
  82. Purchase-Ammo:
  83. Title: "Purchase Ammo"
  84. Size: 54
  85.  
  86. Accept:
  87. Displayname: "&aAccept Purchase"
  88.  
  89. Deny:
  90. Displayname: "&cDeny Purchase"
  91.  
  92. Purchase-Treasure:
  93. Title: "Purchase Treasure"
  94. Size: 54
  95.  
  96. Accept:
  97. Displayname: "&aAccept Purchase"
  98.  
  99. Deny:
  100. Displayname: "&cDeny Purchase"
  101.  
  102. Cosmetic-Not-Unlocked-Description:
  103. - "(cosmeticDescription)"
  104. - "&7Purchase for &b(cost) &7coins!"
  105.  
  106. Anti-Lag:
  107. Use: true
  108. Minimum-TPS: 15.0
  109. Unequip-Cosmetics: true
  110. Disable-Usage: true
  111.  
  112. MySQL:
  113. Use: false
  114. Host: localhost
  115. Port: 3306
  116. Database: ProCosmetics
  117. Table: ProCosmeticsData
  118. User: root
  119. Password: password
  120.  
  121. Economy:
  122. #By disabling vault support the plugin will use its own separate currency system.
  123. Use-Vault: false
  124. Coin-Party-Bomb-Amount: 20
  125.  
  126. #World Guard
  127. Blacklisted-Regions:
  128. Unequip:
  129. Arrow-Effect: false
  130. Balloon: true
  131. Banner: true
  132. Death-Effect: false
  133. Emote: true
  134. Gadget: true
  135. Miniature: true
  136. Morph: true
  137. Mount: true
  138. Music: true
  139. Particle-Effect: false
  140. Pet: true
  141.  
  142. Regions:
  143. - "Region1"
  144. - "Region2"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement