Giter Club home page Giter Club logo

commons-bukkit's Introduction

Prodrivers Commons for Bukkit

Prodrivers Commons is a common set of tools for Bukkit plugins, designed to fulfil all Prodrivers plugin needs.

Prodrivers Commons is designed to allow easy integration of internally or externally-developed plugins. By offering cross-plugin integration capabilities, plugins can have access to features such as cross-plugins player movement or cross-plugins parties without coding it themselves nor having any knowledge of any other plugins. Prodrivers Commons allows easy implementation of thin shims for incompatible plugins to integrate them in its infrastructure.

Prodrivers Commons offers notably :

  • a flexible section mechanism for cross-plugins player interactions
  • a fully-featured, easily integrable party system with internal chat
  • a message sending facade with pluggable backends
  • pluggable components that can be replaced with other implementations by modifying its configuration, to modify Prodrivers Commons' default behavior or use other systems completely
  • a flexible and extensible ORM for Bukkit file configuration with its Configuration and Message facilities
  • Ebean ORM integration, allowing plugins that once depended on Spigot's built-in database ORM to transition without having to implement it themselves, with built-in pooling and caching
  • A ready-to-use Aikar Command Framework instance, already integrated with Prodrivers Commons' configuration ORM

This repository holds the common API that all implementations should follow, with its documentation, and its reference implementation for Bukkit.

Documentation

Documentation is available on Prodrivers Sources for:

Usage

This API is available on a Maven repository.

<repositories>
	<repository>
    	<id>prodrivers-repo</id>
    	<url>https://repo.prodrivers.fr/</url>
    </repository>
</repositories>
<dependencies>
	<dependency>
		<groupId>fr.prodrivers.bukkit</groupId>
		<artifactId>prodrivers-commons</artifactId>
		<version>2.0.0-SNAPSHOT</version>
		<scope>provided</scope>
	</dependency>
</dependencies>

License

Prodrivers Commons API and its reference implementation is distributed under the LGPL version 3 license. A copy of the license is provided in LICENSE.md.

commons-bukkit's People

Contributors

horgeon avatar dependabot[bot] avatar

Watchers

James Cloos 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.