Plain Item (Expression) — Skript

Addon: Skript · Category: Expression · Since: 2.6

Syntax

[a[n]] (plain|unmodified) %itemtype%

Description

A plain item is an item with no modifications. It can be used to convert items to their default state or to match with other default items.

Examples

if the player's tool is a plain diamond: # check if player's tool has no modifications
	send "You are holding a plain diamond!"

View source