A 1.16 spigot plugin that allows players to sign items. It is an open-source clone of the SignPlugin by DeinPlugin.net.
- sign and unsign items
- customize every message and the signature format
- signature with placeholders
- free to use and open-source
Download the latest plugin release here and put the jar into plugins/
.
Reload or restart the server.
If you want to, you can configure the plugin by editing the configuration file config.yml
in plugins/Item-Signature/
.
Reload the server again, if you changed any properties.
Enjoy it!
The usage is quite simple.
Use /sign
to sign the item in the main hand.
And /unsign
to revert it.
- Clone the repository
git clone https://github.com/WeLoveOpenSourcePlugins/item-signature.git
. - Navigate to
item-signature/
. - Run
mvn clean package
.
If you find any bugs or want to contribute, just open an issue! We would appreciate it.
WeLoveOpenSourcePlugins ❤️