fixed some libraries loading
This commit is contained in:
parent
24a26cfb04
commit
ad32fe3445
1 changed files with 2 additions and 0 deletions
|
@ -56,7 +56,9 @@ public class ZNpcsPlusBootstrap extends JavaPlugin {
|
|||
loader.loadLibrary(decrypt("net..kyori"), "adventure-text-minimessage", "4.14.0");
|
||||
loader.loadLibrary(decrypt("net..kyori"), "adventure-text-serializer-bungeecord", "4.3.1");
|
||||
loader.loadLibrary(decrypt("net..kyori"), "adventure-text-serializer-gson", "4.14.0");
|
||||
loader.loadLibrary(decrypt("net..kyori"), "adventure-text-serializer-gson-legacy-impl", "4.14.0");
|
||||
loader.loadLibrary(decrypt("net..kyori"), "adventure-text-serializer-json", "4.14.0");
|
||||
loader.loadLibrary(decrypt("net..kyori"), "adventure-text-serializer-json-legacy-impl", "4.14.0");
|
||||
loader.loadLibrary(decrypt("net..kyori"), "adventure-text-serializer-legacy", "4.14.0");
|
||||
loader.loadLibrary(decrypt("net..kyori"), "examination-api", "1.3.0");
|
||||
loader.loadLibrary(decrypt("net..kyori"), "examination-string", "1.3.0");
|
||||
|
|
Loading…
Reference in a new issue