Skip to content

Releases: EtienneDx/RealEstate

Fix in config

15 May 13:38
Compare
Choose a tag to compare

The config wasn't being properly written, it is now fixed

Bug fixes and admin cancel command

15 May 09:23
Compare
Choose a tag to compare

This release brings GP back to it's latest version with a new modified Grief Prevention jar file.
Hopefully, by next release RealEstate will be able to work directly with the original Grief Prevention plugin, without need for a modified jar.

Changelog

New features

  • /re cancel -- This command has been added for admins to be able to remove an existing transaction from the game

Bug fixes

  • Added api version to plugin.yml
  • Fixed a file creation error log
  • Admins are now able to take parts into exit offers
  • Subclaims for rent now don't inherit permissions from their parents, and the renter is now named manager from the claim until his rent expires. Owners need to be trusted explicitely by the renter to modify the subclaim
  • Cleaned up old code

Multiple bug fixes - Spigot 1.15 support

27 Feb 17:25
Compare
Choose a tag to compare

It feels like a lifetime since I last released a new update, but here are finally the few bugfixes that have been requested over the last few months...

As you've probably guessed since I haven't updated it for months now, I'm usually rather busy but do plan to keep developping plugins whenever I have some free time!

The plugin has now moved to 1.15, as did GriefPrevention. If you want to use it for 1.14 servers, you should remain on the old version of the GriefPrevention modified jar provided in an earlier release, as this modified one will not be compatible with spigot 1.14...

Permission trust

27 Aug 11:19
Compare
Choose a tag to compare

claims being rented or leased now come with a permissiontrust, so that players may rent claims "together".

This release still needs the modified GriefPrevention jar, please scroll :)

If you find any bug, please report them so they may get fixed :D

Release and Server claims

06 Aug 18:55
Compare
Choose a tag to compare

Release

This version is finally considered production ready, as no bug have been reported since the last snapshot. Features will now stay as they are, with only improvemments and no feature removal (except if some errors appear).

/!\ This release still requires the compatibility GriefPrevention provided in a previous release (check release history) /!\

New features

Admin claims selling, renting and leasing is now a thing. Any admin claim sold, rented or leased will automatically be considered as a server offer. This means the money will go to the server, and not to one specific player. Admins can purchase admin claims, just like any other player. This solves issue #10

There is also a new command, /re list, which allow users to see all offers available on the server.

Bug Fixes

21 May 18:26
Compare
Choose a tag to compare
Bug Fixes Pre-release
Pre-release

Fix for the #8 issue, as well as the fact config files weren't being properly created in previous versions.

Again, need for the provided GriefPrevention.jar file (see older releases for more infos)

Config Comments

18 May 19:49
Compare
Choose a tag to compare
Config Comments Pre-release
Pre-release

Small release, switched the config use to http://github.com/EtienneDx/AnnotationConfig as a way to add comments to said config, to clarify the use of each field.

/!\ Still requires the provided GriefPrevention.jar file (it's the same as in 0.3.0) /!\

Fix resizes and abandonclaim

17 May 13:15
Compare
Choose a tag to compare
Pre-release

Previously, it was possible to resize and abandon claims while they were being rented/leased. This updates comes with a solution, but requires a modified version of GriefPrevention, until eventually it gets merged into the actual GriefPrevention alltogether.

/!\ THIS UPDATE WON'T WORK WITHOUT THE PROVIDED GriefPrevention.jar FILE /!\

This is still an experimental solution for issue #2

Future versions will include options to allow or disallow the owner access / containers / build permissions. Currently, a rented claim cannot have it's trustlist changed, and the owner loses all his permissions while the transaction isn't finished.

1.14 Compatibility

16 May 15:38
Compare
Choose a tag to compare
1.14 Compatibility Pre-release
Pre-release

RealEstate is now officially tested for spigot 1.14.

Changelog:

  • Fixed error linked to non hand-related interactions (pressure plates for example)
  • Added possibility to display the prices on the signs with a currency symbol instead of the full currency name.

Bug Fixes

30 Apr 16:45
Compare
Choose a tag to compare
Bug Fixes Pre-release
Pre-release

ChangeLog
Claim trusts used to be lost on server stop, this is now fixed