mirror of
https://github.com/YouHaveTrouble/YardWatch.git
synced 2026-05-11 22:16:58 +00:00
34964d30cd
* Stash changes * Add superiorskyblock2 support * Add as a soft depend * Fix skyblock support * Add palmers towny support * Turned off wildcard imports * Update readme * Update .gitignore * Add new line * Add new line
26 lines
1.2 KiB
Markdown
26 lines
1.2 KiB
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+)](https://www.spigotmc.org/resources/griefprevention.1884/)
|
|
- [WorldGuard (7.0.0+)](https://enginehub.org/worldguard#downloads)
|
|
- LWCX
|
|
- [FactionsUUID](https://www.spigotmc.org/resources/factionsuuid.1035/)
|
|
- [SuperiorSkyBlock](https://bg-software.com/superiorskyblock/)
|
|
- [Towny](https://github.com/TownyAdvanced/Towny)
|
|
|
|
## 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+).
|