diff --git a/README.md b/README.md index 1b8d83e8..7e6a30c3 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 974fabdb..976697b9 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 b7b5ae6f..58b2cf46 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: