Updated README & added contributing guidelines
This commit is contained in:
parent
7c2f87fa1f
commit
d51968ef7c
2 changed files with 191 additions and 4 deletions
47
README.md
47
README.md
|
|
@ -1,4 +1,10 @@
|
|||
CoreProtect
|
||||

|
||||
|
||||
[](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.
|
||||
|
|
@ -6,11 +12,44 @@ CoreProtect is a blazing fast data logging and anti-griefing tool for Minecraft
|
|||
**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](http://docs.coreprotect.net)
|
||||
- [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
|
||||
------
|
||||
This project is still under development, and is not yet ready for testing or contributions.
|
||||
CoreProtect is an open source project, and gladly accepts community contributions.
|
||||
|
||||
[](https://app.netlify.com/sites/coreprotect/deploys)
|
||||
If you'd like to contribute, please read our contributing guidelines here: [CONTRIBUTING.md](CONTRIBUTING.md)
|
||||
|
||||
[](CONTRIBUTING.md#code-of-conduct)
|
||||
Loading…
Add table
Add a link
Reference in a new issue