Skip to content

StaticStudios/static-menus

Repository files navigation

Static Menus

Static Menus is a custom invenetory library made for Paper servers.

How to use it

To use the libray in your project you need to add the StaticStudios repository and declare the dependency. Make sure to replace VERSION_HERE with the latest version available.

repositories {
  maven {
      name "StaticStudios"
      url "https://repo.staticstudios.net/releases"
  }
}

dependencies {
  implementation "net.staticstudios:menus:VERSION_HERE"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages