GithubHelp home page GithubHelp logo

tnml's Introduction

TheNewMenuLibrary

Codacy Badge Build Status

A library used by The New Economy for custom inventory-based menus. The New Menu Library grants developers the ability to write their custom menus once, and run it across multiple Minecraft platforms. Check below for platform support. Please note this library depends on The New Item Library so verify that the platform is supported there too.

Documentation

Wiki

JavaDoc - coming soon

Maven

The New Menu Library uses maven for dependency management.

Repository:

<repository>
    <id>codemc-releases</id>
    <url>https://repo.codemc.io/repository/maven-public/</url>
</repository>

Core Dependency:

<dependency>
    <groupId>net.tnemc</groupId>
    <artifactId>TNML-CORE</artifactId>
    <version>1.5.0.1-SNAPSHOT-19</version>
    <scope>compile</scope>
</dependency>

Bukkit Dependency:

<dependency>
    <groupId>net.tnemc</groupId>
    <artifactId>TNML-Bukkit</artifactId>
    <version>1.5.0.1-SNAPSHOT-19</version>
    <scope>compile</scope>
</dependency>

Folia Dependency:

<dependency>
    <groupId>net.tnemc</groupId>
    <artifactId>TNML-Folia</artifactId>
    <version>1.5.0.1-SNAPSHOT-19</version>
    <scope>compile</scope>
</dependency>

Sponge API Version 7 Dependency:

Currently not supported because need to add support in TNIL first

<dependency>
    <groupId>net.tnemc</groupId>
    <artifactId>TNML-Sponge-API-7</artifactId>
    <version>1.5.0.1-SNAPSHOT-19</version>
    <scope>compile</scope>
</dependency>

Sponge API Version 8+ Dependency:

<dependency>
    <groupId>net.tnemc</groupId>
    <artifactId>TNML-Sponge-API-8</artifactId>
    <version>1.5.0.1-SNAPSHOT-19</version>
    <scope>compile</scope>
</dependency>

tnml's People

Contributors

creatorfromhell avatar

Watchers

 avatar  avatar  avatar  avatar

tnml's Issues

Confirmation Action

Click Icon -> opens confirmation menu(built in?) -> click confirm -> runs action.

Implement Adventure Text

I think support for Adventure Lib's Component System should be added for items such as item lore.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.