Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 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. Title: "Cosmetic Menu"
  29. Size: 54
  30. Fill-Empty-Slots: false
  31. Give-On-Join: false
  32. Give-On-World-Change: false
  33.  
  34. Material: CHEST
  35. Data: 0
  36. Amount: 1
  37. Slot: 0
  38. Displayname: "&aCosmetic Menu &7(Right Click)"
  39. Lore:
  40. - "&7Right-click to open the Cosmetic menu."
  41.  
  42. Fill-Empty-Slots:
  43. Material: STAINED_GLASS_PANE
  44. Data: 7
  45. Amount: 1
  46.  
  47. Unequip-All-Cosmetics:
  48. Material: BARRIER
  49. Data: 0
  50. Amount: 1
  51. Slot: 4
  52. Displayname: "&cUnequip All Cosmetics"
  53. Lore:
  54. - ""
  55. - "&7Right-click to unequip your current cosmetics!"
  56.  
  57. #Set amount to 0 if you want to disable this feature.
  58. Current-Coins:
  59. Material: DOUBLE_PLANT
  60. Data: 0
  61. Amount: 0
  62. Slot: 22
  63. Displayname: "&bYou currently have &e(coins) coins!"
  64. Lore:
  65. - ""
  66. - "&7Purchase more coins at &9www.testserver.com"
  67.  
  68. Go-Back:
  69. Material: BED
  70. Data: 0
  71. Amount: 1
  72. Slot: 4
  73. Displayname: "&aGo back"
  74. Lore: []
  75.  
  76. Purchase-Cosmetic:
  77. Title: "Purchase Cosmetic"
  78. Size: 54
  79.  
  80. Accept:
  81. Displayname: "&aAccept Purchase"
  82.  
  83. Deny:
  84. Displayname: "&cDeny Purchase"
  85.  
  86. Purchase-Ammo:
  87. Title: "Purchase Ammo"
  88. Size: 54
  89.  
  90. Accept:
  91. Displayname: "&aAccept Purchase"
  92.  
  93. Deny:
  94. Displayname: "&cDeny Purchase"
  95.  
  96. Purchase-Treasure:
  97. Title: "Purchase Treasure"
  98. Size: 54
  99.  
  100. Accept:
  101. Displayname: "&aAccept Purchase"
  102.  
  103. Deny:
  104. Displayname: "&cDeny Purchase"
  105.  
  106. Cosmetic-Not-Unlocked-Description:
  107. - "(cosmeticDescription)"
  108. - "&7Purchase for &b(cost) &7coins!"
  109.  
  110. Anti-Lag:
  111. Use: true
  112. Minimum-TPS: 18.0
  113. Unequip-Cosmetics: true
  114. Disable-Usage: true
  115.  
  116. MySQL:
  117. Use: false
  118. Host: localhost
  119. Port: 3306
  120. Database: ProCosmetics
  121. Table: ProCosmeticsData
  122. User: root
  123. Password: password
  124.  
  125. Economy:
  126. #By disabling vault support the plugin will use its own separate currency system.
  127. Use-Vault: false
  128. Coin-Party-Bomb-Amount: 20
  129.  
  130. #World Guard
  131. Blacklisted-Regions:
  132. Unequip:
  133. Arrow-Effect: false
  134. Balloon: false
  135. Banner: false
  136. Death-Effect: false
  137. Emote: false
  138. Gadget: false
  139. Miniature: false
  140. Morph: false
  141. Mount: false
  142. Music: fale
  143. Particle-Effect: false
  144. Pet: false
  145.  
  146. Regions:
  147. - "Region1"
  148. - "Region2"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement