Advertisement
Guest User

Untitled

a guest
Oct 13th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.22 KB | None | 0 0
  1. # If set to true, will check for updates
  2. Check-For-Updates: true
  3. # List of the enabled categories.
  4. Categories-Enabled:
  5. Gadgets: true
  6. Particle-Effects: true
  7. Mounts: true
  8. Pets: true
  9. Morphs: true
  10. Hats: true
  11. Suits: true
  12. Emotes: true
  13. # Other settings for categories:
  14. # - The Item in Main Menu.
  15. # - Do you want a BackToMainMenu Arrow in it?
  16. Categories:
  17. Gadgets:
  18. Main-Menu-Item: '409:0'
  19. Go-Back-Arrow: true
  20. # You wanna show the cooldown of current gadget in actionbar?
  21. Cooldown-In-ActionBar: true
  22. Particle-Effects:
  23. Main-Menu-Item: '399:0'
  24. Go-Back-Arrow: true
  25. Mounts:
  26. Main-Menu-Item: '329:0'
  27. Go-Back-Arrow: true
  28. Pets:
  29. Main-Menu-Item: '352:0'
  30. Go-Back-Arrow: true
  31. Morphs:
  32. Main-Menu-Item: '334:0'
  33. Go-Back-Arrow: true
  34. Hats:
  35. Main-Menu-Item: '314:0'
  36. Go-Back-Arrow: true
  37. Suits:
  38. Main-Menu-Item: '299:0'
  39. Go-Back-Arrow: true
  40. Emotes:
  41. Go-Back-Arrow: true
  42. Clear-Cosmetic-Item: '152:0'
  43. # Previous Page Item
  44. Previous-Page-Item: '368:0'
  45. # Next Page Item
  46. Next-Page-Item: '381:0'
  47. # Back to Main Menu Item
  48. Back-Main-Menu-Item: '262:0'
  49. Self-View-Item:
  50. # Item in Morphs Menu when Self View enabled.
  51. When-Enabled: '381:0'
  52. # Item in Morphs Menu when Self View disabled.
  53. When-Disabled: '368:0'
  54. Gadgets-Item:
  55. # Item in Gadgets Menu when Gadgets enabled.
  56. When-Enabled: '351:10'
  57. # Item in Gadgets Menu when Gadgets disabled.
  58. When-Disabled: '351:8'
  59. # Item in Pets Menu to rename current pet.
  60. Rename-Pet-Item: '421:0'
  61. # Should GUI close after selecting a cosmetic?
  62. Close-GUI-After-Select: true
  63. Back-To-Main-Menu-Custom-Command:
  64. Enabled: false
  65. Command: cc open custommenu.yml {player}
  66. # Treasure Chests Settings.
  67. # /uc reload will not be enough to toggle them!
  68. #
  69. # NOTE: Money will be given
  70. # to player even if disabled in case
  71. # there is nothing to give!
  72. #
  73. #
  74. # About Treasure Chests designs:
  75. # For a list of effect: http://pastebin.com/CVKkufck
  76. # For the chest-types: NORMAL or ENDER
  77. # Material syntax: 'id:data'
  78. # You CAN make more designs just copy one, paste it and modify.
  79. # Not twice same name!
  80. #
  81. # Some infos:
  82. # center-block: The block on the center.
  83. # around-center: Blocks around the center
  84. # third-BLOCKS: BLOCKS "around around" the center.
  85. # below-chests: Block below the chests.
  86. # barriers: the barrier.
  87. # chest-type: The chest type (NORMAL or ENDER)
  88. # effect: The effect (complete list: http://pastebin.com/CVKkufck)
  89. #
  90. # For permission command:
  91. # Change it to correspond to your Permissions plugin!
  92. # Default one is Pex's.
  93. #
  94. TreasureChests:
  95. Enabled: true
  96. Key-Price: 1000
  97. Loots:
  98. Money:
  99. Enabled: true
  100. Max: 100
  101. Chance: 10
  102. Message:
  103. enabled: false
  104. message: '%prefix% &6&l%name% found %money%$'
  105. Gadgets-Ammo:
  106. Enabled: true
  107. Min: 20
  108. Max: 100
  109. Chance: 60
  110. Message:
  111. enabled: false
  112. message: '%prefix% &6&l%name% found %ammo% %gadget% ammo'
  113. Gadgets:
  114. Enabled: true
  115. Chance: 20
  116. Message:
  117. enabled: false
  118. message: '%prefix% &6&l%name% found gadget %gadget%'
  119. Mounts:
  120. Enabled: true
  121. Chance: 10
  122. Message:
  123. enabled: false
  124. message: '%prefix% &6&l%name% found rare %mount%'
  125. Pets:
  126. Enabled: true
  127. Chance: 10
  128. Message:
  129. enabled: false
  130. message: '%prefix% &6&l%name% found rare %pet%'
  131. Morphs:
  132. Enabled: true
  133. Chance: 4
  134. Message:
  135. enabled: true
  136. message: '%prefix% &6&l%name% found legendary %morph%'
  137. Effects:
  138. Enabled: true
  139. Chance: 4
  140. Message:
  141. enabled: true
  142. message: '%prefix% &6&l%name% found legendary %effect%'
  143. Hats:
  144. Enabled: true
  145. Chance: 10
  146. Message:
  147. enabled: false
  148. message: '%prefix% &6&l%name% found rare %hat%'
  149. Suits:
  150. Enabled: true
  151. Chance: 5
  152. Message:
  153. enabled: false
  154. message: '%prefix% &6&l%name% found rare %suit%'
  155. Emotes:
  156. Enabled: true
  157. Chance: 5
  158. Message:
  159. enabled: false
  160. message: '%prefix% &6&l%name% found rare %emote%'
  161. Designs:
  162. Classic:
  163. center-block: '169:0'
  164. around-center: '5:0'
  165. third-blocks: '5:1'
  166. below-chests: '17:0'
  167. barriers: '85:0'
  168. chest-type: NORMAL
  169. effect: FLAME
  170. Modern:
  171. center-block: '169:0'
  172. around-center: '159:11'
  173. third-blocks: '155:0'
  174. below-chests: '159:11'
  175. barriers: '160:3'
  176. chest-type: ENDER
  177. effect: REDSTONE
  178. Nether:
  179. center-block: '89:0'
  180. around-center: '88:0'
  181. third-blocks: '87:0'
  182. below-chests: '112:0'
  183. barriers: '113:0'
  184. chest-type: NORMAL
  185. effect: SMOKE_NORMAL
  186. Permission-Add-Command: pex user %name% add %permission%
  187. # This option will fill the blank slots of inventories
  188. # with a custom item!
  189. Fill-Blank-Slots-With-Item:
  190. Enabled: false
  191. Item: '160:15'
  192. # Toggle this to allow players to rename pets.
  193. #
  194. # Permission-Required:
  195. # If true, the permission:
  196. # ultracosmetics.pets.rename
  197. # will be required to rename a pet.
  198. #
  199. # Requires Money:
  200. # If true, money will be required
  201. # to rename a pet.
  202. Pets-Rename:
  203. Enabled: false
  204. Permission-Required: false
  205. Requires-Money:
  206. Enabled: true
  207. Price: 100
  208. # Do pets drop items? (not pickable up by players)
  209. Pets-Drop-Items: true
  210. # Are pets babies?
  211. Pets-Are-Babies: true
  212. # Do you want the mounts
  213. # that normally make block trails
  214. # to do so?
  215. Mounts-Block-Trails: true
  216. # This option allows to use ammo
  217. # for gadgets, for limited uses.
  218. # Ammo can be given with /uc give ammo
  219. # or bought from menu when activating gadget.
  220. #
  221. # For the system: 'file' or 'mysql'
  222. #
  223. # If you set mysql, please fill the MySQL infos.
  224. Ammo-System-For-Gadgets:
  225. Enabled: false
  226. System: file
  227. MySQL:
  228. hostname: localhost
  229. username: root
  230. password: password
  231. port: '3306'
  232. database: UltraCosmetics
  233. # The menu item settings.
  234. #
  235. # List for type: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  236. Menu-Item:
  237. Give-On-Join: true
  238. Give-On-Respawn: true
  239. Slot: 3
  240. Type: ENDER_CHEST
  241. Data: 0
  242. Displayname: '&6&lCosmetics'
  243. # Settings related to permissions.
  244. #
  245. # List for "Type" https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  246. No-Permission:
  247. Show-In-Lore: true
  248. Lore-Message-Yes: '&o&7Permission: &a&lYes!'
  249. Lore-Message-No: '&o&7Permission: &4&lNo!'
  250. Dont-Show-Item: false
  251. Custom-Item:
  252. enabled: false
  253. Type: INK_SACK
  254. Data: 8
  255. Name: '&c&l{cosmetic-name}'
  256. Lore:
  257. - ''
  258. - '&c&lYou do not have permission for this!'
  259. - ''
  260. # If set to true, in messages the cosmetics' names
  261. # won't be colored.
  262. # Example:
  263. # With true: &a&lYou activated &9&lPaintball Gun!
  264. # With false: &a&lYou activated Paintball Gun!
  265. Chat-Cosmetic-PlaceHolder-Color: true
  266. # What is the slot for gadgets?
  267. Gadget-Slot: 4
  268. # If toggled to true,
  269. # players will be able to remove
  270. # their current gadget by pressing
  271. # their drop key.
  272. Remove-Gadget-With-Drop: false
  273. # List of the worlds
  274. # where cosmetics are enabled!
  275. Enabled-Worlds:
  276. - world
  277. - world_nether
  278. - world_the_end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement