Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "configs": [
- {
- "types": {
- "bits": [
- {
- "name": "Bits Notification",
- "conditions": [],
- "outcomes": [
- {
- "toastType": 2,
- "title": "$user Cheered",
- "subtitle": "$amount bits!",
- "type": "toast"
- }
- ],
- "allowsOtherEventsToTrigger": true,
- "playTime": 20
- },
- {
- "name": "hurt or heal",
- "conditions": [],
- "outcomes": [
- {
- "target": "$playerName",
- "amount": "1",
- "type": "health",
- "weight": 16
- },
- {
- "target": "$playerName",
- "amount": "-1",
- "type": "health",
- "weight": 16
- },
- {
- "target": "$playerName",
- "amount": "2",
- "type": "health",
- "weight": 16
- },
- {
- "target": "$playerName",
- "amount": "-2",
- "type": "health",
- "weight": 16
- },
- {
- "target": "$playerName",
- "amount": "4",
- "type": "health",
- "weight": 16
- },
- {
- "target": "$playerName",
- "amount": "-4",
- "type": "health",
- "weight": 16
- }
- ],
- "allowsOtherEventsToTrigger": true
- },
- {
- "name": "500 Bits Chance Cube",
- "conditions": [
- {
- "modId": "chancecubes",
- "type": "modExists"
- },
- {
- "min": 500.0,
- "max": 999.0,
- "type": "range"
- }
- ],
- "outcomes": [
- {
- "command": "/give $playerName chancecubes:chance_cube",
- "type": "command"
- }
- ],
- "allowsOtherEventsToTrigger": true
- },
- {
- "name": "1000 Bits Ico",
- "conditions": [
- {
- "modId": "luckyores",
- "type": "modExists"
- },
- {
- "min": 1000.0,
- "max": 1499.0,
- "type": "range"
- }
- ],
- "outcomes": [
- {
- "command": "/give $playerName chancecubes:chance_icosahedron",
- "type": "command"
- }
- ],
- "allowsOtherEventsToTrigger": true
- },
- {
- "name": "1500 Bits Giant Chance Cube",
- "conditions": [
- {
- "modId": "chancecubes",
- "type": "modExists"
- },
- {
- "min": 1500.0,
- "max": 9999.0,
- "type": "range"
- }
- ],
- "outcomes": [
- {
- "command": "/give $playerName chancecubes:compact_giant_chance_cube",
- "type": "command"
- }
- ],
- "allowsOtherEventsToTrigger": true
- },
- {
- "name": "10000 Bits Giant in Base",
- "conditions": [
- {
- "modId": "chancecubes",
- "type": "modExists"
- },
- {
- "min": 10000.0,
- "type": "range"
- }
- ],
- "outcomes": [
- {
- "command": "/give $playerName chancecubes:compact_giant_chance_cube",
- "type": "command"
- },
- {
- "message": "Place down in the middle of your base!",
- "inActionBar": true,
- "type": "chat"
- }
- ],
- "allowsOtherEventsToTrigger": true,
- "playTime": 200
- }
- ],
- "SUBSCRIPTION_GIFT": [
- {
- "name": "Sub Gift Notification",
- "conditions": [],
- "outcomes": [
- {
- "toastType": 2,
- "title": "Gifted Subs",
- "subtitle": "$name gifted $amount subs",
- "type": "toast"
- }
- ],
- "allowsOtherEventsToTrigger": true,
- "playTime": 20
- },
- {
- "name": "5 gifted subs Lucky ore where you stand",
- "conditions": [
- {
- "modId": "luckyores",
- "type": "modExists"
- },
- {
- "min": 5.0,
- "max": 9.0,
- "type": "range"
- }
- ],
- "outcomes": [
- {
- "command": "/execute at @a run setblock ~ ~ ~ chancecubes:chance_cube replace",
- "type": "command"
- }
- ]
- },
- {
- "name": "10 gifted subs Bad Lucky Ore where you stand",
- "conditions": [
- {
- "modId": "luckyores",
- "type": "modExists"
- },
- {
- "min": 10.0,
- "max": 19.0,
- "type": "range"
- }
- ],
- "outcomes": [
- {
- "command": "/execute at @a run setblock ~ ~ ~ chancecubes:chance_icosahedron replace",
- "type": "command"
- }
- ]
- },
- {
- "name": "20 Gifted Sub Wither Spawn",
- "conditions": [
- {
- "min": 20.0,
- "max": 49.0,
- "type": "range"
- }
- ],
- "outcomes": [
- {
- "command": "/execute at @a run summon minecraft:wither ~ ~1 ~",
- "type": "command"
- }
- ]
- },
- {
- "name": "50 Gifted Subs Dragon Spawn",
- "conditions": [
- {
- "min": 50.0,
- "max": 99.0,
- "type": "range"
- }
- ],
- "outcomes": [
- {
- "command": "/execute at @a run summon minecraft:ender_dragon ~ ~1 ~",
- "type": "command"
- }
- ]
- },
- {
- "name": "100 Gifted Subs Clear Inventory",
- "conditions": [
- {
- "amount": 100.0,
- "type": "amount"
- }
- ],
- "outcomes": [
- {
- "command": "/execute at @a /clear",
- "type": "command"
- }
- ]
- }
- ],
- "subscription": [
- {
- "name": "Sub Notification ",
- "conditions": [],
- "outcomes": [
- {
- "toastType": 2,
- "title": "$user subbed",
- "subtitle": "$amount months!",
- "type": "toast"
- }
- ],
- "allowsOtherEventsToTrigger": true,
- "playTime": 20
- },
- {
- "name": "Sub Reward",
- "conditions": [
- {
- "modId": "luckyores",
- "type": "modExists"
- }
- ],
- "outcomes": [
- {
- "command": "/give $playerName luckyores:baseluckyore $amount",
- "type": "command"
- }
- ],
- "allowsOtherEventsToTrigger": true
- }
- ],
- "follow": [
- {
- "name": "Follow Notification",
- "conditions": [],
- "outcomes": [
- {
- "toastType": 2,
- "title": "Follower Alert",
- "subtitle": "$user followed!",
- "type": "toast"
- }
- ],
- "allowsOtherEventsToTrigger": true,
- "playTime": 20
- },
- {
- "name": "1+ Follow = 1 Random Food",
- "conditions": [],
- "outcomes": [
- {
- "command": "/give $playerName minecraft:melon_slice",
- "type": "command",
- "weight": 10
- },
- {
- "command": "/give $playerName minecraft:cookie",
- "type": "command",
- "weight": 10
- },
- {
- "command": "/give $playerName minecraft:cooked_cod",
- "type": "command",
- "weight": 10
- },
- {
- "command": "/give $playerName minecraft:cooked_salmon",
- "type": "command",
- "weight": 10
- },
- {
- "command": "/give $playerName minecraft:cooked_chicken",
- "type": "command",
- "weight": 10
- },
- {
- "command": "/give $playerName minecraft:cooked_beef",
- "type": "command",
- "weight": 10
- },
- {
- "command": "/give $playerName minecraft:cooked_porkchop",
- "type": "command",
- "weight": 10
- },
- {
- "command": "/give $playerName minecraft:cooked_rabbit",
- "type": "command",
- "weight": 10
- },
- {
- "command": "/give $playerName minecraft:bread",
- "type": "command",
- "weight": 10
- },
- {
- "command": "/give $playerName minecraft:carrot",
- "type": "command",
- "weight": 10
- },
- {
- "command": "/give $playerName minecraft:baked_potato",
- "type": "command",
- "weight": 10
- },
- {
- "command": "/give $playerName minecraft:pumpkin_pie",
- "type": "command",
- "weight": 10
- },
- {
- "command": "/give $playerName minecraft:cooked_mutton",
- "type": "command",
- "weight": 10
- },
- {
- "command": "/give $playerName minecraft:beetroot_soup",
- "type": "command",
- "weight": 10
- },
- {
- "command": "/give $playerName minecraft:mushroom_stew",
- "type": "command",
- "weight": 10
- },
- {
- "command": "/give $playerName minecraft:apple",
- "type": "command",
- "weight": 10
- },
- {
- "command": "/give $playerName minecraft:golden_apple",
- "type": "command",
- "weight": 10
- },
- {
- "command": "/give $playerName minecraft:enchanted_golden_apple",
- "type": "command",
- "weight": 1
- }
- ],
- "allowsOtherEventsToTrigger": true
- }
- ],
- "host": [
- {
- "name": "Host Notification",
- "conditions": [],
- "outcomes": [
- {
- "toastType": 2,
- "title": "$user is now hosting",
- "subtitle": "$viewers viewers!",
- "type": "toast"
- }
- ],
- "allowsOtherEventsToTrigger": true,
- "playTime": 20
- },
- {
- "name": "Summon Player on Host",
- "conditions": [],
- "outcomes": [
- {
- "command": "/execute at @a run summon minecraft:drowned",
- "type": "command"
- }
- ]
- }
- ],
- "raid": [
- {
- "name": "Raid Notification",
- "conditions": [],
- "outcomes": [
- {
- "toastType": 2,
- "title": "$user Raid",
- "subtitle": "$amount viewers!",
- "type": "toast"
- }
- ],
- "allowsOtherEventsToTrigger": true
- },
- {
- "name": "Raid of the viewers",
- "conditions": [],
- "outcomes": [
- {
- "condition": {
- "min": 20.0,
- "type": "range"
- },
- "outcome": {
- "times": "20",
- "outcome": {
- "command": "/execute at @a run summon minecraft:pillager ~ ~1 ~",
- "type": "command"
- },
- "type": "repeat"
- },
- "conditionNotMetOutcome": {
- "times": "$amount",
- "outcome": {
- "command": "/execute at @a run summon minecraft:pillager ~ ~1 ~",
- "type": "command"
- },
- "type": "repeat"
- },
- "type": "conditional"
- }
- ]
- }
- ]
- },
- "queue": [
- "host+subscription+bits",
- "follow"
- ],
- "for": "twitch_account"
- },
- {
- "types": {
- "donation": [
- {
- "name": "Donation Notification",
- "conditions": [],
- "outcomes": [
- {
- "toastType": 2,
- "title": "$user donated!",
- "subtitle": "$formatted_amount",
- "type": "toast"
- }
- ],
- "allowsOtherEventsToTrigger": true,
- "playTime": 8
- },
- {
- "name": "$5 Lucky Ore",
- "conditions": [
- {
- "modId": "luckyores",
- "type": "modExists"
- },
- {
- "min": 5.0,
- "max": 9.99,
- "type": "range"
- }
- ],
- "outcomes": [
- {
- "command": "/give $playerName luckyores:baseluckyore",
- "type": "command"
- }
- ],
- "playTime": 8
- },
- {
- "name": "$10 Bad Lucky Ore",
- "conditions": [
- {
- "modId": "luckyores",
- "type": "modExists"
- },
- {
- "min": 10.0,
- "type": "range"
- }
- ],
- "outcomes": [
- {
- "command": "/give $playerName luckyores:badluckyore",
- "type": "command"
- }
- ],
- "playTime": 8
- }
- ]
- }
- }
- ],
- "init": [],
- "type": "streamlabs"
- }
Add Comment
Please, Sign In to add comment