Skip to content

Commit

Permalink
Set current API documentation version as v10
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelli committed May 13, 2024
1 parent e6557ab commit 29225a4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Maven
<dependency>
<groupId>net.coreprotect</groupId>
<artifactId>coreprotect</artifactId>
<version>22.3</version>
<version>22.4</version>
<scope>provided</scope>
</dependency>
```
Expand Down
6 changes: 3 additions & 3 deletions docs/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).*
*Documentation for the API version 10 can be found [here](/api/version/v10/).*
6 changes: 3 additions & 3 deletions docs/api/version/v10.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |

---
Expand All @@ -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:

Expand Down

0 comments on commit 29225a4

Please sign in to comment.