Skip to content
broken1arrow edited this page Nov 18, 2022 · 9 revisions

Welcome to the MenuSettingsApi wiki!

Import with Maven

This is temporary. Will try fix better way to import the api.

	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>
	<dependency>
	    <groupId>com.github.broken1arrow</groupId>
	    <artifactId>MenuSettingsApi</artifactId>
	    <version>Type version</version>
            <scope>provided</scope>
	</dependency>

Import with Gradle

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
	dependencies {
	        implementation 'com.github.broken1arrow:MenuSettingsApi:Type version'
	}

Hex/RGB

For 1.16 and newer you use <#55F758> for normal hex and <#5e4fa2:#f79459> for gradient. Planed to add adventure support (but that will only work for chat, because i also need keep spigot support (spigot use still string on items)).

Useful links

Clone this wiki locally