docs: updated readme & changelog
This commit is contained in:
parent
d870f5e04d
commit
757de574be
@ -7,11 +7,12 @@
|
|||||||
* Error messages to *messages.yml*
|
* Error messages to *messages.yml*
|
||||||
* List messages to *messages.yml*
|
* List messages to *messages.yml*
|
||||||
* Info messages to *messages.yml*
|
* Info messages to *messages.yml*
|
||||||
* Support of [GriefPrevention v16.18-RC1](https://github.com/TechFortress/GriefPrevention/releases/tag/16.18-RC1)
|
* Support of [GriefPrevention v16.18-RC1](https://github.com/TechFortress/GriefPrevention/releases/tag/16.18-RC1) and up
|
||||||
|
* Disabled resizing of parent claims when subclaims are being rented
|
||||||
|
|
||||||
### Modified
|
### Modified
|
||||||
* Changed java version to java 16
|
* Changed java version to java 16
|
||||||
* Changed spigot version to 1.18.1
|
* Changed spigot version to 1.18.1 (should still support 1.17)
|
||||||
* Removed requirement for custom GP jar file
|
* Removed requirement for custom GP jar file
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
10
README.md
10
README.md
@ -8,12 +8,6 @@ Please feel free to report any issue in the [GitHub Issue section](https://githu
|
|||||||
|
|
||||||
## GriefPrevention
|
## GriefPrevention
|
||||||
|
|
||||||
This plugin is dependent on GriefPrevention, which since version 1.3.0 will be included directly within the `RealEstate.jar` file.
|
This plugin is dependent on GriefPrevention version 16.18 and up (this version of GP is still in a pre-release state while I'm writing this).
|
||||||
|
|
||||||
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).
|
GriefPrevention plugin can be found [here](https://github.com/TechFortress/GriefPrevention).
|
||||||
|
|
||||||
<details>
|
|
||||||
<summary>Code ownership disclaimer</summary>
|
|
||||||
|
|
||||||
**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.**
|
|
||||||
</details>
|
|
||||||
@ -2,7 +2,7 @@ name: RealEstate
|
|||||||
main: me.EtienneDx.RealEstate.RealEstate
|
main: me.EtienneDx.RealEstate.RealEstate
|
||||||
version: ${project.version}
|
version: ${project.version}
|
||||||
authors: [EtienneDx, DmitryRendov]
|
authors: [EtienneDx, DmitryRendov]
|
||||||
depend: [Vault]
|
depend: [Vault, GriefPrevention]
|
||||||
api-version: "1.17"
|
api-version: "1.17"
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user