Shindur

streamlabs.json

Apr 9th, 2020
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.37 KB | None | 0 0
  1. {
  2. "configs": [
  3. {
  4. "types": {
  5. "bits": [
  6. {
  7. "name": "Bits Notification",
  8. "conditions": [],
  9. "outcomes": [
  10. {
  11. "toastType": 2,
  12. "title": "$user Cheered",
  13. "subtitle": "$amount bits!",
  14. "type": "toast"
  15. }
  16. ],
  17. "allowsOtherEventsToTrigger": true,
  18. "playTime": 20
  19. },
  20. {
  21. "name": "hurt or heal",
  22. "conditions": [],
  23. "outcomes": [
  24. {
  25. "target": "$playerName",
  26. "amount": "1",
  27. "type": "health",
  28. "weight": 16
  29. },
  30. {
  31. "target": "$playerName",
  32. "amount": "-1",
  33. "type": "health",
  34. "weight": 16
  35. },
  36. {
  37. "target": "$playerName",
  38. "amount": "2",
  39. "type": "health",
  40. "weight": 16
  41. },
  42. {
  43. "target": "$playerName",
  44. "amount": "-2",
  45. "type": "health",
  46. "weight": 16
  47. },
  48. {
  49. "target": "$playerName",
  50. "amount": "4",
  51. "type": "health",
  52. "weight": 16
  53. },
  54. {
  55. "target": "$playerName",
  56. "amount": "-4",
  57. "type": "health",
  58. "weight": 16
  59. }
  60. ],
  61. "allowsOtherEventsToTrigger": true
  62. },
  63. {
  64. "name": "500 Bits Chance Cube",
  65. "conditions": [
  66. {
  67. "modId": "chancecubes",
  68. "type": "modExists"
  69. },
  70. {
  71. "min": 500.0,
  72. "max": 999.0,
  73. "type": "range"
  74. }
  75. ],
  76. "outcomes": [
  77. {
  78. "command": "/give $playerName chancecubes:chance_cube",
  79. "type": "command"
  80. }
  81. ],
  82. "allowsOtherEventsToTrigger": true
  83. },
  84. {
  85. "name": "1000 Bits Ico",
  86. "conditions": [
  87. {
  88. "modId": "luckyores",
  89. "type": "modExists"
  90. },
  91. {
  92. "min": 1000.0,
  93. "max": 1499.0,
  94. "type": "range"
  95. }
  96. ],
  97. "outcomes": [
  98. {
  99. "command": "/give $playerName chancecubes:chance_icosahedron",
  100. "type": "command"
  101. }
  102. ],
  103. "allowsOtherEventsToTrigger": true
  104. },
  105. {
  106. "name": "1500 Bits Giant Chance Cube",
  107. "conditions": [
  108. {
  109. "modId": "chancecubes",
  110. "type": "modExists"
  111. },
  112. {
  113. "min": 1500.0,
  114. "max": 9999.0,
  115. "type": "range"
  116. }
  117. ],
  118. "outcomes": [
  119. {
  120. "command": "/give $playerName chancecubes:compact_giant_chance_cube",
  121. "type": "command"
  122. }
  123. ],
  124. "allowsOtherEventsToTrigger": true
  125. },
  126. {
  127. "name": "10000 Bits Giant in Base",
  128. "conditions": [
  129. {
  130. "modId": "chancecubes",
  131. "type": "modExists"
  132. },
  133. {
  134. "min": 10000.0,
  135. "type": "range"
  136. }
  137. ],
  138. "outcomes": [
  139. {
  140. "command": "/give $playerName chancecubes:compact_giant_chance_cube",
  141. "type": "command"
  142. },
  143. {
  144. "message": "Place down in the middle of your base!",
  145. "inActionBar": true,
  146. "type": "chat"
  147. }
  148. ],
  149. "allowsOtherEventsToTrigger": true,
  150. "playTime": 200
  151. }
  152. ],
  153. "SUBSCRIPTION_GIFT": [
  154. {
  155. "name": "Sub Gift Notification",
  156. "conditions": [],
  157. "outcomes": [
  158. {
  159. "toastType": 2,
  160. "title": "Gifted Subs",
  161. "subtitle": "$name gifted $amount subs",
  162. "type": "toast"
  163. }
  164. ],
  165. "allowsOtherEventsToTrigger": true,
  166. "playTime": 20
  167. },
  168. {
  169. "name": "5 gifted subs Lucky ore where you stand",
  170. "conditions": [
  171. {
  172. "modId": "luckyores",
  173. "type": "modExists"
  174. },
  175. {
  176. "min": 5.0,
  177. "max": 9.0,
  178. "type": "range"
  179. }
  180. ],
  181. "outcomes": [
  182. {
  183. "command": "/execute at @a run setblock ~ ~ ~ chancecubes:chance_cube replace",
  184. "type": "command"
  185. }
  186. ]
  187. },
  188. {
  189. "name": "10 gifted subs Bad Lucky Ore where you stand",
  190. "conditions": [
  191. {
  192. "modId": "luckyores",
  193. "type": "modExists"
  194. },
  195. {
  196. "min": 10.0,
  197. "max": 19.0,
  198. "type": "range"
  199. }
  200. ],
  201. "outcomes": [
  202. {
  203. "command": "/execute at @a run setblock ~ ~ ~ chancecubes:chance_icosahedron replace",
  204. "type": "command"
  205. }
  206. ]
  207. },
  208. {
  209. "name": "20 Gifted Sub Wither Spawn",
  210. "conditions": [
  211. {
  212. "min": 20.0,
  213. "max": 49.0,
  214. "type": "range"
  215. }
  216. ],
  217. "outcomes": [
  218. {
  219. "command": "/execute at @a run summon minecraft:wither ~ ~1 ~",
  220. "type": "command"
  221. }
  222. ]
  223. },
  224. {
  225. "name": "50 Gifted Subs Dragon Spawn",
  226. "conditions": [
  227. {
  228. "min": 50.0,
  229. "max": 99.0,
  230. "type": "range"
  231. }
  232. ],
  233. "outcomes": [
  234. {
  235. "command": "/execute at @a run summon minecraft:ender_dragon ~ ~1 ~",
  236. "type": "command"
  237. }
  238. ]
  239. },
  240. {
  241. "name": "100 Gifted Subs Clear Inventory",
  242. "conditions": [
  243. {
  244. "amount": 100.0,
  245. "type": "amount"
  246. }
  247. ],
  248. "outcomes": [
  249. {
  250. "command": "/execute at @a /clear",
  251. "type": "command"
  252. }
  253. ]
  254. }
  255. ],
  256. "subscription": [
  257. {
  258. "name": "Sub Notification ",
  259. "conditions": [],
  260. "outcomes": [
  261. {
  262. "toastType": 2,
  263. "title": "$user subbed",
  264. "subtitle": "$amount months!",
  265. "type": "toast"
  266. }
  267. ],
  268. "allowsOtherEventsToTrigger": true,
  269. "playTime": 20
  270. },
  271. {
  272. "name": "Sub Reward",
  273. "conditions": [
  274. {
  275. "modId": "luckyores",
  276. "type": "modExists"
  277. }
  278. ],
  279. "outcomes": [
  280. {
  281. "command": "/give $playerName luckyores:baseluckyore $amount",
  282. "type": "command"
  283. }
  284. ],
  285. "allowsOtherEventsToTrigger": true
  286. }
  287. ],
  288. "follow": [
  289. {
  290. "name": "Follow Notification",
  291. "conditions": [],
  292. "outcomes": [
  293. {
  294. "toastType": 2,
  295. "title": "Follower Alert",
  296. "subtitle": "$user followed!",
  297. "type": "toast"
  298. }
  299. ],
  300. "allowsOtherEventsToTrigger": true,
  301. "playTime": 20
  302. },
  303. {
  304. "name": "1+ Follow = 1 Random Food",
  305. "conditions": [],
  306. "outcomes": [
  307. {
  308. "command": "/give $playerName minecraft:melon_slice",
  309. "type": "command",
  310. "weight": 10
  311. },
  312. {
  313. "command": "/give $playerName minecraft:cookie",
  314. "type": "command",
  315. "weight": 10
  316. },
  317. {
  318. "command": "/give $playerName minecraft:cooked_cod",
  319. "type": "command",
  320. "weight": 10
  321. },
  322. {
  323. "command": "/give $playerName minecraft:cooked_salmon",
  324. "type": "command",
  325. "weight": 10
  326. },
  327. {
  328. "command": "/give $playerName minecraft:cooked_chicken",
  329. "type": "command",
  330. "weight": 10
  331. },
  332. {
  333. "command": "/give $playerName minecraft:cooked_beef",
  334. "type": "command",
  335. "weight": 10
  336. },
  337. {
  338. "command": "/give $playerName minecraft:cooked_porkchop",
  339. "type": "command",
  340. "weight": 10
  341. },
  342. {
  343. "command": "/give $playerName minecraft:cooked_rabbit",
  344. "type": "command",
  345. "weight": 10
  346. },
  347. {
  348. "command": "/give $playerName minecraft:bread",
  349. "type": "command",
  350. "weight": 10
  351. },
  352. {
  353. "command": "/give $playerName minecraft:carrot",
  354. "type": "command",
  355. "weight": 10
  356. },
  357. {
  358. "command": "/give $playerName minecraft:baked_potato",
  359. "type": "command",
  360. "weight": 10
  361. },
  362. {
  363. "command": "/give $playerName minecraft:pumpkin_pie",
  364. "type": "command",
  365. "weight": 10
  366. },
  367. {
  368. "command": "/give $playerName minecraft:cooked_mutton",
  369. "type": "command",
  370. "weight": 10
  371. },
  372. {
  373. "command": "/give $playerName minecraft:beetroot_soup",
  374. "type": "command",
  375. "weight": 10
  376. },
  377. {
  378. "command": "/give $playerName minecraft:mushroom_stew",
  379. "type": "command",
  380. "weight": 10
  381. },
  382. {
  383. "command": "/give $playerName minecraft:apple",
  384. "type": "command",
  385. "weight": 10
  386. },
  387. {
  388. "command": "/give $playerName minecraft:golden_apple",
  389. "type": "command",
  390. "weight": 10
  391. },
  392. {
  393. "command": "/give $playerName minecraft:enchanted_golden_apple",
  394. "type": "command",
  395. "weight": 1
  396. }
  397. ],
  398. "allowsOtherEventsToTrigger": true
  399. }
  400. ],
  401. "host": [
  402. {
  403. "name": "Host Notification",
  404. "conditions": [],
  405. "outcomes": [
  406. {
  407. "toastType": 2,
  408. "title": "$user is now hosting",
  409. "subtitle": "$viewers viewers!",
  410. "type": "toast"
  411. }
  412. ],
  413. "allowsOtherEventsToTrigger": true,
  414. "playTime": 20
  415. },
  416. {
  417. "name": "Summon Player on Host",
  418. "conditions": [],
  419. "outcomes": [
  420. {
  421. "command": "/execute at @a run summon minecraft:drowned",
  422. "type": "command"
  423. }
  424. ]
  425. }
  426. ],
  427. "raid": [
  428. {
  429. "name": "Raid Notification",
  430. "conditions": [],
  431. "outcomes": [
  432. {
  433. "toastType": 2,
  434. "title": "$user Raid",
  435. "subtitle": "$amount viewers!",
  436. "type": "toast"
  437. }
  438. ],
  439. "allowsOtherEventsToTrigger": true
  440. },
  441. {
  442. "name": "Raid of the viewers",
  443. "conditions": [],
  444. "outcomes": [
  445. {
  446. "condition": {
  447. "min": 20.0,
  448. "type": "range"
  449. },
  450. "outcome": {
  451. "times": "20",
  452. "outcome": {
  453. "command": "/execute at @a run summon minecraft:pillager ~ ~1 ~",
  454. "type": "command"
  455. },
  456. "type": "repeat"
  457. },
  458. "conditionNotMetOutcome": {
  459. "times": "$amount",
  460. "outcome": {
  461. "command": "/execute at @a run summon minecraft:pillager ~ ~1 ~",
  462. "type": "command"
  463. },
  464. "type": "repeat"
  465. },
  466. "type": "conditional"
  467. }
  468. ]
  469. }
  470. ]
  471. },
  472. "queue": [
  473. "host+subscription+bits",
  474. "follow"
  475. ],
  476. "for": "twitch_account"
  477. },
  478. {
  479. "types": {
  480. "donation": [
  481. {
  482. "name": "Donation Notification",
  483. "conditions": [],
  484. "outcomes": [
  485. {
  486. "toastType": 2,
  487. "title": "$user donated!",
  488. "subtitle": "$formatted_amount",
  489. "type": "toast"
  490. }
  491. ],
  492. "allowsOtherEventsToTrigger": true,
  493. "playTime": 8
  494. },
  495. {
  496. "name": "$5 Lucky Ore",
  497. "conditions": [
  498. {
  499. "modId": "luckyores",
  500. "type": "modExists"
  501. },
  502. {
  503. "min": 5.0,
  504. "max": 9.99,
  505. "type": "range"
  506. }
  507. ],
  508. "outcomes": [
  509. {
  510. "command": "/give $playerName luckyores:baseluckyore",
  511. "type": "command"
  512. }
  513. ],
  514. "playTime": 8
  515. },
  516. {
  517. "name": "$10 Bad Lucky Ore",
  518. "conditions": [
  519. {
  520. "modId": "luckyores",
  521. "type": "modExists"
  522. },
  523. {
  524. "min": 10.0,
  525. "type": "range"
  526. }
  527. ],
  528. "outcomes": [
  529. {
  530. "command": "/give $playerName luckyores:badluckyore",
  531. "type": "command"
  532. }
  533. ],
  534. "playTime": 8
  535. }
  536. ]
  537. }
  538. }
  539. ],
  540. "init": [],
  541. "type": "streamlabs"
  542. }
Add Comment
Please, Sign In to add comment