From bb71f58f8193cd84fb8e6fbd46417e33b3c16f44 Mon Sep 17 00:00:00 2001 From: Etienne Dx Date: Wed, 8 Sep 2021 22:32:52 +0200 Subject: [PATCH] docs: Added changelog & readme --- CHANGELOG.md | 15 +++++++++++++++ README.md | 19 +++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 CHANGELOG.md create mode 100644 README.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d883470 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## 1.3.0 - Unreleased + +### Added +* Readme and changelog files +* Error messages to *messages.yml* +* List messages to *messages.yml* + +### Modified +* Changed java version to java 16 +* Changed spigot version to 1.17.1 + +### Fixed +* Sign header color formatting being lost on server restart \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..a8ee50d --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# RealEstate + +RealEstate is a spigot plugin built on top of GriefPrevention to provide players with an ability to sell, rent and lease claims to other players. + +The plugin is documented in the [GitHub wiki](https://github.com/EtienneDx/RealEstate/wiki). + +Please feel free to report any issue in the [GitHub Issue section](https://github.com/EtienneDx/RealEstate/issues). + +## GriefPrevention + +This plugin is dependent on GriefPrevention, which since version 1.3.0 will be included directly within the `RealEstate.jar` file. + +The original GriefPrevention plugin can be found [here](https://github.com/TechFortress/GriefPrevention). To make RealEstate possible, I had to implement some modifications to GriefPrevention, which I did in this [fork](https://github.com/EtienneDx/GriefPrevention). + +
+ Code ownership disclaimer + + **I AM NOT THE AUTHOR OF *GriefPrevention*, I MERELY MADE A FEW MODIFICATIONS TO IT. I DO NOT CLAIM ANY PROPERTY OVER THE *GriefPrevention* CODE.** +
\ No newline at end of file