Advertisement
NAOSAMA

Untitled

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