mirror of
https://github.com/PlayPro/CoreProtect.git
synced 2024-11-24 12:16:36 +01:00
CoreProtect is a blazing fast data logging and anti-griefing tool for Minecraft servers.
8cdf99429d
* sent data to client * send more data + debug + add docs + switch to handshake * add diff between container and normal changes * fix docs * changes according guidelines * make requested changes + cleanup * correct documentation * Improved Networking API documentation * Moved networking API channel registration out of main class * Cleanup * Removed debug on chat/command lookups * Optimized array merging * Fixed ClassCastException when running console commands * Skip preparing networking data if not a channel player * Renamed "networking-debug" to "network-debug" * Fixed failed handshake still registering players * Adjusted networking phrases * Renamed pluginchannel to channel Co-authored-by: Intelli <contact@intelli.software> |
||
---|---|---|
.github | ||
docs | ||
lang | ||
src/main | ||
.gitignore | ||
build.gradle | ||
CONTRIBUTING.md | ||
LICENSE | ||
mkdocs.yml | ||
pom.xml | ||
README.md | ||
requirements.txt |
CoreProtect
CoreProtect is a blazing fast data logging and anti-griefing tool for Minecraft servers.
For a detailed description of the plugin, please visit spigotmc.org/resources/coreprotect.8631.
Quick Links | |
---|---|
CoreProtect Discord: | discord.gg/b4DZ4jy |
CoreProtect Patreon: | patreon.com/coreprotect |
CoreProtect Documentation: | docs.coreprotect.net |
Downloads for MC 1.14 - 1.18: | spigotmc.org/resources/coreprotect.8631 |
Downloads for MC 1.8 - 1.12: | coreprotect.net/legacy |
bStats
API
API Documentation
Dependency Information
Maven
<repository>
<id>playpro-repo</id>
<url>https://maven.playpro.com</url>
</repository>
<dependency>
<groupId>net.coreprotect</groupId>
<artifactId>coreprotect</artifactId>
<version>21.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