Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for ikonodim

This plugin lets players add and remove their signature on items and is highly customizable.

Report SlashSignItem?

Commands

Command Required Permission
/sign SlashSignItem.sign
/unsign SlashSignItem.unsign

Permissions

Name Description Can be used by
SlashSignItem.sign Allows the player to sign an item everybody
SlashSignItem.unsign Allows the player to remove the signature of an item only op
SlashSignItem.ignore_blacklist Allows the player to sign blacklisted items only op
SlashSignItem.ignore_max-stack-size Allows the player surpass the stack-limit only op
SlashSignItem.overwrite_signature Allows the player to overwrite existing signatures only op

Configuration

signature-template: "&8Signed by &a&l%player%&r &8on &7&l%date%&r &8at &7%time%&r"
item-name-template: "&b%name%"

Options:
  item-blacklist: []
  max-stack-size: 1
  enchantment-glint: true
  override-signature: false

Messages:
  prefix: "[SlashSignItem] >> "

  item-no-signature: "%prefix% &cThis item is not signed!"
  item-has-signature: "%prefix% &cThis item is already signed!"
  not-holding-item: "%prefix% &cYou have to be holding an item in your hand in order to sign it!"
  cant-sign-item: "%prefix% &cThis item can't be signed!"
  too-many-items: "%prefix% &cYou are holding too many items!"

Formats:
  date: "MM/dd/yyyy"
  time: "HH:mm"