Sem descrição

mastercake10 33e2b92e22 fix metrics not shaded in jar há 10 meses atrás
src f8e6887284 remove reflection há 11 meses atrás
CODE_OF_CONDUCT.md 6696bcb8ab added code of conduct, issue template, and pull request template há 4 anos atrás
ISSUE_TEMPLATE.md 6696bcb8ab added code of conduct, issue template, and pull request template há 4 anos atrás
LICENSE d939d33773 updated information há 5 anos atrás
PULL_REQUEST_TEMPLATE.md 6696bcb8ab added code of conduct, issue template, and pull request template há 4 anos atrás
README.md 7458997938 add build badge for jenkins há 11 meses atrás
pom.xml 33e2b92e22 fix metrics not shaded in jar há 10 meses atrás

README.md

Build Status GitHub last commit discord view on SpigotMC

Welcome to the CustomOreGen GitHub repository!

Spigot 1.7 - 1.19.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!

Supported plugins

  • SuperiorSkyblock2
  • BentoBox
  • FabledSkyblock
  • IslandWorld
  • PlotSquared
  • SpaceSkyblock
  • ASkyblock
  • AcidIsland
  • uSkyblock

Maven

		<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.34-SNAPSHOT</version>
		</dependency>