https://github.com/codemc/worldguardwrapper
A wrapper for the WorldGuard API that allows plugins to support both v6 and v7 APIs.
https://github.com/codemc/worldguardwrapper
api bukkit library maven minecraft plugin spigot worldguard worldguard-api
Last synced: about 2 months ago
JSON representation
A wrapper for the WorldGuard API that allows plugins to support both v6 and v7 APIs.
- Host: GitHub
- URL: https://github.com/codemc/worldguardwrapper
- Owner: CodeMC
- License: mit
- Created: 2018-08-01T23:03:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-26T17:56:47.000Z (about 2 years ago)
- Last Synced: 2023-06-26T20:26:26.851Z (about 2 years ago)
- Topics: api, bukkit, library, maven, minecraft, plugin, spigot, worldguard, worldguard-api
- Language: Java
- Size: 272 KB
- Stars: 24
- Watchers: 6
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WorldGuardWrapper
[](https://ci.codemc.org/view/Author/job/CodeMC/job/WorldGuardWrapper/)

[](https://ci.codemc.io/job/CodeMC/job/WorldGuardWrapper/javadoc/)
[](https://discord.gg/cnKwdsg)A wrapper for the WorldGuard API that allows plugins to support both v6 and v7 APIs.
## Maven dependency
How to include WorldEditWrapper into your maven project:```xml
codemc-repo
https://repo.codemc.org/repository/maven-public/
org.codemc.worldguardwrapper
worldguardwrapper
1.2.1-SNAPSHOT
```
Remember to include/relocate the library into your final jar, example:
```xml
org.apache.maven.plugins
maven-shade-plugin
3.2.4
package
shade
org.codemc.worldguardwrapper
YOUR.PLUGIN.PACKAGE.libs.worldguardwrapper
```