TechzoneMC / SonarPet

A fork of EchoPet, updated to 1.11
https://ci.techcable.net/job/SonarPet/
GNU General Public License v3.0
19 stars 16 forks source link

Dev builds don't work #101

Closed dejakob1 closed 7 years ago

dejakob1 commented 7 years ago

Build 6 works but isn't compatible with Citizens2, all build above 6 don't load on my server. Version: Spigot 1.11.2 @ Java 8

Error: [10:44:34 ERROR]: Error occurred while enabling SonarPet v1.1.0-alpha2-dev-9e0c255c (Is it up to date?)

Nothing happens when I run the /pet commands

TagCraftMC commented 7 years ago

Getting the same issue. It's trying to download libraries into a directory that ISNT running the plugin?

https://pastebin.com/MBBCpDDp

This plugin is running in factions_server not factions_mining_server...

Techcable commented 7 years ago

@dejakob1 Are you getting the same error? Apparently, java's user.home property is incorrect, so I'll work around it by checking for an AccessDeniedException.

dejakob1 commented 7 years ago

[01:46:24 ERROR]: Error occurred while enabling SonarPet v1.1.0-alpha2-dev-9e0c255c (Is it up to date?) java.lang.NullPointerException at net.techcable.sonarpet.Bootstrap.onEnable(Bootstrap.java:57) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271) ~[spigot-1.11.2.jar:git-Spigot-3fb9445-6e3cec8] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.11.2.jar:git-Spigot-3fb9445-6e3cec8] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.11.2.jar:git-Spigot-3fb9445-6e3cec8] at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:376) [spigot-1.11.2.jar:git-Spigot-3fb9445-6e3cec8] at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:326) [spigot-1.11.2.jar:git-Spigot-3fb9445-6e3cec8] at net.minecraft.server.v1_11_R1.MinecraftServer.t(MinecraftServer.java:421) [spigot-1.11.2.jar:git-Spigot-3fb9445-6e3cec8] at net.minecraft.server.v1_11_R1.MinecraftServer.l(MinecraftServer.java:382) [spigot-1.11.2.jar:git-Spigot-3fb9445-6e3cec8] at net.minecraft.server.v1_11_R1.MinecraftServer.a(MinecraftServer.java:337) [spigot-1.11.2.jar:git-Spigot-3fb9445-6e3cec8] at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot-1.11.2.jar:git-Spigot-3fb9445-6e3cec8] at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot-1.11.2.jar:git-Spigot-3fb9445-6e3cec8] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_112]

I hope this is any good :-)

Techcable commented 7 years ago

@dejakob1 I need you to gist your full logs, as there should've been errors before that.