mirror of
https://github.com/YouHaveTrouble/YardWatch.git
synced 2026-05-12 06:26:59 +00:00
35e17834e2
Details were added in the readme.md file to guide users to contact plugin developers for YardWatchAPI implementation. Links were also provided for users to request a temporary implementation within the YardWatch plugin.
23 lines
976 B
Markdown
23 lines
976 B
Markdown
# YardWatch
|
|
Implementation of [YardWatchAPI](https://github.com/YouHaveTrouble/YardWatchAPI) for common protection plugins. If any
|
|
of supported plugins implements the API itself, then this plugin will stop providing its implementation to allow the
|
|
plugin to take over.
|
|
|
|
|
|
If you're a developer looking for information how to implement YardWatchAPI in your plugin, see
|
|
[YardWatchAPI](https://github.com/YouHaveTrouble/YardWatchAPI)
|
|
|
|
## Requirements
|
|
- Java 17
|
|
- Minecraft 1.16+
|
|
|
|
## Implementations for:
|
|
- GriefPrevention (v16+)
|
|
- WorldGuard (7.0.0+)
|
|
- LWCX
|
|
|
|
## Plugin you're using is not implementing YardWatchAPI?
|
|
Contact the plugin developer and send them [here](https://github.com/YouHaveTrouble/YardWatchAPI/blob/master/readme.md)!
|
|
|
|
You can also request a temporary implementation within this plugin [here](https://github.com/YouHaveTrouble/YardWatch/issues/new?assignees=&labels=enhancement&projects=&template=implementation-request.yml&title=%5BNEW+IMPLEMENTATION%5D%3A+).
|