Very optimized and highly configureable chunk-loaders plugin!
Go to file
OmerBenGera b2bccb03d7 [CI SKIP] Adjust .gitignore to include Intellij's files and output files 2021-06-12 18:45:30 +03:00
API Added gradle, license and more 2021-01-01 19:40:42 +02:00
gradle/wrapper Added gradle wrapper 2021-01-01 22:00:44 +02:00
src/main [CI SKIP] Added dev build injection to plugin.yml 2021-03-14 11:50:13 +02:00
v1_7_R3 Added a check to make sure the loader still exists when it's ticking (#9) 2021-03-27 01:15:18 +03:00
v1_7_R4 Added a check to make sure the loader still exists when it's ticking (#9) 2021-03-27 01:15:18 +03:00
v1_8_R1 Added a check to make sure the loader still exists when it's ticking (#9) 2021-03-27 01:15:18 +03:00
v1_8_R2 Added a check to make sure the loader still exists when it's ticking (#9) 2021-03-27 01:15:18 +03:00
v1_8_R3 Added a check to make sure the loader still exists when it's ticking (#9) 2021-03-27 01:15:18 +03:00
v1_9_R1 Added a check to make sure the loader still exists when it's ticking (#9) 2021-03-27 01:15:18 +03:00
v1_9_R2 Added a check to make sure the loader still exists when it's ticking (#9) 2021-03-27 01:15:18 +03:00
v1_10_R1 Added a check to make sure the loader still exists when it's ticking (#9) 2021-03-27 01:15:18 +03:00
v1_11_R1 Added a check to make sure the loader still exists when it's ticking (#9) 2021-03-27 01:15:18 +03:00
v1_12_R1 Added a check to make sure the loader still exists when it's ticking (#9) 2021-03-27 01:15:18 +03:00
v1_13_R1 Added a check to make sure the loader still exists when it's ticking (#9) 2021-03-27 01:15:18 +03:00
v1_13_R2 Added a check to make sure the loader still exists when it's ticking (#9) 2021-03-27 01:15:18 +03:00
v1_14_R1 Added a check to make sure the loader still exists when it's ticking (#9) 2021-03-27 01:15:18 +03:00
v1_15_R1 Added a check to make sure the loader still exists when it's ticking (#9) 2021-03-27 01:15:18 +03:00
v1_16_R1 Added a check to make sure the loader still exists when it's ticking (#9) 2021-03-27 01:15:18 +03:00
v1_16_R2 Added a check to make sure the loader still exists when it's ticking (#9) 2021-03-27 01:15:18 +03:00
v1_16_R3 Added a check to make sure the loader still exists when it's ticking (#9) 2021-03-27 01:15:18 +03:00
.gitattributes Added gradle, license and more 2021-01-01 19:40:42 +02:00
.gitignore [CI SKIP] Adjust .gitignore to include Intellij's files and output files 2021-06-12 18:45:30 +03:00
LICENSE Added gradle, license and more 2021-01-01 19:40:42 +02:00
README.md [CI SKIP] Added API to the readme file 2021-01-12 20:23:09 +02:00
build.gradle [CI SKIP] Added the API jar to the dev builds 2021-05-17 11:21:58 +03:00
gradlew Added gradle, license and more 2021-01-01 19:40:42 +02:00
gradlew.bat Added gradle, license and more 2021-01-01 19:40:42 +02:00
settings.gradle Added gradle, license and more 2021-01-01 19:40:42 +02:00

README.md

WildLoaders

WildLoaders - The best alternative for alts!

Compiling

You can compile the project using gradlew.
Run gradlew shadowJar build in console to build the project.
You can find already compiled jars on our Jenkins hub!
You must add yourself all the private jars or purchase access to our private repository.

Private Jars:
  • EpicSpawners by Songoda [link]

API

You can hook into the plugin by using the built-in API module.
The API module is safe to be used, its methods will not be renamed or changed, and will not have methods removed without any further warning.
You can add the API as a dependency using Maven or Gradle:

Maven

<repository>
    <id>bg-repo</id>
    <url>https://repo.bg-software.com/repository/api/</url>
</repository>

<dependency>
    <groupId>com.bgsoftware</groupId>
    <artifactId>WildLoadersAPI</artifactId>
    <version>latest</version>
</dependency>

Gradle

repositories {
    maven { url 'https://repo.bg-software.com/repository/api/' }
}

dependencies {
    compileOnly 'com.bgsoftware:WildLoadersAPI:latest'
}

Updates

This plugin is provided "as is", which means no updates or new features are guaranteed. We will do our best to keep updating and pushing new updates, and you are more than welcome to contribute your time as well and make pull requests for bug fixes.

License

This plugin is licensed under GNU GPL v3.0