|  | @@ -2,7 +2,7 @@
 | 
	
		
			
				|  |  |      <modelVersion>4.0.0</modelVersion>
 | 
	
		
			
				|  |  |      <groupId>com.gmail.nossr50.mcMMO</groupId>
 | 
	
		
			
				|  |  |      <artifactId>mcMMO</artifactId>
 | 
	
		
			
				|  |  | -    <version>2.1.160</version>
 | 
	
		
			
				|  |  | +    <version>2.1.161-SNAPSHOT</version>
 | 
	
		
			
				|  |  |      <name>mcMMO</name>
 | 
	
		
			
				|  |  |      <url>https://github.com/mcMMO-Dev/mcMMO</url>
 | 
	
		
			
				|  |  |      <scm>
 | 
	
	
		
			
				|  | @@ -120,6 +120,10 @@
 | 
	
		
			
				|  |  |                      </artifactSet>
 | 
	
		
			
				|  |  |  <!--                    <dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation>-->
 | 
	
		
			
				|  |  |                      <relocations>
 | 
	
		
			
				|  |  | +                        <relocation>
 | 
	
		
			
				|  |  | +                            <pattern>net.kyori.adventure</pattern>
 | 
	
		
			
				|  |  | +                            <shadedPattern>com.gmail.nossr50.mcmmo.kyori.adventure</shadedPattern>
 | 
	
		
			
				|  |  | +                        </relocation>
 | 
	
		
			
				|  |  |                          <relocation>
 | 
	
		
			
				|  |  |                              <pattern>co.aikar.commands</pattern>
 | 
	
		
			
				|  |  |                              <shadedPattern>com.gmail.nossr50.mcmmo.acf</shadedPattern> <!-- Replace this -->
 | 
	
	
		
			
				|  | @@ -140,10 +144,6 @@
 | 
	
		
			
				|  |  |                              <pattern>org.apache.tomcat</pattern>
 | 
	
		
			
				|  |  |                              <shadedPattern>com.gmail.nossr50.mcmmo.database.tomcat</shadedPattern>
 | 
	
		
			
				|  |  |                          </relocation>
 | 
	
		
			
				|  |  | -                        <relocation>
 | 
	
		
			
				|  |  | -                            <pattern>net.kyori.adventure</pattern>
 | 
	
		
			
				|  |  | -                            <shadedPattern>com.gmail.nossr50.mcmmo.kyori.adventure</shadedPattern>
 | 
	
		
			
				|  |  | -                        </relocation>
 | 
	
		
			
				|  |  |                          <relocation>
 | 
	
		
			
				|  |  |                              <pattern>org.bstats</pattern>
 | 
	
		
			
				|  |  |                              <shadedPattern>com.gmail.nossr50.mcmmo.metrics.bstat</shadedPattern>
 | 
	
	
		
			
				|  | @@ -202,17 +202,17 @@
 | 
	
		
			
				|  |  |          <dependency>
 | 
	
		
			
				|  |  |              <groupId>net.kyori</groupId>
 | 
	
		
			
				|  |  |              <artifactId>adventure-text-serializer-gson</artifactId>
 | 
	
		
			
				|  |  | -            <version>4.3.0-SNAPSHOT</version>
 | 
	
		
			
				|  |  | +            <version>4.3.0</version>
 | 
	
		
			
				|  |  |          </dependency>
 | 
	
		
			
				|  |  |          <dependency>
 | 
	
		
			
				|  |  |              <groupId>net.kyori</groupId>
 | 
	
		
			
				|  |  |              <artifactId>adventure-api</artifactId>
 | 
	
		
			
				|  |  | -            <version>4.2.0</version>
 | 
	
		
			
				|  |  | +            <version>4.3.0</version>
 | 
	
		
			
				|  |  |          </dependency>
 | 
	
		
			
				|  |  |          <dependency>
 | 
	
		
			
				|  |  |              <groupId>net.kyori</groupId>
 | 
	
		
			
				|  |  |              <artifactId>adventure-nbt</artifactId>
 | 
	
		
			
				|  |  | -            <version>4.2.0-SNAPSHOT</version>
 | 
	
		
			
				|  |  | +            <version>4.3.0</version>
 | 
	
		
			
				|  |  |          </dependency>
 | 
	
		
			
				|  |  |          <dependency>
 | 
	
		
			
				|  |  |              <groupId>net.kyori</groupId>
 |