Except (Expression) — Skript
Addon: Skript · Category: Expression · Since: 2.12
Syntax
%objects% (except|excluding|not including) %objects%Description
Filter a list by providing objects to be excluded.
Examples
spawn zombie at location(0, 0, 0):
hide entity from all players except {_player}
set {_items::*} to a copper ingot, an iron ingot and a gold ingot
set {_except::*} to {_items::*} excluding copper ingot