mirror of
https://github.com/Artillex-Studios/AxMinions.git
synced 2024-11-26 12:15:57 +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
|
||||
public void load() {
|
||||
BukkitLibraryManager libraryManager = new BukkitLibraryManager(this);
|
||||
libraryManager.configureFromJSON();
|
||||
libraryManager.configureFromJSON("libraries.json");
|
||||
|
||||
CommandAPI.onLoad(new CommandAPIBukkitConfig(this)
|
||||
.setNamespace("axminions")
|
||||
|
@ -1,7 +1,8 @@
|
||||
{
|
||||
"version": 0,
|
||||
"repositories": [
|
||||
"https://repo.maven.apache.org/maven2/"
|
||||
"https://repo.maven.apache.org/maven2/",
|
||||
"https://redempt.dev/"
|
||||
],
|
||||
"libraries": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user