Giter Club home page Giter Club logo

chimera's Introduction

Karus Labs' mono-repository for spigot libraries & tools.

  • Allows Brigadier command framework usage in Spigot plugins
  • Compile-time plugin.yml generation tools
  • Fully static, compile-time command annotations

Please view the stable branch for a production version. Requires Java 11+. Why Java 11?

Read the wiki to get started.

Travis-CI Funding Maintainability Codecov Stable Source Code Discord

Chimera Version Minecraft Version
4.7.0 1.16.1
4.6.1 1.15.2
4.5.0 1.15.2
4.4.0 1.15 - 1.15.2
4.3.0 1.14 - 1.14.4
4.2.0 1.14 - 1.14.4
4.1.0 1.13.2

Maven Repository

<repository>
  <id>chimera-releases</id>
  <url>https://repo.karuslabs.com/repository/chimera-releases/</url>
</repository>

Annotations - Contains general purpose annotations

releases-maven snapshots-maven javadoc

<dependency>
    <groupId>com.karuslabs</groupId>
    <artifactId>annotations</artifactId>
    <version>4.7.0</version>
</dependency>

Commons - Contains the command framework and other common utilities for Spigot plugin development

releases-maven snapshots-maven javadoc

<dependency>
    <groupId>com.karuslabs</groupId>
    <artifactId>commons</artifactId>
    <version>4.7.0</version>
</dependency>

Scribe Annotations - Contains annotations that other scribe projects use to generate a plugin.yml

releases-maven snapshots-maven javadoc

<dependency>
    <groupId>com.karuslabs</groupId>
    <artifactId>scribe-annotations</artifactId>
    <version>4.7.0</version>
</dependency>

Scribe Standalone - Standalone annotation processor that generates a plugin.yml

releases-maven snapshots-maven javadoc

<!-- Standalone annotation processor, provides scribe-annotations as a transitive dependency -->
<dependency>
    <groupId>com.karuslabs</groupId>
    <artifactId>scribe-standalone</artifactId>
    <version>4.7.0</version>
</dependency>

Scribe Maven Plugin - Maven plugin that generates a plugin.yml and infers values from a project's pom.xml

releases-maven snapshots-maven javadoc

<dependency>
  <groupId>com.karuslabs</groupId>
  <artifactId>scribe-annotations</artifactId>
  <version>4.7.0</version>
</dependency>

<plugin>
  <groupId>com.karuslabs</groupId>
  <artifactId>scribe-maven-plugin</artifactId>
  <version>4.7.0</version>
  <executions>
    <execution>
      <goals>
          <goal>scribe</goal>
      </goals>
    </execution>
  </executions>
</plugin>

chimera's People

Contributors

dependabot-preview[bot] avatar dependabot-support avatar dependabot[bot] avatar pante avatar profluz avatar

Watchers

 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.