-
Full 1.20+ compatibility Stable
released this
2023-06-25 16:52:14 +02:00 | 2 commits to master since this releaseThis update adds full 1.20+ compatibility, and breaks compatibility with previous Minecraft versions. Signs now track the costs of paid sign creation for both sides. Players are also refunded when they edit a sign they've paid for.
Downloads
-
1.20 compatibility Stable
released this
2023-06-24 12:55:56 +02:00 | 4 commits to master since this releaseThis update makes sure that players are refunded if they edit a sign they've paid for.
Downloads
-
Removed sign bugfix Stable
released this
2022-11-05 05:00:52 +01:00 | 19 commits to master since this releaseThis update fixes two bugs related to loading removed signs, one of which is severe.
Fixes a bug caused by refunding being done before economy plugins have had a chance to load. This lead the plugin to fail loading.
Fixes a bug where tracked signs were not updated after loading, causing the sign to remain, and the player to be repeatedly refunded if not for the first bug.
Downloads
-
The first proper release Stable
released this
2022-10-19 18:00:22 +02:00 | 24 commits to master since this releaseWhile there are definitely improvements available, it's time to release PaidSigns and find all the hidden bugs. It should be stable, but there might be major bugs I've overlooked.
Downloads
-
Paid sign editing Pre-Release
released this
2022-03-15 22:32:43 +01:00 | 45 commits to master since this releaseThis update makes it possible to edit an existing paid sign or a paid sign condition, making it much easier to fix any small mistakes.
Downloads
-
Slightly improved sign untracking Pre-Release
released this
2022-03-03 11:38:51 +01:00 | 51 commits to master since this releaseThis update adds an option to refund players when their signs are destroyed by creeper, tnt and similar. Tracked signs are now automatically removed when broken by non-player events.
Additionally, refunding now works properly for the first time.
Downloads
-
Bugfixes and customizable messages Pre-Release
released this
2022-03-02 00:53:11 +01:00 | 55 commits to master since this releaseThis update mainly fixes a few bugs, but also adds a few features.
New features:
- Messages displayed to players are now fully customizable and support translation and defining custom languages. They can also be fully customized by colors and RGB hex colors.
- Paid signs now have an option to match if any condition matches instead of requiring that all conditions match.
- Tracked signs are removed during startup if the sign no longer exists
Bugfixes:
- Regular expressions with an invalid syntax can no longer be used
- Sign line indices are now properly checked during input validation
Downloads
-
Refunding Pre-Release
released this
2022-02-28 15:20:34 +01:00 | 64 commits to master since this releaseThis update adds refunding and sign tracking. Refunding and refund percentage are both configurable. Refunds will always be paid to the player that originally created the sign, not the player breaking the sign. The refunding does not work if broken by a non-player.
Downloads
-
A rewritten version Pre-Release
released this
2022-02-27 15:55:29 +01:00 | 67 commits to master since this releaseThis version has been rewritten to account for a lot of necessary changes. It's completely incompatible with Alpha 0.1.0 as the sign structure has been completely changed. This change includes support for multi-line matching, regex and a generally improved save structure. Tab completion has been improved a lot to account for the tokenized arguments.
Downloads
-
A kind of working Alpha version Pre-Release
released this
2022-02-18 01:12:01 +01:00 | 90 commits to master since this releaseThis is a version of the plugin where the major parts work such as adding a paid sign with /addpaidsign, removing a paid sign with /removepaidsign and the matching and payment itself.
Things may change that makes the alpha version's paid signs incompatible with the final release.
Downloads