This plugin allows players to sign items and remove signatures. There is a cooldown for the /sign command, which can be freely configured or disabled in the config.
The plugin is 100% customizable, and both the command and the cooldown have permissions.
You can also use placholders in the sign message.
Commands:
/sign <message> – Players can sign items with or without a message (signsystem.sign)
/unsign – Players can remove signatures from signed items (signsystem.unsign)
Permissions:
signsystem.signstack – Allows players to sign more than one item at a time.
signsystem.colorsign – Allows players to sign items with color (using color codes '&').
signsystem.cooldown – Players do not have to wait for the cooldown after signing an item if enabled in the config.
German:
Dieses Plugin erlaubt es Spielern items zu signieren und Signaturen zu entfernen. Es gibt einen cooldown für den Befehl /sign, den man in der config beliebig einstellen kann und auch ausstellen kann.
Das Plugin ist 100% konfigurierbar und für Befehl, sowie den Cooldown gibt es permissions.
Außerdem kannst du Placeholder in der Signier-Nachricht benutzen.
Befehle:
/sign <Nachricht> - Spieler können Items mit einer Nachricht oder ohne signieren (signsystem.sign)
/unsign - Spieler können Signaturen von signierten Items entfernen (signsystem.unsign)
Berechtigungen:
signsystem.signstack - Erlaubt es Spielern mehr als ein Item auf einmal zu signieren
signsystem.colorsign - Erlaubt es Spielern Items farbig zu signieren (mit colorcodes '&')
signsystem.cooldown - Spieler müssen keinen cooldown nach dem Signieren abwarten, wenn in der config aktiviert
Code (YAML):
prefix: "&e&lSignSystem &8\xbb" language: "english" settings: # cooldown from /sign command in milliseconds cooldown: 600000
use-cooldown: true
messages:
german:
timestamp-format: "dd.MM.yyyy HH:mm" no-player: "{prefix} &cDu musst ein Spieler sein, um diesen Befehl auszuführen!" no-item: "{prefix} &cDu musst ein Item in der Hand halten!" signed: -
"" -
"&7Signiert von &e{player} &7am &e{timestamp} Uhr" signed-with-message: -
"" -
"&7Signiert von &e{player} &7am &e{timestamp} Uhr" -
"&8&m " -
"&e{message}" unsigned: "{prefix} &7Du hast die &eSignatur &7von deinem Item &7erfolgreich ¢fernt&7." signed-success: "{prefix} &7Du hast dein Item &7erfolgreich &asigniert&7." cannot-sign-stack: "{prefix} &cDu darfst nur ein Item gleichzeitig signieren!" already-signed: "{prefix} &cDieses Item ist bereits signiert!" not-signed: "{prefix} &cDieses Item ist nicht signiert!" cooldown: "{prefix} &cDu kannst erst wieder in {time} ein Item signieren." english: # dd - days of month # MM - months of year # yyyy - year # HH - hours of day (0-24) # hh - hours of day (0-12) # mm - minutes of hour # a - stands for pm or am timestamp-format: "dd.MM.yyyy hh:mm a" no-player: "{prefix} &cYou must be a player to execute this command!" no-item: "{prefix} &cYou must be holding an item in your hand!" signed: -
"" -
"&7Signed by &e{player} &7on &e{timestamp} o'clock" signed-with-message: -
"" -
"&7Signed by &e{player} &7on &e{timestamp} o'clock" -
"&8&m " -
"&e{message}" unsigned: "{prefix} &7You have successfully &cremoved&7 the &esignature &7from your item." signed-success: "{prefix} &7You have successfully &asigned&7 your item." cannot-sign-stack: "{prefix} &cYou can only sign one item at a time!" already-signed: "{prefix} &cThis item is already signed!" not-signed: "{prefix} &cThis item is not signed!" cooldown: "{prefix} &cYou can sign another item in {time}."