Giter Club home page Giter Club logo

kotlin-minecraft's Introduction

kotlin-minecraft

A simple wrapper of most of the commonly used kotlin libraries for Bukkit and Bungeecord

⚠️ Java 8 is no longer supported due to Exposed requiring Java 11+

Roadmap

  • Include other modules of Exposed: kotlin-datetime, json, crypt
  • Automate builds & releases based on uploads to Maven Central

Installation

In your plugin.yml add a dependecy to a corresponding module that you are using in your code:

#other plugin descriptor stuff
depend: [<module name goes here>]

Add required modules into your plugins folder

Available modules:

  • kotlin-stdlib - Kotlin standart library (required)
  • kotlin-reflect - Kotlin reflection library
  • kotlinx-datetime - Kotlinx datetime implementation
  • kotlinx-coroutines - Kotlinx coroutines implementation
  • kotlinx-serialization-core - Kotlinx serialization core implementation (required for any other serialization module)
  • kotlinx-serialization-json - Kotlinx json seriazation implementation
  • exposed-core - Exposed core implementation (required for any other exposed module)
  • exposed-jdbc - Exposed jdbc implementation Is now included in exposed-core due to incompatibility between java service resolution and plugin class loading
  • exposed-dao - Exposed dao implementation

kotlin-minecraft's People

Contributors

h4kt 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.