|  | @@ -4,34 +4,31 @@
 | 
	
		
			
				|  |  |  	<modelVersion>4.0.0</modelVersion>
 | 
	
		
			
				|  |  |  	<groupId>xyz.spaceio</groupId>
 | 
	
		
			
				|  |  |  	<artifactId>CustomOreGen</artifactId>
 | 
	
		
			
				|  |  | -	<version>1.3.32-SNAPSHOT</version>
 | 
	
		
			
				|  |  | +	<version>1.3.33-SNAPSHOT</version>
 | 
	
		
			
				|  |  |  	<repositories>
 | 
	
		
			
				|  |  | -		<!-- SpaceIO repository -->
 | 
	
		
			
				|  |  | -		<repository>
 | 
	
		
			
				|  |  | -			<id>spaceio-repo</id>
 | 
	
		
			
				|  |  | -			<url>https://repo.spaceio.xyz/repository/maven-public/</url>
 | 
	
		
			
				|  |  | -		</repository>
 | 
	
		
			
				|  |  |  		<!-- Spigot repository -->
 | 
	
		
			
				|  |  |  		<repository>
 | 
	
		
			
				|  |  |  			<id>spigot-repo</id>
 | 
	
		
			
				|  |  |  			<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
 | 
	
		
			
				|  |  |  		</repository>
 | 
	
		
			
				|  |  | -		<!-- Tastybento repository -->
 | 
	
		
			
				|  |  | -		<repository>
 | 
	
		
			
				|  |  | -			<id>bintray-tastybento-maven-repo</id>
 | 
	
		
			
				|  |  | -			<name>bintray</name>
 | 
	
		
			
				|  |  | -			<url>http://dl.bintray.com/tastybento/maven-repo</url>
 | 
	
		
			
				|  |  | -		</repository>
 | 
	
		
			
				|  |  |  		<!-- CodeMC repository -->
 | 
	
		
			
				|  |  |  		<repository>
 | 
	
		
			
				|  |  |  			<id>codemc-repo</id>
 | 
	
		
			
				|  |  |  			<url>https://repo.codemc.org/repository/maven-public/</url>
 | 
	
		
			
				|  |  |  		</repository>
 | 
	
		
			
				|  |  | -		<!-- PlotSquared repo -->
 | 
	
		
			
				|  |  | +		<!-- PlotSquared repos -->
 | 
	
		
			
				|  |  |  		<repository>
 | 
	
		
			
				|  |  |  			<id>athion-repo</id>
 | 
	
		
			
				|  |  |  			<url>http://ci.athion.net/job/PlotSquared-Breaking/ws/mvn/</url>
 | 
	
		
			
				|  |  |  		</repository>
 | 
	
		
			
				|  |  | +		<repository>
 | 
	
		
			
				|  |  | +			<id>intellectualsites snapshots</id>
 | 
	
		
			
				|  |  | +			<url>https://mvn.intellectualsites.com/content/repositories/snapshots/</url>
 | 
	
		
			
				|  |  | +		</repository>
 | 
	
		
			
				|  |  | +		<repository>
 | 
	
		
			
				|  |  | +			<id>enginehub</id>
 | 
	
		
			
				|  |  | +			<url>https://maven.enginehub.org/repo</url>
 | 
	
		
			
				|  |  | +		</repository>
 | 
	
		
			
				|  |  |  		<!-- Placeholder repository -->
 | 
	
		
			
				|  |  |  		<repository>
 | 
	
		
			
				|  |  |  			<id>placeholderapi</id>
 | 
	
	
		
			
				|  | @@ -52,6 +49,17 @@
 | 
	
		
			
				|  |  |  	        <id>bg-repo</id>
 | 
	
		
			
				|  |  |  	        <url>https://repo.bg-software.com/repository/api/</url>
 | 
	
		
			
				|  |  |  	    </repository>
 | 
	
		
			
				|  |  | +   		<!-- Tastybento repository -->
 | 
	
		
			
				|  |  | +		<repository>
 | 
	
		
			
				|  |  | +			<id>bintray-tastybento-maven-repo</id>
 | 
	
		
			
				|  |  | +			<name>bintray</name>
 | 
	
		
			
				|  |  | +			<url>http://dl.bintray.com/tastybento/maven-repo</url>
 | 
	
		
			
				|  |  | +		</repository>
 | 
	
		
			
				|  |  | +		<!-- SpaceIO repository -->
 | 
	
		
			
				|  |  | +		<repository>
 | 
	
		
			
				|  |  | +			<id>spaceio-repo</id>
 | 
	
		
			
				|  |  | +			<url>https://repo.spaceio.xyz/repository/maven-public/</url>
 | 
	
		
			
				|  |  | +		</repository>
 | 
	
		
			
				|  |  |  	</repositories>
 | 
	
		
			
				|  |  |  	<dependencies>
 | 
	
		
			
				|  |  |  		<!--Spigot API -->
 | 
	
	
		
			
				|  | @@ -122,19 +130,25 @@
 | 
	
		
			
				|  |  |  		</dependency>
 | 
	
		
			
				|  |  |  		<!-- PlotSquared -->
 | 
	
		
			
				|  |  |  		<dependency>
 | 
	
		
			
				|  |  | -			<groupId>com.github.intellectualsites.plotsquared</groupId>
 | 
	
		
			
				|  |  | -			<artifactId>PlotSquared-API</artifactId>
 | 
	
		
			
				|  |  | -			<version>latest</version>
 | 
	
		
			
				|  |  | -			<scope>provided</scope>
 | 
	
		
			
				|  |  | +		    <groupId>com.plotsquared</groupId>
 | 
	
		
			
				|  |  | +		    <artifactId>PlotSquared-Bukkit</artifactId>
 | 
	
		
			
				|  |  | +		    <version>6.1.4</version>
 | 
	
		
			
				|  |  | +		    <scope>provided</scope>
 | 
	
		
			
				|  |  |  		</dependency>
 | 
	
		
			
				|  |  | -		<!-- PlotSquared Legacy -->
 | 
	
		
			
				|  |  | + 		<!-- PlotSquared Legacy -->
 | 
	
		
			
				|  |  |  		<dependency>
 | 
	
		
			
				|  |  |  			<groupId>com.plotsquared</groupId>
 | 
	
		
			
				|  |  |  			<artifactId>plotsquared-api</artifactId>
 | 
	
		
			
				|  |  |  			<version>18.12.21-SNAPSHOT</version>
 | 
	
		
			
				|  |  |  			<scope>provided</scope>
 | 
	
		
			
				|  |  | -		</dependency>
 | 
	
		
			
				|  |  | +		</dependency> 
 | 
	
		
			
				|  |  |  		<!-- Lands -->
 | 
	
		
			
				|  |  | +		<dependency>
 | 
	
		
			
				|  |  | +			<groupId>com.sk89q.worldedit</groupId>
 | 
	
		
			
				|  |  | +			<artifactId>worldedit-bukkit</artifactId>
 | 
	
		
			
				|  |  | +			<version>7.2.6-SNAPSHOT</version>
 | 
	
		
			
				|  |  | +			<scope>provided</scope>
 | 
	
		
			
				|  |  | +		</dependency>
 | 
	
		
			
				|  |  |  		<dependency>
 | 
	
		
			
				|  |  |  			<groupId>me.angeschossen.lands</groupId>
 | 
	
		
			
				|  |  |  			<artifactId>Lands</artifactId>
 |