55 lines
No EOL
1.9 KiB
Markdown
55 lines
No EOL
1.9 KiB
Markdown

|
|
|
|
[](License)
|
|
[](https://discord.gg/b4DZ4jy)
|
|
[](https://app.netlify.com/sites/coreprotect/deploys)
|
|
|
|
CoreProtect 
|
|
===========
|
|
|
|
CoreProtect is a blazing fast data logging and anti-griefing tool for Minecraft servers.
|
|
|
|
**Support and Discussion:**
|
|
- [Discord](https://discord.gg/b4DZ4jy) | [SpigotMC](https://www.spigotmc.org/threads/coreprotect.73929/page-9999)
|
|
|
|
**Patreon:**
|
|
- [patreon.com/coreprotect](https://www.patreon.com/coreprotect)
|
|
|
|
**Downloads:**
|
|
- [coreprotect.net/download](https://coreprotect.net/download)
|
|
|
|
**Documentation:**
|
|
- [docs.coreprotect.net](https://docs.coreprotect.net)
|
|
|
|
bStats
|
|
------
|
|
[](https://bstats.org/plugin/bukkit/CoreProtect)
|
|
|
|
API
|
|
------
|
|
### [API Documentation](https://docs.coreprotect.net/api/)
|
|
|
|
### Dependency Information
|
|
Maven
|
|
```xml
|
|
<repository>
|
|
<id>playpro-repo</id>
|
|
<url>https://maven.playpro.com</url>
|
|
</repository>
|
|
```
|
|
```xml
|
|
<dependency>
|
|
<groupId>net.coreprotect</groupId>
|
|
<artifactId>coreprotect</artifactId>
|
|
<version>20.0</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
```
|
|
|
|
Contributing
|
|
------
|
|
CoreProtect is an open source project, and gladly accepts community contributions.
|
|
|
|
If you'd like to contribute, please read our contributing guidelines here: [CONTRIBUTING.md](CONTRIBUTING.md)
|
|
|
|
[](CONTRIBUTING.md#code-of-conduct) |