20 Commits

Author SHA1 Message Date
59ac1e9107 Makes sure to queue newly created signs for update 2024-04-30 15:24:49 +02:00
0e9985b674 Adds configuration options to the documentation 2024-04-30 03:17:13 +02:00
f8ca5705a5 Implements 2024-04-30 03:09:47 +02:00
a34c63b7e2 Implements 2024-04-29 19:29:55 +02:00
14f9fa8833 Adds a command for un-waxing a sign 2024-04-28 11:22:18 +02:00
66c45e00e2 Adds a copySign command and stuff
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
b33f514dca Prevents a permission error message when not trying to edit a sign 2024-04-23 14:42:53 +02:00
598b6c9cb9 Adds commands for viewing placeholders on a sign 2024-04-22 02:26:08 +02:00
080e6204f4 Fixes
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
6129eda989 Fixes an incorrect command usage and missing permission 2024-04-05 15:16:20 +02:00
66bb96631a Fixes some bugs preventing placeholders on the back of signs from working 2024-04-05 03:45:43 +02:00
51564570ad Changes and fixes a lot of things
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
788be0cdcd Prevents sign editing from triggering when changing a sign line 2024-04-04 02:21:52 +02:00
82032dbbbc Makes some 1.20 changes
Updates spigot version
Updates depreciated sign code
Adds a new permission for editing waxed signs
2023-06-23 20:22:15 +02:00
837eac46b7 Minor improvements
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
ac8c418991 Adds distribution management to POM 2023-04-06 17:46:50 +02:00
99d61b239c Adds Jenkinsfile 2023-04-06 17:44:45 +02:00
e96c551121 Adds a permission for registering placeholder signs v1.0.0 2023-04-05 22:12:53 +02:00
ea3f25e278 Initial commit 2023-04-05 22:02:29 +02:00