Browse Source

update maven repo information

MasterCake 2 years ago
parent
commit
0db599e0e5
3 changed files with 33 additions and 14 deletions
  1. 26 2
      README.md
  2. 6 11
      pom.xml
  3. 1 1
      src/main/resources/plugin.yml

+ 26 - 2
README.md

@@ -3,10 +3,34 @@
 [![view on SpigotMC](https://img.shields.io/badge/view%20on-spigotmc-orange.svg)](https://www.spigotmc.org/resources/customoregen.9532/)
 
 ## Welcome to the CustomOreGen GitHub repository!
-Spigot 1.7 - 1.16.x
+Spigot 1.7 - 1.17.x
 
 Documentation, Tutorial and Setup: https://docs.spaceio.xyz/plugin/customoregen/
 
 A neat solution for modifying the default ore generator of minecraft. The must-have for every skyblock server!
 
-Works with BentoBox, ASkyblock, AcidIsland, uSkyblock, and SuperiorSkyblock2
+### Supported plugins
+
+- SuperiorSkyblock2
+- BentoBox
+- FabledSkyblock
+- IslandWorld
+- PlotSquared
+- SpaceSkyblock
+- ASkyblock
+- AcidIsland
+- uSkyblock
+
+### Maven
+```yml
+		<repository>
+			<id>spaceio-repo</id>
+			<url>https://repo.spaceio.xyz/repository/maven-public/</url>
+		</repository>
+		
+		<dependency>
+			<groupId>xyz.spaceio</groupId>
+			<artifactId>CustomOreGen</artifactId>
+			<version>1.3.32-SNAPSHOT</version>
+		</dependency>
+```

+ 6 - 11
pom.xml

@@ -10,10 +10,6 @@
 		<repository>
 			<id>spaceio-repo</id>
 			<url>https://repo.spaceio.xyz/repository/maven-public/</url>
-			<snapshots>
-				<enabled>true</enabled>
-				<updatePolicy>always</updatePolicy>
-			</snapshots>
 		</repository>
 		<!-- Spigot repository -->
 		<repository>
@@ -51,6 +47,11 @@
 			<id>uSkyBlock-mvn-repo</id>
 			<url>https://raw.github.com/rlf/uSkyBlock/mvn-repo/</url>
 		</repository>
+		<!-- SuperiorSkyblock repo -->
+	    <repository>
+	        <id>bg-repo</id>
+	        <url>https://repo.bg-software.com/repository/api/</url>
+	    </repository>
 	</repositories>
 	<dependencies>
 		<!--Spigot API -->
@@ -107,12 +108,6 @@
 			<scope>provided</scope>
 		</dependency>
 		<!-- SuperiorSkyblock -->
-		<dependency>
-			<groupId>com.bgsoftware</groupId>
-			<artifactId>SuperiorSkyblock</artifactId>
-			<version>b94</version>
-			<scope>provided</scope>
-		</dependency>
 		<!-- SpaceSkyblock -->
 		<dependency>
 			<groupId>xyz.spaceio.skyblock</groupId>
@@ -221,7 +216,7 @@
 				<version>2.4</version>
 				<configuration>
 					<outputDirectory>${dir}</outputDirectory>
-					<finalName>${project.name}-${project.version}</finalName>
+					<finalName>${project.name}-1.15.26-SNAPSHOT</finalName>
 				</configuration>
 			</plugin>
 		</plugins>

+ 1 - 1
src/main/resources/plugin.yml

@@ -1,5 +1,5 @@
 name: CustomOreGen
-version: ${project.version}
+version: 1.15.26-SNAPSHOT
 description: Controls the Ore-Generator
 author: Linus122
 softdepend: [PlaceholderAPI, ASkyBlock, AcidIsland, uSkyBlock, SkyBlock, BentoBox, IslandWorld, SuperiorSkyblock2, FabledSkyBlock]