{ "Blind1": { "mode": "ALL", "type": "POTION", "radius": 10, "displayName": "Blind", "customMessage": "BlindMessage", "potions": [ { "type": "blind", "level": 2, "duration": 10 } ] }, "Guts1": { "mode": "ALL", "type": "COMMAND", "radius": 10, "displayName": "Guts", "customMessage": "GutsMessage", "commands": [ { "chance": 25, "commands": [ "Guts1", "Guts2" ] }, { "chance": 10, "commands": [ "Guts3" ] } ] }, "Cage1": { "mode": "ALL", "type": "CUSTOM", "radius": 10, "displayName": "Cage", "custom": { "type": "CAGE", "multiplier": 0.0 }, "cage": { "flatType": "IRON_BLOCK", "wallType": "IRON_BARS", "insideType": "WATER" } }, "Disarm1": { "mode": "ONE", "type": "CUSTOM", "radius": 10, "displayName": "Disarm", "customMessage": null, "custom": { "type": "DISARM", "multiplier": null } }, "Fireball1": { "mode": "RANDOM", "type": "CUSTOM", "radius": 10, "displayName": "Fireball", "customMessage": null, "custom": { "type": "FIREBALL", "multiplier": 3.0 } }, "Grapple1": { "mode": "RANDOM", "type": "CUSTOM", "radius": 10, "displayName": "Grapple", "customMessage": null, "custom": { "type": "GRAPPLE", "multiplier": 3.0 } }, "Insidious1": { "mode": "RANDOM", "type": "CUSTOM", "radius": 10, "displayName": "Insidious", "customMessage": null, "custom": { "type": "INSIDIOUS", "multiplier": 2.5 } }, "Knockback1": { "mode": "ALL", "type": "CUSTOM", "radius": 10, "displayName": "Knockback", "customMessage": null, "custom": { "type": "KNOCKBACK", "multiplier": 2.5 } }, "Launch1": { "mode": "ALL", "type": "CUSTOM", "radius": 10, "displayName": "Launch", "customMessage": null, "custom": { "type": "LAUNCH", "multiplier": 3.0 } }, "Lightning1": { "mode": "ALL", "type": "CUSTOM", "radius": 10, "displayName": "Lightning", "customMessage": null, "custom": { "type": "LIGHTNING", "multiplier": null } }, "Minions1": { "mode": "ALL", "type": "CUSTOM", "radius": 10, "displayName": "Minions", "customMessage": null, "custom": { "type": "MINIONS", "multiplier": null }, "minions": { "amount": 5, "minionsToSpawn": [ "Minion1" ] } }, "Warp1": { "mode": "ONE", "type": "CUSTOM", "radius": 10, "displayName": "Warp", "customMessage": null, "custom": { "type": "WARP", "multiplier": null } }, "Shazaam1": { "mode": "ALL", "type": "GROUP", "radius": 10, "displayName": "Shazaam", "customMessage": "ShazaamMessage", "groupedSkills": [ "Blind1", "Knockback1" ] } }