Skip to content

Commit 464c97f

Browse files
Update README.md
1 parent 5ae1c81 commit 464c97f

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,21 @@
66

77
# InvUI
88

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.
1110

1211
[Documentation](https://xenondevs.xyz/docs/invui/)
1312

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+
1424
## Features
1525

1626
* Different types of inventories (Chest, Anvil, Cartography Table, Dropper...)
@@ -39,7 +49,6 @@ Supports all versions from 1.14.0 to 1.21.1.
3949
<groupId>xyz.xenondevs.invui</groupId>
4050
<artifactId>invui</artifactId>
4151
<version>VERSION</version>
42-
<type>pom</type>
4352
</dependency>
4453
```
4554

0 commit comments

Comments
 (0)