Skip to content

Command Reference: Pic

EpiCanard edited this page Apr 5, 2022 · 2 revisions
Command Aliases Syntax Description
pic priceitemcriteria, priceitemcrit, picrit, picriteria /svs pic <enchants> <lores> <name> <durability> Set whether the listed item attributes should be ignored in price item checks on an exisiting ServerSign

Parameters

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

Examples

/svs pic true true true true
/svs picrit true true false false
/svs picriteria false false false true
Clone this wiki locally