From 893ce9af4644788245fbf487d38687c1e3c9cdf8 Mon Sep 17 00:00:00 2001 From: Intelli Date: Mon, 15 Dec 2025 13:50:50 -0700 Subject: [PATCH] Update API docs --- docs/api/index.md | 6 +++--- docs/api/version/v11.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/api/index.md b/docs/api/index.md index 976697b..5d25173 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -4,8 +4,8 @@ The CoreProtect API enables you to log your own block changes, perform lookups, | API Details | | | --- | --- | -| **API Version:** | 10 | -| **Plugin Version:** | v22.4+ | +| **API Version:** | 11 | +| **Plugin Version:** | v23.1+ | | **Maven:** | [maven.playpro.com](https://maven.playpro.com) | -*Documentation for the API version 10 can be found [here](/api/version/v10/).* \ No newline at end of file +*Documentation for the API version 10 can be found [here](/api/version/v11/).* \ No newline at end of file diff --git a/docs/api/version/v11.md b/docs/api/version/v11.md index 8541c13..4453dad 100644 --- a/docs/api/version/v11.md +++ b/docs/api/version/v11.md @@ -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: