File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
# InvUI
8
8
9
- An Inventory API for Minecraft Spigot servers.
10
- Supports all versions from 1.14.0 to 1.21.1.
9
+ An Inventory API for Minecraft Paper servers.
11
10
12
11
[ Documentation] ( https://xenondevs.xyz/docs/invui/ )
13
12
13
+ ## Version Compatibility
14
+
15
+ Starting with v2, InvUI is no longer a multi-version library.
16
+ See the table below for an overview of which InvUI version is compatible with which Minecraft version.
17
+
18
+ | InvUI version | Minecraft version |
19
+ | ---------------| -------------------|
20
+ | ` 2.0.x ` | ` TBD ` |
21
+ | ` 1.46 ` | ` 1.14.0 ` - ` TBD ` |
22
+
23
+
14
24
## Features
15
25
16
26
* Different types of inventories (Chest, Anvil, Cartography Table, Dropper...)
@@ -39,7 +49,6 @@ Supports all versions from 1.14.0 to 1.21.1.
39
49
<groupId >xyz.xenondevs.invui</groupId >
40
50
<artifactId >invui</artifactId >
41
51
<version >VERSION</version >
42
- <type >pom</type >
43
52
</dependency >
44
53
```
45
54
You can’t perform that action at this time.
0 commit comments