🚩 Do you speak multiple languages? If so, we always welcome contributions to our Crowdin project.
Feel free to join our Discord community server:
- List of all supported and not version WorldGuardRegionProtect available here
- Start from version 1.8.0.21 will support Bukkit/Spigot/Paper/Folia and other forks of Paper.
- Versions after 1.0.0 require JAVA 21+!
- If you need plugin support Java 17+, so you need just download 1.0.2.17 special version
WorldGuardRegionProtect is licensed under GNU General Public License v3.0.
Please see LICENSE.txt
for more info.
You can look example use API from WGRP to made your addon for plugin WGRP.
<repository>
<id>codemc-releases</id>
<url>https://repo.codemc.org/repository/maven-releases/</url>
</repository>
<dependency>
<groupId>net.ritasister</groupId>
<artifactId>wgrp-api</artifactId>
<version>VERSION</version>
</dependency>
repositories {
maven("https://repo.codemc.org/repository/maven-public/")
}
dependencies {
compileOnly("net.ritasister:wgrp-api:VERSION")
}
You can find old versions of plugin lower 1.19 to 1.12.2 only: