Added command:
/setcuffitem - needs permissions
cuffem.setcuffitem (default: OP) - sets the item in your main hand as the cuffs.
This also introduces a new config entry:
Code (YAML):
cuff-item:
==
: org.bukkit.inventory.ItemStack
type
: BLAZE_ROD
meta:
==
: ItemMeta
meta-type
: UNSPECIFIC
display-name
: '
{
"extra":
[
{
"bold":false,
"italic":false,
"underlined":false,
"strikethrough":false,
"obfuscated":false,
"color":
"light_purple",
"text":
"Them
"
},
{
"bold":true,
"italic":false,
"color":
"green",
"text":
"Cuffs!"
}
],
"text":
""
}'
PS: The old config entries for
cuff-type and
cuff-name are still used if (and only if) nothing is specified for
cuff-item.