Go to file
Famous_Longwing 9561dca8f2 SoftDependency added: WorldEdit
Rental properties can now become self-cleaning (Disabled by default)
WARNING: This is extremely distructive, if enabled the property will use
WorldEdit to create a schematic of the rental area (and save it), when
the rental period ends, the schematic is loaded and pasted.

Signs are no longer editable once they become RealEstate signs (in short
they become waxed).

Config changes:
Added configuration to enable or disable the self-cleaning rentals. As
this can cause a kind of infinite item exploit (place something down,
rent, remove, unrent).

Future plans:
Self cleaning rentals will factor changes made by rentor, for example if
the owner places a shulker with diamonds, those diamonds should still be
gone after the rental process completes. Similarly items, and blocks,
placed by rentors should be returned to them prior to finalizing the
close of the rent. For example rentor rents property, builds house, rent
expires, the materials that make up the house, and anything inside,
should return to the rentor.
2024-02-20 10:17:52 -05:00
.github/workflows Add github action to build the plugin 2023-09-13 18:36:36 +02:00
resources/languages feat: Added support for multiple embedded languages files 2022-04-15 16:03:10 +02:00
src/me/EtienneDx/RealEstate SoftDependency added: WorldEdit 2024-02-20 10:17:52 -05:00
.gitignore added messages, fixed sign header color 2021-09-08 22:32:39 +02:00
CHANGELOG.md feat: changed version string 2022-04-15 16:05:02 +02:00
LICENSE Create LICENSE 2019-04-30 23:57:51 +02:00
plugin.yml SoftDependency added: WorldEdit 2024-02-20 10:17:52 -05:00
pom.xml SoftDependency added: WorldEdit 2024-02-20 10:17:52 -05:00
README.md Update README.md 2024-02-09 06:47:54 -05:00

RealEstate

RealEstate is a spigot plugin built on top of GriefPrevention to provide players with an ability to sell and rent claims to other players.

The plugin is documented in the GitHub wiki.

Please feel free to report any issue in the GitHub Issue section.

GriefPrevention

This plugin is dependent on GriefPrevention version 16.18 and up.

GriefPrevention plugin can be found here

This is just an update to work with 1.20.4, I am not the originator of most of the work in this plugin.