mirror of
https://github.com/Artillex-Studios/AxMinions.git
synced 2024-12-02 13:13:30 +01:00
FIx library loading
This commit is contained in:
parent
78b026bd4a
commit
f97bbf3e93
@ -47,7 +47,7 @@ public final class AxMinionsPlugin extends AxPlugin {
|
|||||||
@Override
|
@Override
|
||||||
public void load() {
|
public void load() {
|
||||||
BukkitLibraryManager libraryManager = new BukkitLibraryManager(this);
|
BukkitLibraryManager libraryManager = new BukkitLibraryManager(this);
|
||||||
libraryManager.configureFromJSON();
|
libraryManager.configureFromJSON("libraries.json");
|
||||||
|
|
||||||
CommandAPI.onLoad(new CommandAPIBukkitConfig(this)
|
CommandAPI.onLoad(new CommandAPIBukkitConfig(this)
|
||||||
.setNamespace("axminions")
|
.setNamespace("axminions")
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"version": 0,
|
"version": 0,
|
||||||
"repositories": [
|
"repositories": [
|
||||||
"https://repo.maven.apache.org/maven2/"
|
"https://repo.maven.apache.org/maven2/",
|
||||||
|
"https://redempt.dev/"
|
||||||
],
|
],
|
||||||
"libraries": [
|
"libraries": [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user