6 Commits

Author SHA1 Message Date
66c45e00e2 Adds a copySign command and stuff
All checks were successful
KnarCraft/PlaceholderSigns/pipeline/head This commit looks good
Adds a new copySign command that copies all info about a sign, including current lines, placeholders, waxed state, dye for each side, and glow state for each side.
Renames editSign to setSignLine to avoid collision with EssentialsX's editSign
Reduces viewSign to a single command
Makes viewSign display the looked at sign, instead of creating a session
Adds some additional messages
Adds missing documentation to the README
2024-04-23 17:29:35 +02:00
080e6204f4 Fixes #2
All checks were successful
KnarCraft/PlaceholderSigns/pipeline/head This commit looks good
Makes the edit command able to remove placeholders from signs. Editing the sign normally does not remove the placeholder, as there is no way to differentiate between a player intending to remove a placeholder, and a player not intending to remove a placeholder.
2024-04-21 22:05:09 +02:00
e8c93baac4 Greatly improves display of text
Makes output text configurable
Adds improved formatting and colors when displaying sign contents
Adds information about applied dye and glow status for signs
Properly cancels the default event when using the viewSign and viewSignRaw commands
2024-04-21 21:26:16 +02:00
51564570ad Changes and fixes a lot of things
All checks were successful
KnarCraft/PlaceholderSigns/pipeline/head This commit looks good
Adds a viewSign command which allows a player to see the entirety of a sign, including any part that overflows the character limit.
Changes the save structure for placeholder signs. This change was necessary to support storage of placeholders on both sides of signs, which is also implemented in this commit.
Updates Spigot
Probably fixes a few bugs
2024-04-04 15:46:12 +02:00
837eac46b7 Minor improvements
All checks were successful
EpicKnarvik97/PlaceholderSigns/pipeline/head This commit looks good
Makes /editsign convert formatting codes for non-placeholder text
Makes /editsign able to clear a line on a sign
2023-04-07 19:15:40 +02:00
ea3f25e278 Initial commit 2023-04-05 22:02:29 +02:00