Merge branch 'master' of github.com:PlayPro/CoreProtect

# Conflicts:
#	README.md
#	pom.xml
#	src/main/java/net/coreprotect/config/ConfigHandler.java
This commit is contained in:
Roman Zhuravlev 2026-01-15 13:43:09 +05:00
commit df6f20ef97
14 changed files with 923 additions and 16 deletions

View file

@ -5,7 +5,7 @@ The CoreProtect API enables you to log your own block changes, perform lookups,
| API Details | |
| --- | --- |
| **API Version:** | 11 |
| **Plugin Version:** | v24.0+ |
| **Plugin Version:** | v23.1+ |
| **Maven:** | [maven.playpro.com](https://maven.playpro.com) |
---
@ -28,8 +28,8 @@ CoreProtectPreLogEvent(String user)
## Getting Started
Ensure you're using CoreProtect 24.0 or higher. Add it as an external jar to your plugin in your IDE.
Alternatively, if using Maven, you can add it via the repository https://maven.playpro.com (net.coreprotect, 24.0).
Ensure you're using CoreProtect 23.1 or higher. Add it as an external jar to your plugin in your IDE.
Alternatively, if using Maven, you can add it via the repository https://maven.playpro.com (net.coreprotect, 23.1).
The first thing you need to do is get access to CoreProtect. You can do this by using code similar to the following: