Skip to content

BadGames-de/Core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Core

A repository that mirrors all our core libraries!

Notice

This is a MIRROR of the libraries from our private repository.
We will only update this repo if there are major changes, the builds on our Repository are based on our private repo.
Code based on the release 0.1.59.


CloudHelper

Make working with different clouds easier!

Supported Clouds

What is meant with Default and Bukkit?

Default

This implementation will be used when we couldn't determine the used Cloud BUT detected that current software is NOT based on Bukkit.

Bukkit

This implementation will be used when we couldn't determine the used Cloud BUT detected that current software is based on Bukkit.

Name setLobby setIngame setMOTD getMOTD getServerName sendToGroup sendToServer sendToLobby setMaxPlayers getMaxPlayers Properties kickPlayer
Default
Bukkit
Simple Cloud 2
Simple Cloud 3
CloudNET 3
TimoCloud

GameCore

Give your gamemodes a stable code base to make the experience even better!

PluginCore

Make working on plugins easier by using a code base with custom Inventory Managers and more!

OpenBoatPacketUtils

A plugin that implements all packets from the "OpenBoatUtils" mod!


Maven Repo

<repository>
  <id>badgames-releases</id>
  <name>BadGames Repository</name>
  <url>https://repo.badgames.de/releases</url>
</repository>

<dependency>
  <groupId>de.badgames</groupId>
  <artifactId>[NAME OF LIBRARY]</artifactId>
  <version>0.1.59</version>
</dependency>

About

A repository that mirrors all our core librarys!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages