On Brewing Complete (Event) — Skript

Addon: Skript · Category: Event · Since: 2.13

Syntax

[on] brew[ing] [complet(e[d]|ion)|finish[ed]] [(of|for) %-itemtypes/potioneffecttypes%]

Description

Called when a brewing stand finishes brewing an ingredient and changes the potions.

Event Values

  • event-block
  • event-location
  • event-world

Examples

on brew:
	broadcast event-item
on brewing of speed potion:
on brew finished for speed 2 potion:

View source