Do If (Effect) — Skript

Addon: Skript · Category: Effect · Since: 2.3

Syntax

<.+> if <.+>

Description

Execute an effect if a condition is true.

Examples

on join:
	give a diamond to the player if the player has permission "rank.vip"

View source