https://github.com/redned235/signmanager
A sign manager plugin for Paper and Spigot that allows for easy editing of signs and comes with placeholder support.
https://github.com/redned235/signmanager
Last synced: 12 months ago
JSON representation
A sign manager plugin for Paper and Spigot that allows for easy editing of signs and comes with placeholder support.
- Host: GitHub
- URL: https://github.com/redned235/signmanager
- Owner: Redned235
- License: gpl-3.0
- Created: 2024-12-11T16:55:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-11T17:54:44.000Z (over 1 year ago)
- Last Synced: 2025-04-04T14:44:29.225Z (about 1 year ago)
- Language: Java
- Size: 81.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SignManager
**An all-in-one sign manager plugin that allows for easy editing of signs, and use of placeholders.**
Links
- Download: https://modrinth.com/plugin/signmanager
- Donate: https://patreon.com/redned
SignManager gives you full control over signs on a Minecraft server. This plugin comes with a large number of features that let you modify signs easily, display information and update the signs at a set interval.
This plugin also supports newer sign features from 1.20+, such as multiple sign sides, glowing text and configuring sign editability.
# Features
- Sign commands - Add commands that are ran when the sign is clicked
- Sign editing - Easily update signs with the use of the **/sign edit** command
- MiniMessage/RGB integration - Support for [MiniMessage](https://docs.advntr.dev/minimessage/format) and use of RGB colors
- PlaceholderAPI support - Display [PlaceholderAPI](https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Placeholders) placeholders on signs
- Updating intervals - Update sign text at a configured interval
# Commands
## Editor Commands
- **/sign edit line ** - Edit the line of a sign.
- **/sign edit editable ** - Set whether the sign is editable.
- **/sign edit glowing ** - Set whether the sign is glowing.
- **/sign edit color ** - Set the color of the sign.
## Admin Commands
- **/sign admin interval ** - Set the update interval of the sign.
- **/sign admin command ** - Sets a command that is ran when a sign side is clicked (supports PlaceholderAPI).
- **/sign admin clear** - Clear any metadata from the sign (i.e. update interval).
# Permissions
- **signmanager.command.sign** - Access to the **/sign** command.
- **signmanager.command.sign.edit** - Access to the **/sign edit** command.
- **signmanager.command.sign.edit.tags** - Whether MiniMessage tags should be usable when using **/sign edit**.
- **signmanager.command.sign.edit.placeholders** - Whether placeholders should be replaced when using **/sign edit**.
- **signmanager.command.admin** - Access to the **/sign admin** command.
- **signmanager.sign.click** - Access to click signs with commands attached.