Go to file
Famous_Longwing 87af20d396 Got item saving/reclaiming to a workable state, expected behavior:
All inventory holding blocks in the rental space will be scanned,
their items added to a temporary extra-dimensional storage along with
the holding block (IE the contents of a chest will be put in this
storage, then the chest will be added). After which the storage will be
deleted (well the block will be set to air).

The player can later reclaim the items using /re reclaim, which will pop
a gui this will contain the first 54 items(and their containing blocks).
Subsequent activations of this command will provide an opprotunity to
reclaim other items until there are none left.

Once all items have been withdrawn, there will be a message saying the
storage is empty.

Warning: The reclaim inventory *can* store extra items, however the
space is not unlimited. I will have to ask around if this is an issue.
2024-02-25 16:51:28 -05:00
.github/workflows Add github action to build the plugin 2023-09-13 18:36:36 +02:00
resources First iteration of saving the inventory of rental spaces. The code is in 2024-02-22 15:57:36 -05:00
src/me/EtienneDx/RealEstate Got item saving/reclaiming to a workable state, expected behavior: 2024-02-25 16:51:28 -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 Messages had a small error where someone accepting the offer to exit a 2024-02-21 13:49:06 -05:00
pom.xml Messages had a small error where someone accepting the offer to exit a 2024-02-21 13:49:06 -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.