Advertisement
Luke616

Quality Tools Blacklist Issue

Jan 19th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.10 KB | None | 0 0
  1. {
  2. "comment": "These qualities will apply for all basic weapons and
  3. tools, including swords, pickaxes, axes, shovels, hoes,
  4. and shears! For more info about how to edit this file
  5. and add more files, visit
  6. https://bitbucket.org/Tmtravlr/qualitytools/wiki/Home",
  7.  
  8. "slot": "mainhand",
  9. "whitelist": [
  10. {
  11. "class": "ItemTool"
  12. },
  13. {
  14. "class": "ItemHoe"
  15. },
  16. {
  17. "class": "ItemShears"
  18. },
  19. {
  20. "class": "ItemSword"
  21. }
  22. ],
  23. "blacklist": [
  24. {
  25. "item": "ebwizardry:spectral_pickaxe"
  26. },
  27. {
  28. "item": "ebwizardry:spectral_sword"
  29. },
  30. {
  31. "item": "ebwizardry:frost_axe"
  32. },
  33. {
  34. "item": "ebwizardry:flaming_axe"
  35. }
  36. ],
  37. "qualities": [
  38. {
  39. "name": "quality.worthless.name",
  40. "color": "dark_red",
  41. "weight": 10,
  42. "attributes": [
  43. {
  44. "name": "generic.attackDamage",
  45. "amount": -0.1,
  46. "operation": 2
  47. },
  48. {
  49. "name": "generic.attackSpeed",
  50. "amount": -0.1,
  51. "operation": 2
  52. },
  53. {
  54. "name": "potioncore.digSpeed",
  55. "amount": -0.1,
  56. "operation": 2
  57. },
  58. {
  59. "name": "generic.reachDistance",
  60. "amount": -1,
  61. "operation": 0
  62. }
  63. ]
  64. },
  65. {
  66. "name": "quality.broken.name",
  67. "color": "dark_gray",
  68. "weight": 10,
  69. "attributes": [
  70. {
  71. "name": "generic.attackDamage",
  72. "amount": -0.15,
  73. "operation": 2
  74. }
  75. ]
  76. },
  77. {
  78. "name": "quality.bulky.name",
  79. "color": "dark_gray",
  80. "weight": 10,
  81. "attributes": [
  82. {
  83. "name": "generic.attackSpeed",
  84. "amount": -0.15,
  85. "operation": 2
  86. },
  87. {
  88. "name": "potioncore.digSpeed",
  89. "amount": -0.15,
  90. "operation": 2
  91. }
  92. ]
  93. },
  94. {
  95. "name": "quality.rusted.name",
  96. "color": "red",
  97. "weight": 10,
  98. "attributes": [
  99. {
  100. "name": "generic.attackDamage",
  101. "amount": -0.1,
  102. "operation": 2
  103. },
  104. {
  105. "name": "potioncore.digSpeed",
  106. "amount": -0.1,
  107. "operation": 2
  108. }
  109. ]
  110. },
  111. {
  112. "name": "quality.clumsy.name",
  113. "color": "red",
  114. "weight": 10,
  115. "attributes": [
  116. {
  117. "name": "generic.attackSpeed",
  118. "amount": -0.05,
  119. "operation": 2
  120. },
  121. {
  122. "name": "potioncore.digSpeed",
  123. "amount": -0.05,
  124. "operation": 2
  125. }
  126. ]
  127. },
  128. {
  129. "name": "quality.chipped.name",
  130. "color": "red",
  131. "weight": 10,
  132. "attributes": [
  133. {
  134. "name": "generic.attackSpeed",
  135. "amount": -0.05,
  136. "operation": 2
  137. },
  138. {
  139. "name": "generic.attackDamage",
  140. "amount": -0.05,
  141. "operation": 2
  142. }
  143. ]
  144. },
  145. {
  146. "name": "quality.short.name",
  147. "color": "red",
  148. "weight": 10,
  149. "attributes": [
  150. {
  151. "name": "generic.reachDistance",
  152. "amount": -1,
  153. "operation": 0
  154. }
  155. ]
  156. },
  157. {
  158. "name": "normal",
  159. "weight": 100
  160. },
  161. {
  162. "name": "quality.broad.name",
  163. "color": "yellow",
  164. "weight": 10,
  165. "attributes": [
  166. {
  167. "name": "generic.attackDamage",
  168. "amount": 0.1,
  169. "operation": 2
  170. },
  171. {
  172. "name": "generic.attackSpeed",
  173. "amount": -0.05,
  174. "operation": 2
  175. },
  176. {
  177. "name": "potioncore.digSpeed",
  178. "amount": -0.05,
  179. "operation": 2
  180. }
  181. ]
  182. },
  183. {
  184. "name": "quality.thin.name",
  185. "color": "yellow",
  186. "weight": 10,
  187. "attributes": [
  188. {
  189. "name": "generic.attackDamage",
  190. "amount": -0.05,
  191. "operation": 2
  192. },
  193. {
  194. "name": "generic.attackSpeed",
  195. "amount": 0.2,
  196. "operation": 2
  197. }
  198. ]
  199. },
  200. {
  201. "name": "Lightweight",
  202. "color": "yellow",
  203. "weight": 10,
  204. "attributes": [
  205. {
  206. "name": "generic.attackDamage",
  207. "amount": -0.05,
  208. "operation": 2
  209. },
  210. {
  211. "name": "generic.movementSpeed",
  212. "amount": 0.12,
  213. "operation": 2
  214. }
  215. ]
  216. },
  217. {
  218. "name": "quality.pokey.name",
  219. "color": "yellow",
  220. "weight": 10,
  221. "attributes": [
  222. {
  223. "name": "generic.attackDamage",
  224. "amount": 0.05,
  225. "operation": 2
  226. },
  227. {
  228. "name": "potioncore.digSpeed",
  229. "amount": -0.1,
  230. "operation": 2
  231. }
  232. ]
  233. },
  234. {
  235. "name": "quality.vicious.name",
  236. "color": "yellow",
  237. "weight": 10,
  238. "attributes": [
  239. {
  240. "name": "generic.attackDamage",
  241. "amount": 0.15,
  242. "operation": 2
  243. },
  244. {
  245. "name": "generic.reachDistance",
  246. "amount": -0.5,
  247. "operation": 0
  248. }
  249. ]
  250. },
  251. {
  252. "name": "quality.long.name",
  253. "color": "blue",
  254. "weight": 10,
  255. "attributes": [
  256. {
  257. "name": "generic.reachDistance",
  258. "amount": 0.5,
  259. "operation": 0
  260. }
  261. ]
  262. },
  263. {
  264. "name": "quality.sharp.name",
  265. "color": "blue",
  266. "weight": 10,
  267. "attributes": [
  268. {
  269. "name": "generic.attackDamage",
  270. "amount": 0.1,
  271. "operation": 2
  272. }
  273. ]
  274. },
  275. {
  276. "name": "quality.keen.name",
  277. "color": "blue",
  278. "weight": 10,
  279. "attributes": [
  280. {
  281. "name": "generic.attackDamage",
  282. "amount": 0.1,
  283. "operation": 2
  284. },
  285. {
  286. "name": "generic.attackSpeed",
  287. "amount": 0.1,
  288. "operation": 2
  289. }
  290. ]
  291. },
  292. {
  293. "name": "quality.graceful.name",
  294. "color": "aqua",
  295. "weight": 10,
  296. "attributes": [
  297. {
  298. "name": "potioncore.digSpeed",
  299. "amount": 0.15,
  300. "operation": 2
  301. },
  302. {
  303. "name": "generic.attackSpeed",
  304. "amount": 0.15,
  305. "operation": 2
  306. }
  307. ]
  308. },
  309. {
  310. "name": "quality.sweeping.name",
  311. "color": "aqua",
  312. "weight": 10,
  313. "attributes": [
  314. {
  315. "name": "generic.reachDistance",
  316. "amount": 0.5,
  317. "operation": 0
  318. },
  319. {
  320. "name": "generic.attackSpeed",
  321. "amount": 0.2,
  322. "operation": 2
  323. }
  324. ]
  325. },
  326. {
  327. "name": "quality.legendary.name",
  328. "color": "light_purple",
  329. "weight": 5,
  330. "attributes": [
  331. {
  332. "name": "generic.attackDamage",
  333. "amount": 0.15,
  334. "operation": 2
  335. },
  336. {
  337. "name": "potioncore.digSpeed",
  338. "amount": 0.1,
  339. "operation": 2
  340. },
  341. {
  342. "name": "generic.reachDistance",
  343. "amount": 0.5,
  344. "operation": 0
  345. },
  346. {
  347. "name": "generic.attackSpeed",
  348. "amount": 0.1,
  349. "operation": 2
  350. }
  351. ]
  352. }
  353. ]
  354. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement