From cd7a71648b463a39a4ca82df472bf988bc92bb24 Mon Sep 17 00:00:00 2001 From: Intelli Date: Mon, 13 May 2024 17:43:49 -0600 Subject: [PATCH] Set current API documentation version as v10 # Conflicts: # docs/api/version/v10.md --- README.md | 2 +- docs/api/index.md | 6 +++--- docs/api/version/v10.md | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1b8d83e..7e6a30c 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Maven net.coreprotect coreprotect - 22.3 + 22.4 provided ``` diff --git a/docs/api/index.md b/docs/api/index.md index 974fabd..976697b 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:** | 9 | -| **Plugin Version:** | v21.0+ | +| **API Version:** | 10 | +| **Plugin Version:** | v22.4+ | | **Maven:** | [maven.playpro.com](https://maven.playpro.com) | -*Documentation for the API version 9 can be found [here](/api/version/v9/).* \ No newline at end of file +*Documentation for the API version 10 can be found [here](/api/version/v10/).* \ No newline at end of file diff --git a/docs/api/version/v10.md b/docs/api/version/v10.md index b7b5ae6..58b2cf4 100644 --- a/docs/api/version/v10.md +++ b/docs/api/version/v10.md @@ -5,7 +5,7 @@ The CoreProtect API enables you to log your own block changes, perform lookups, | API Details | | | --- | --- | | **API Version:** | 10 | -| **Plugin Version:** | v23.0+ | +| **Plugin Version:** | v22.4+ | | **Maven:** | [maven.playpro.com](https://maven.playpro.com) | --- @@ -25,8 +25,8 @@ logRemoval(String user, BlockState blockState) ## Getting Started -Ensure you're using CoreProtect 23.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](https://maven.playpro.com) (net.coreprotect, 23.0). +Ensure you're using CoreProtect 22.4 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](https://maven.playpro.com) (net.coreprotect, 22.4). The first thing you need to do is get access to CoreProtect. You can do this by using code similar to the following: