You can simply sign any item you want in the game!
Installation
Install the jar.
Put it to the folder called 'plugins' in your server.
Start the server
Have fun paying all your fortune for a stick signed by Dream!
Configuration
config.yml
Code (YAML):
# Items that players will be unable to sign. # For all material names you can use here, see # https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html blocked-items: - 'DIAMOND'
- 'EMERALD'
- 'COMMAND_BLOCK'
- 'REPEAT_COMMAND_BLOCK'
- 'CHAIN_COMMAND_BLOCK'
- 'BEDROCK'
- 'BARRIER'
- 'OBSIDIAN'
# When enabled, items will look like enchanted even when they are not after being signed. # If your server doesn't allow scams, it is not recommended enabling this. Because someone may make their items look enchanted by signing them, and try to sell them in ways where the other player can't see the item in an inventory. This might cause a chaos. enchanted-sign: false
lang.yml
Code (YAML):
signed-by: '&7Signed by &b
%player%' # Seen at the bottom of items when they got signed by someone signed: '&aSuccessfully signed this item!'
# When someone uses /sign no-item: '&cThere is nothing in your hand'
# When someone uses /sign but there is nothing in their main hand. not-signable: '&cItem in your hand is blocked for signing'
# When someone tries to sign a blocked item. already-signed: '&cSomeone called &a
%player%&c already signed this item.' # When someone tries to sign an item that has already been signed.