Fixing a major bug with sub-skills not being shown when using commands

This commit is contained in:
nossr50
2020-11-04 12:05:29 -08:00
parent 5afaeb40a8
commit cb9c7acceb
3 changed files with 137 additions and 41 deletions

View File

@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.gmail.nossr50.mcMMO</groupId>
<artifactId>mcMMO</artifactId>
<version>2.1.152</version>
<version>2.1.153-SNAPSHOT</version>
<name>mcMMO</name>
<url>https://github.com/mcMMO-Dev/mcMMO</url>
<scm>
@ -202,17 +202,17 @@
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-serializer-gson</artifactId>
<version>4.1.1</version>
<version>4.2.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-api</artifactId>
<version>4.1.1</version>
<version>4.2.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-nbt</artifactId>
<version>4.1.1</version>
<version>4.2.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.kyori</groupId>