Command Reference: Hic - serversigns/ServerSigns GitHub Wiki

Command Aliases Syntax Description
hic helditemcriteria, holditemcriteria, holdcriteria /svs hic <enchants> <lores> <name> <durability> Set whether the listed item attributes should be ignored in held item checks on an existing ServerSign

Parameters

Parameter Description
enchants If set to true, all holding item checks will ignore item enchantments.
If set to false, compared items must have the same enchantments.
lores If set to true, all holding item checks will ignore item lores.
If set to false, compared items must have the same lores.
name If set to true, all holding item checks will ignore the item name.
If set to false, compared items must have the same name.
durability If set to true, all holding item checks will ignore the item durability.
If set to false, compared items must have the same durability.

Examples

/svs hic true true true true
/svs holdcriteria true true false false
/svs holditemcriteria false false false true
⚠️ **GitHub.com Fallback** ⚠️