helper-parent

A collection of utilities and extended APIs to support the rapid and easy development of Bukkit plugins.

License

License

MIT
GroupId

GroupId

me.lucko
ArtifactId

ArtifactId

helper-parent
Last Version

Last Version

5.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

helper-parent
A collection of utilities and extended APIs to support the rapid and easy development of Bukkit plugins.
Project URL

Project URL

https://github.com/lucko/helper
Source Code Management

Source Code Management

https://github.com/lucko/helper

Download helper-parent

Filename Size
helper-parent-5.0.0.pom 4 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/me.lucko/helper-parent/ -->
<dependency>
    <groupId>me.lucko</groupId>
    <artifactId>helper-parent</artifactId>
    <version>5.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/me.lucko/helper-parent/
implementation 'me.lucko:helper-parent:5.0.0'
// https://jarcasting.com/artifacts/me.lucko/helper-parent/
implementation ("me.lucko:helper-parent:5.0.0")
'me.lucko:helper-parent:pom:5.0.0'
<dependency org="me.lucko" name="helper-parent" rev="5.0.0">
  <artifact name="helper-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='me.lucko', module='helper-parent', version='5.0.0')
)
libraryDependencies += "me.lucko" % "helper-parent" % "5.0.0"
[me.lucko/helper-parent "5.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • helper
  • helper-sql
  • helper-redis
  • helper-mongo
  • helper-lilypad
  • helper-js
  • helper-profiles

helper Build Status Discord

A collection of utilities and extended APIs to support the rapid and easy development of Bukkit plugins.

Modules

helper: The main helper project

Artifact Maven Central Javadocs

helper-sql: Provides SQL datasources using HikariCP.

Artifact Maven Central Javadocs

helper-redis: Provides Redis clients and implements the helper Messaging system using Jedis.

Artifact Maven Central Javadocs

helper-mongo: Provides MongoDB datasources.

Artifact Maven Central Javadocs

helper-lilypad: Implements the helper Messaging system using LilyPad.

Artifact Maven Central Javadocs

helper-profiles: Provides a cached lookup service for player profiles.

Artifact Maven Central Javadocs

helper-js: JavaScript plugins using Nashorn.

Artifact Maven Central Javadocs

Feature Overview

  • Events - functional event handling and flexible listener registration
  • Scheduler - easy access to the Bukkit scheduler
  • Promise - a chain of operations (Futures) executing between both sync and async threads
  • Metadata - metadata with generic types, automatically expiring values and more
  • Messenger - message channel abstraction
  • Commands - create commands using the builder pattern
  • Scoreboard - asynchronous scoreboard using ProtocolLib
  • GUI - lightweight by highly adaptable and flexible menu abstraction
  • Menu Scheming - easily design menu layouts without having to worry about slot ids
  • Random - make random selections from collections of weighted elements
  • Bucket - sets of distributed and uniformly partitioned elements
  • Profiles - a lookup repository and cache for player uuid & name profiles
  • Plugin Annotations - automatically create plugin.yml files for your projects using annotations
  • Maven Annotations - download & install maven dependencies at runtime
  • Terminables - a family of interfaces to help easily manipulate objects which can be unregistered, stopped, or gracefully halted
  • Serialization - immutable and GSON compatible alternatives for common Bukkit objects
  • Bungee Messaging - wrapper for BungeeCord's plugin messaging API
  • JavaScript Plugins - javascript plugins using helper-js and Nashorn

... and much more!

Documentation

Documentation and a more detailed feature overview can be found on the wiki, here: https://github.com/lucko/helper/wiki

Versions

Version
5.0.0
4.2.0