Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 896 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 896 Bytes

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"
}