About
LibsCollection is a collection of Libraries and APIs which should simplify the plugin developement for BungeeCord and Spigot (A list of the current functions can be seen below or on the GitHub site).
The Use
LibsCollection is a collection of Libraries and APIs which should simplify the plugin developement for BungeeCord and Spigot (A list of the current functions can be seen below or on the GitHub site).
The Use
- For Server Owners:
- Download LibsCollection
- Put the .jar file into your Spigots or BungeeCords plugin folder
- Restart your server. Done!
- For Developers:
- 1. Download LibsCollection
- 2. Add the .jar file to your Java Build Path
OR
Add the dependency to your Maven project:
Add the dependency to your Maven project:
Code (Text):
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.github.SpinAndDrain</groupId>
<artifactId>LibsCollection</artifactId>
<version>1.2.2</version>
</dependency>
</dependencies>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.github.SpinAndDrain</groupId>
<artifactId>LibsCollection</artifactId>
<version>1.2.2</version>
</dependency>
</dependencies>
- 3. Define LibsCollection as a dependency in your plugin.yml or bungee.yml :
Code (YAML):# plugin.yml
depend : [ LibsCollection ]
# bungee.yml
depends : [ LibsCollection ]You can find a mini documentation at the source code on GitHub and here .Included Libraries (Up to date):
You can view the config.yml settings description here .
Please report bugs at the discussion thread!
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.7, 1.8, 1.9
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
LibsCollection - [All versions] [Spigot & BungeeCord] is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9, 1.10 and newer. Downloaded 1,180 times (via Spigot). Download it and open it directly in the game.