Skip to content

Releases: EtienneDx/RealEstate

1.5.0-pre2

13 Sep 16:55
Compare
Choose a tag to compare

Thanks to @tadhunt, here's an update for RealEstate!

No huge changes compared to latest pre-release but I'm glad someone stepped in to update the project to latest Minecraft version!

Changelog

Changed

  • Updated to Spigot API 1.20.1
  • Put sign text on front and back of signs

Fixed

  • Fixed an issue with exceptions generated when signs are not inside GriefPrevention claims
  • Fixed an issue where the text on [sell] signs wasn't showing up
  • Fixed null warnings

1.5.0-pre1

20 Apr 17:52
Compare
Choose a tag to compare
1.5.0-pre1 Pre-release
Pre-release

With this new version comes the support for GriefDefender as well as GriefPrevention as a Claim management plugin, as well as the option to auction claims.

This is a pre-release. In case of any issue, please report them in the issues section so that they can get fixed

Changelog

1.5.0 - Unreleased

Added

  • Support for GriefDefender 2.0.0
  • Added possibility to create auctions
    • Auctions last a given duration
    • Players can bid a specific amount or raise their bid by a bidStep defined by the auctioneer
    • Format for new auctions is:
      [auction]
      <starting price>
      <bid step>
      <duration>
      
    • An auction with no bid won't change owner and will expire

Removed

  • Remove confusing rent period behavior
  • Remove logs whenever a sign is interacted with

Fixed

  • Fixed typo in config

1.4.1

15 Apr 14:08
Compare
Choose a tag to compare

This update comes a little late, considering the bug reports. This should solve a couple issues, as well as add better support for multiple translations.

If you're willing to translate the plugin, please reach out in the discussions section.

Changelog

1.4.1

Added

  • Added support for multiple languages files within the jar
  • Added pt-br as a language option

Fixed

  • Fixed #47 regarding /re info command formating
  • Fixed #50 regarding error with /re renewrent on claims with no buyer
  • Fixed #51 regarding a duplicate prefix on /re info

1.4.0

07 Mar 10:37
e686780
Compare
Choose a tag to compare

Version 1.4.0

After being in development for a (long) while, here is finally version 1.4.0, which fixes multiple issues. The biggest change is the use of the original GriefPrevention plugin, as it now supports addons without requiring custom modification. Second biggest change is that from now on, all messages are customizable in a separated config file.

If you are willing to translate the plugin, please open a new issue or react within the discussion with the translated messages file, and I will incorporate it into the wiki.

Changelog

Added

  • Readme and changelog files
  • Error messages to messages.yml
  • List messages to messages.yml
  • Info messages to messages.yml
  • Support of GriefPrevention v16.18 and up
  • Disabled resizing of parent claims when subclaims are being rented

Modified

  • Changed java version to java 16
  • Changed spigot version to 1.18.1 (should still support 1.17)
  • Removed requirement for custom GP jar file

Fixed

  • Sign header color formatting being lost on server restart
  • Fixed issue preventing to buy claims due to currencies using $ character
  • Fixed error with /re list
  • Fixed error regarding renewrent

Version 1.4.0-pre2

04 Mar 21:28
Compare
Choose a tag to compare
Version 1.4.0-pre2 Pre-release
Pre-release

Here is the second pre-release for the version 1.4.0, which fixes #35 and #42.

There have also been a couple fixes regarding messages.

Please report any bug you might experience so that they can be fixed as soon as possible. If you have the opportunity to test this update, please do so that we can have a full release soon. You can use the discussion #43 to report or discuss testing.

Changelog

1.4.0 - Unreleased

Added

  • Readme and changelog files
  • Error messages to messages.yml
  • List messages to messages.yml
  • Info messages to messages.yml
  • Support of GriefPrevention v16.18-RC1 and up
  • Disabled resizing of parent claims when subclaims are being rented

Modified

  • Changed java version to java 16
  • Changed spigot version to 1.18.1 (should still support 1.17)
  • Removed requirement for custom GP jar file

Fixed

  • Sign header color formatting being lost on server restart
  • Fixed issue preventing to buy claims due to currencies using $ character
  • Fixed error with /re list
  • Fixed error regarding renewrent

Version 1.4.0-pre1

18 Jan 19:14
Compare
Choose a tag to compare
Version 1.4.0-pre1 Pre-release
Pre-release

Here it is finally, after months waiting to have time to work on this I finally got some work done!

Biggest update: the native GriefPrevention plugin will now be supported (v16.18 and up), which should allow a better support of its future updates.

This is a pre-release, with a lot of changes regarding messages. There might still be bugs in the code. If you experience any, please report them so they get fixed before the final release.

This version also includes all messages in a separated file. If you can help provide a translation, please feel free to do so and send it to me so I can incorporate it. All translations can be written in the translations directory.

Changelog

1.4.0 - Unreleased

Added

  • Readme and changelog files
  • Error messages to messages.yml
  • List messages to messages.yml
  • Info messages to messages.yml
  • Support of GriefPrevention v16.18-RC1 and up
  • Disabled resizing of parent claims when subclaims are being rented

Modified

  • Changed java version to java 16
  • Changed spigot version to 1.18.1 (should still support 1.17)
  • Removed requirement for custom GP jar file

Fixed

  • Sign header color formatting being lost on server restart

Container Rent & Updated GP

26 May 09:43
Compare
Choose a tag to compare

I've finally found some time to work on RealEstate so I've updated the modified GP jar, as well as quickly added in the ability to rent only the containers. Hopefully this quick update didn't introduce any new bugs, but don't hesitate to report any new one you find.

Thanks to @FabianGal45, there's a new config option to remove the decimals.

Don't forget to use both new jar files.

Updated the GP dependency file

19 Jan 22:24
0116f2f
Compare
Choose a tag to compare

1.16 support

I've updated the modified jar to the latest version of GP. This should now be production ready, but be sure to report any issue you might encounter!

Installation

Please use the included modified GP jar file, as it is required to function with the plugin

Spigot 1.16.3 support

02 Oct 17:11
0116f2f
Compare
Choose a tag to compare

I finally had the time to update the modified GP as well as RealEstate so that both are now updated to their latest versions, and to the latest 1.16 version.

There might still be a few bugs, please report the logs in the Issues section so that they might be fixed ASAP

Messages localization

15 May 16:33
Compare
Choose a tag to compare

Changelogs

New features

  • messages.yml file has been added, containing the different messages seen in game.

Bug fixes

  • /re renewrent no longer produces an error for admin claims
  • reduced the default page size to 8, as it is the maximum amount that can be seen at once on the chat