• 1.0.3 2bc4ab22f5

    EpicKnarvik97 released this 2023-06-25 16:52:14 +02:00 | 2 commits to master since this release

    This 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.0.2 35a5e40eeb

    EpicKnarvik97 released this 2023-06-24 12:55:56 +02:00 | 4 commits to master since this release

    This update makes sure that players are refunded if they edit a sign they've paid for.

    Downloads
  • 1.0.1 6a7d106d31

    EpicKnarvik97 released this 2022-11-05 05:00:52 +01:00 | 19 commits to master since this release

    This 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
  • 1.0.0 8f866d44b6

    EpicKnarvik97 released this 2022-10-19 18:00:22 +02:00 | 24 commits to master since this release

    While 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
  • 0.6.0-ALPHA b1aefdd9d9

    Paid sign editing Pre-Release

    EpicKnarvik97 released this 2022-03-15 22:32:43 +01:00 | 45 commits to master since this release

    This 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
  • 0.5.0-ALPHA a1c9624fe1

    EpicKnarvik97 released this 2022-03-03 11:38:51 +01:00 | 51 commits to master since this release

    This 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
  • 0.4.0-ALPHA abb080b065

    EpicKnarvik97 released this 2022-03-02 00:53:11 +01:00 | 55 commits to master since this release

    This 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
  • 0.3.0-ALPHA 797020aa7f

    Refunding Pre-Release

    EpicKnarvik97 released this 2022-02-28 15:20:34 +01:00 | 64 commits to master since this release

    This 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
  • 0.2.0-ALPHA 996d062674

    A rewritten version Pre-Release

    EpicKnarvik97 released this 2022-02-27 15:55:29 +01:00 | 67 commits to master since this release

    This 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
  • 0.1.0-ALPHA 0791148dc0

    EpicKnarvik97 released this 2022-02-18 01:12:01 +01:00 | 90 commits to master since this release

    This 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