Parse Effect (Effect) — SkBee

Addon: SkBee · Category: Effect · Since: 1.15.0

Syntax

parse effect[s] %strings% [from %-commandsender%]

Description

This will parse a string as an effect, and then executes it If you provide a command sender it works the same as Skript's 'effect commands'. Otherwise it runs using the current event allowing you to use event-values

Examples

on join:
	parse effect "give player a diamond sword"

View source