Parse Effect - With Return (Expression) — SkBee
Addon: SkBee · Category: Expression · Since: 2.15.0
Syntax
parse effect[s] %strings% [from %-commandsender%]Description
This will parse a string as an effect and then execute it and returns whether or not it executed. 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
command /parse <string>:
trigger:
if parse effect arg-1 = false:
send "ERROR: %arg-1%"