Skip to content

Commit 893ce9a

Browse files
committed
Update API docs
1 parent 609990e commit 893ce9a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/api/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ The CoreProtect API enables you to log your own block changes, perform lookups,
44

55
| API Details | |
66
| --- | --- |
7-
| **API Version:** | 10 |
8-
| **Plugin Version:** | v22.4+ |
7+
| **API Version:** | 11 |
8+
| **Plugin Version:** | v23.1+ |
99
| **Maven:** | [maven.playpro.com](https://maven.playpro.com) |
1010

11-
*Documentation for the API version 10 can be found [here](/api/version/v10/).*
11+
*Documentation for the API version 10 can be found [here](/api/version/v11/).*

docs/api/version/v11.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The CoreProtect API enables you to log your own block changes, perform lookups,
55
| API Details | |
66
| --- | --- |
77
| **API Version:** | 11 |
8-
| **Plugin Version:** | v24.0+ |
8+
| **Plugin Version:** | v23.1+ |
99
| **Maven:** | [maven.playpro.com](https://maven.playpro.com) |
1010

1111
---
@@ -28,8 +28,8 @@ CoreProtectPreLogEvent(String user)
2828

2929
## Getting Started
3030

31-
Ensure you're using CoreProtect 24.0 or higher. Add it as an external jar to your plugin in your IDE.
32-
Alternatively, if using Maven, you can add it via the repository https://maven.playpro.com (net.coreprotect, 24.0).
31+
Ensure you're using CoreProtect 23.1 or higher. Add it as an external jar to your plugin in your IDE.
32+
Alternatively, if using Maven, you can add it via the repository https://maven.playpro.com (net.coreprotect, 23.1).
3333

3434
The first thing you need to do is get access to CoreProtect. You can do this by using code similar to the following:
3535

0 commit comments

Comments
 (0)