Equippable Component - Camera Overlay (Expression) — Skript
Addon: Skript · Category: Expression · Since: 2.13
Syntax
[the] camera overlay [of %equippablecomponents%]Description
The camera overlay for the player when the item is equipped. Example: The jack-o'-lantern view when having a jack-o'-lantern equipped as a helmet. The camera overlay is represented as a namespaced key. A namespaced key can be formatted as 'namespace:id' or 'id'. It can only contain one ':' to separate the namespace and the id. Only alphanumeric characters, periods, underscores, and dashes can be used. NOTE: Equippable component elements are experimental. Thus, they are subject to change and may not work as intended.
Examples
set the camera overlay of {_item} to "custom_overlay"set {_component} to the equippable component of {_item}
set the camera overlay of {_component} to "custom_overlay"