diff --git a/README.md b/README.md index 5846ba8..7ed0e2b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ -# WildLoaders - -WildLoaders - The best alternative for alts! +

+ +

The best alternative for alts!

+

+
+

+ +
+ +

## Compiling @@ -12,6 +19,39 @@ You must add yourself all the private jars or purchase access to our private rep ##### Private Jars: - 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 +``` + + + bg-repo + https://repo.bg-software.com/repository/api/ + + + + + + com.bgsoftware + WildLoadersAPI + latest + + +``` +##### 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