A Skript pack that lets players sign items with their name and a custom color, leaving a persistent lore entry on the item. Simple, lightweight, no databases.
Images
1 - Item Signed by only 1 person
2 - Item Signed by 2+ people
3 - Sign command + subcommands
4 - Sign color config
5 - Sign reloadplayer data command
To disable it and make the Skript work, follow these steps:
Aliases:
Images
1 - Item Signed by only 1 person
2 - Item Signed by 2+ people
3 - Sign command + subcommands
4 - Sign color config
5 - Sign reloadplayer data command
Features
- /sign - sign your held item, adding a colored lore entry with your name
- Custom Colors - each player sets their own signature color via named colors or hex codes
- Duplicate Protection - optional config toggle to prevent a player signing the same item twice
- Signature Removal - players can remove their own signature, admins can wipe all signatures from an item
- Per-UUID Playerdata - individual data files per player, loaded on join and unloaded on quit
- Hot Reload - reload config or individual player data without restarting
- Tab Completion - full tab completion across all commands and subcommands
Dependencies
Incompatibility Warning
This Skript is partially incompatible with nexo due to their creative mode packet interception.To disable it and make the Skript work, follow these steps:
- Open the
plugins/nexo/settings.ymlfile - Locate
itemsunder theFormatting:section - Ensure that
itemsis false - Restart your server
Installation
- Drop all
.skfiles frommain/intoplugins/Skript/scripts/ - Restart the server or run
/skript reload all - A config file will generate at
plugins/BoltSignatures/config.yml
Commands
| Command | Description |
|---|---|
/sign | Sign your held item |
/sign remove_self | Remove your own signature from the held item |
/sign remove_all | Remove all BoltSignatures from the held item (admin only) |
/bs reload | Reload the config |
/bs reloadplayer <player> | Reload a specific player's data |
/bs config color set <color> | Set your signature color |
/bs config color preview | Preview your current signature color |
/boltsignatures, /bsignatures, /bsPermissions
| Node | Description |
|---|---|
boltsignatures.sign | Access to /sign and color config |
boltsignatures.admin | Access to admin commands (reload, reloadplayer, remove_all) |
Colors
Signature colors accept any Minecraft named color (red, gold, light_purple, etc.) or a hex code. The # is required when using hex - #E096FF works, E096FF alone does not. A full list of named colors is available in the MiniMessage color reference.