Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

awesome-minecraft

A curated list of awesome Minecraft related libraries for bukkit developers.
https://github.com/camdenorrb/awesome-minecraft

Last synced: 3 days ago
JSON representation

  • Projects

    • UI

      • ChatMenuAPI - Create interactive menus within minecraft's chat window.
      • InventoryGUI - Create inventory GUIs with ease.
    • Commands

      • Annotation Command Framework - ACF is an extremely powerful command framework that takes nearly every concept of boilerplate code commonly found in command handlers, and abstracts them away behind annotations
    • Coroutine

      • Skedule - Coroutine library to help kotlin developers get out of callback hell with BukkitRunnables.
      • TaskChain - Helps facilitate running tasks on an application's "Main Thread", and tasks off the main (async).
    • Multi Purpose

      • helper - Large set of utilities for making plugin development for bukkit faster and easier.
      • Vault - Provides APIs for economy plugins, permission plugins and chat plugins.
    • NBT

      • NBT-API - Add custom NBT tags to Itemstacks, Tile Entities and Entities, or modify excisting ones.
    • Packets

      • ProtocolLib - Listen to and handle incoming / outgoing packets.
    • Runtime

      • Libby - Runtime dependency management library for plugins running in Java-based Minecraft server platforms.
      • Orion - Mixin loader for minecraft servers running Paper.
      • PaperLib - Create faster plugins using Paper's optimisations if they're available, or slower if not on Paper.