Command Reference: Pic - serversigns/ServerSigns GitHub Wiki
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 |
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. |
/svs pic true true true true
/svs picrit true true false false
/svs picriteria false false false true