Commit Graph

65 Commits

Author SHA1 Message Date
3eee197fb1 Lists paid signs 7 at a time, instead of all at once 2022-08-05 14:58:54 +02:00
337c4573e0 Adds in-game command info, and fixes some permission bugs 2022-08-05 14:28:03 +02:00
e5dfc1ccf6 Builds against Spigot 1.19.1 2022-08-05 13:47:04 +02:00
645d8f30eb Updates POM URL to the PaidSigns repository 2022-08-05 13:21:15 +02:00
40da191b45 Updates API to 1.19, and version to 0.7.0-ALPHA 2022-07-28 17:08:21 +02:00
38717a6b91 Improves behavior when signs share conditions
Makes sure that the paid sign matching the most conditions is always chosen as the matching paid sign
Makes sure to always choose the most expensive paid sign if two or more paid signs with the same amount of conditions are matching.
Changes some classes to records to reduce some boilerplate code
2022-07-20 18:09:09 +02:00
32ec713994 Fixes another formatting issue 2022-07-15 20:30:50 +02:00
26e4202541 Fixes/improves some formatting 2022-07-15 12:08:08 +02:00
8b53182006 Adds a small FAQ to the README 2022-07-14 23:33:53 +02:00
427169c51a Lists registered paid signs in the sorted order 2022-07-14 23:33:36 +02:00
5ce0e5e6a7 Merge branch 'master' of https://git.knarcraft.net/EpicKnarvik97/PaidSigns
 Conflicts:
	pom.xml
2022-07-13 15:54:42 +02:00
35e0666a1d Performs some minor changes
Changes some warning messages to info
Displays sign creation cost when unable to create a paid sign
Changes spigot dependency to 1.19
Refunds the player during reload/startup when a tracked sign's physical sign has been destroyed
2022-07-13 15:53:28 +02:00
ba81611e80 Uses proper multi-line formatting for translation strings 2022-06-19 18:16:59 +02:00
6ec701026f Adds LICENCE and HEADER files 2022-04-29 06:10:09 +02:00
7344af616b Adds links in the README for easier navigation 2022-04-28 13:39:18 +02:00
0ce37de509 Changes the Spigot .jar to 1.18.2 2022-04-28 13:27:07 +02:00
3353916647 Updates the README to improve readability 2022-04-28 13:26:19 +02:00
b1aefdd9d9 Updates README and version to 0.6.0 2022-03-15 14:31:25 +01:00
c44ff5c890 Fixes a bug preventing default option states for paid sign conditions 2022-03-15 14:20:14 +01:00
c6d3a771c3 Fixes some bugs in the edit command
Adds missing super call to EditTabCompleter
Adds missing super call to EditCommand
Fixes the index of an argument during tab completion
Fixes a bug that caused conditions to be lost when a paid sign is changed
2022-03-14 20:20:04 +01:00
3e31c8c648 Implements the untested edit command 2022-03-14 19:00:51 +01:00
9c6921b4cd Performs some necessary work required for the edit command
Adds an implementation for the edit tab completer
Adds an enum representing a paid sign property
Adds an enum representing a paid sign condition property
Adds aliases to all commands
2022-03-14 16:20:42 +01:00
3b5218cb98 Adds a notice about payment exempt OP players to the README 2022-03-03 11:52:25 +01:00
a1c9624fe1 Updates version to 0.5.0-ALPHA 2022-03-03 11:34:09 +01:00
a7d1da7f8a Fixes a bug in refunding 2022-03-03 11:33:50 +01:00
c2ffe5e903 Adds increased detection and optional refunding of signs broken by non-players 2022-03-02 14:05:20 +01:00
3d83458b9c Makes refundPercentage use short instead of int 2022-03-02 13:02:34 +01:00
abb080b065 Updates plugin version to 0.4.0-ALPHA 2022-03-02 00:41:06 +01:00
9bb234169d Adds various improvements, fixes and a new feature
Adds and option to match any paid sign condition instead of all conditions
Adds checks for whether line indices are outside the allowed range
Disallows any invalid regular expressions in sign conditions
2022-03-02 00:37:00 +01:00
664115b2b4 Translates the remaining strings and fixes a few minor bugs 2022-03-01 18:45:53 +01:00
4602ca71db Translates the list command's messages 2022-03-01 16:56:12 +01:00
30bca7b8f1 Translates the add condition command's messages 2022-03-01 16:56:02 +01:00
81e62eb664 Translates the add command's messages 2022-03-01 16:55:50 +01:00
5cbde82fff Adds translations for a bunch of messages 2022-03-01 16:55:30 +01:00
eb0e06f193 Adds code to be able to translate plugin messages 2022-03-01 16:03:08 +01:00
483ffaec2b Makes sure signs are no longer tracked if they no longer exist 2022-02-28 15:35:58 +01:00
797020aa7f Updates version to 0.3.0-ALPHA 2022-02-28 15:14:59 +01:00
15426a46f3 Registers the block break listener and adds some small improvements 2022-02-28 15:06:58 +01:00
a1b1a5d112 Adds sign tracking and refunds #3 #8 2022-02-28 14:41:14 +01:00
996d062674 Adds additional information to the README 2022-02-27 15:49:25 +01:00
990339499a Fixes list paid signs tab completion 2022-02-27 14:51:37 +01:00
3b7268d2ff Fixes various tab completion problems 2022-02-27 14:28:46 +01:00
91d477b45a Fixes various bugs in commands 2022-02-27 12:47:05 +01:00
0f958f0908 Makes sure tab completed paid sign names are quoted 2022-02-26 23:15:48 +01:00
36678fd2d0 Fixes the index of the cost argument in the add command 2022-02-26 22:50:03 +01:00
4e44909f80 Fixes some errors caused when calling a command without an argument 2022-02-25 22:30:48 +01:00
0ad953cc14 Updates version to 0.2.0-ALPHA 2022-02-25 22:18:30 +01:00
db869c0c5b Adds a tab completer for the list command 2022-02-25 22:16:11 +01:00
8a030276c5 Removes some redundancy between tab completers 2022-02-25 20:38:10 +01:00
7e01d77723 Finishes the implementation of the list command 2022-02-25 19:41:43 +01:00