Skip to content
dyamo edited this page Oct 8, 2022 · 1 revision

Lirand API is a library that allows you to develop Spigot plugins faster, easier and more Kotlin-like way.

It is backward compatible via 1.16+ Minecraft versions and this status will be maintained as far as possible.

Lirand API can offer you following features:

  • Command DSL builders based on the Mojang Brigadier
  • Three types of inventory-based menus and their DSL builders
  • Easy way to change the NBT of items and entities
  • Shared event flow
  • Items and inventories serialization/deserialization
  • Online player collections
  • A bunch of useful extensions for working with chat, events, items, inventories, etc.
  • Scoreboard builder (experimental)

Any contribution and suggestions are welcome.

Clone this wiki locally