Giter Club home page Giter Club logo

elixr's Introduction

elixr

elixr is a utility API for Nukkit-based plugins. All classes contain static methods that you can use from your plugin - no other dependencies other than elixr itself. Elixr is being released as open source with the hope that you'll use and contribute new code!

elixr was originally extracted from code too-often shared between our own plugins including Prism, Craftys, DarkMythos, Inventory Toolkit, Darmok, dhmcDeath, and more.

Basic Utility Overview

  • Blocks - Including finding block relationships, handling double-length blocks, and more.
  • Chunk - Identifying the edges of chunks, min/max vectors.
  • Date - Converting to/from in-game date strings like Prism's time parameter
  • Death - Properly identifying the killer/victim, weapon, and more
  • Enchantment - Name conversion utilities
  • Entity - Location, nearby items, etc.
  • Experience - Properly add and subtract XP
  • Inventory - Logic for items in an inventory, stacking, sorting, moving, and more
  • Item - Logic for full item names, percentage used, quantity strings, and more
  • Type - Number/string logic

Get Help

IRC: irc.esper.net, room: #prism

Docs

Bug Tracking

Maven

You may include the package with your plugin via maven, our repo is at:

http://dhmc.us:8081/nexus/content/repositories/

<dependency>
    <groupId>me.botsko</groupId>
    <artifactId>elixr</artifactId>
    <version>1.0-dev-27-gba985bf-SNAPSHOT</version>
</dependency>

elixr's People

Contributors

ctrlshiftesc avatar dykam avatar funniray avatar rumickon avatar sonarbeserk avatar viveleroi avatar

Watchers

 avatar  avatar

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.