mirror of
https://github.com/BG-Software-LLC/WildLoaders.git
synced 2024-11-10 10:09:55 +01:00
Updated readme
This commit is contained in:
parent
1b515ec2f3
commit
1bded17b02
46
README.md
46
README.md
@ -1,6 +1,13 @@
|
|||||||
# WildLoaders
|
<p align="center">
|
||||||
|
<img src="https://bg-software.com/imgs/wildloaders-logo.png" />
|
||||||
WildLoaders - The best alternative for alts!
|
<h2 align="center">The best alternative for alts!</h2>
|
||||||
|
</p>
|
||||||
|
<br>
|
||||||
|
<p align="center">
|
||||||
|
<a href="https://bg-software.com/discord/"><img src="https://img.shields.io/discord/293212540723396608?color=7289DA&label=Discord&logo=discord&logoColor=7289DA&link=https://bg-software.com/discord/"></a>
|
||||||
|
<a href="https://bg-software.com/patreon/"><img src="https://img.shields.io/badge/-Support_on_Patreon-F96854.svg?logo=patreon&style=flat&logoColor=white&link=https://bg-software.com/patreon/"></a><br>
|
||||||
|
<a href=""><img src="https://img.shields.io/maintenance/yes/2020"></a>
|
||||||
|
</p>
|
||||||
|
|
||||||
## Compiling
|
## Compiling
|
||||||
|
|
||||||
@ -12,6 +19,39 @@ You must add yourself all the private jars or purchase access to our private rep
|
|||||||
##### Private Jars:
|
##### Private Jars:
|
||||||
- EpicSpawners by Songoda [[link]](https://songoda.com/marketplace/product/13)
|
- EpicSpawners by Songoda [[link]](https://songoda.com/marketplace/product/13)
|
||||||
|
|
||||||
|
|
||||||
|
## API
|
||||||
|
|
||||||
|
The plugin is packed with a rich API for interacting with chunk loaders and more. When hooking into the plugin, it's highly recommended to only use the API and not the compiled plugin, as the API methods are not only commented, but also will not get removed or changed unless they are marked as deprecated. This means that when using the API, you won't have to do any additional changes to your code between updates.
|
||||||
|
|
||||||
|
##### Maven
|
||||||
|
```
|
||||||
|
<repositories>
|
||||||
|
<repository>
|
||||||
|
<id>bg-repo</id>
|
||||||
|
<url>https://repo.bg-software.com/repository/api/</url>
|
||||||
|
</repository>
|
||||||
|
</repositories>
|
||||||
|
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.bgsoftware</groupId>
|
||||||
|
<artifactId>WildLoadersAPI</artifactId>
|
||||||
|
<version>latest</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
```
|
||||||
|
##### Gradle
|
||||||
|
```
|
||||||
|
repositories {
|
||||||
|
maven { url 'https://repo.bg-software.com/repository/api/' }
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
compileOnly 'com.bgsoftware:WildLoadersAPI:latest'
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## Updates
|
## Updates
|
||||||
|
|
||||||
This plugin is provided "as is", which means no updates or new features are guaranteed. We will do our best to keep
|
This plugin is provided "as is", which means no updates or new features are guaranteed. We will do our best to keep
|
||||||
|
Loading…
Reference in New Issue
Block a user