No Description

MasterCake 3c6624433b update PlotSquared hook (package renamed again) 2 years ago
src 3c6624433b update PlotSquared hook (package renamed again) 2 years ago
CODE_OF_CONDUCT.md 6696bcb8ab added code of conduct, issue template, and pull request template 4 years ago
ISSUE_TEMPLATE.md 6696bcb8ab added code of conduct, issue template, and pull request template 4 years ago
LICENSE d939d33773 updated information 5 years ago
PULL_REQUEST_TEMPLATE.md 6696bcb8ab added code of conduct, issue template, and pull request template 4 years ago
README.md e603768862 fix code block 2 years ago
pom.xml 3c6624433b update PlotSquared hook (package renamed again) 2 years ago

README.md

GitHub last commit discord view on SpigotMC

Welcome to the CustomOreGen GitHub repository!

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!

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