InventivetalentDev / Murder

Minecraft Minigame based on Murder from Garry's Mod.
https://www.spigotmc.org/resources/1052
MIT License
10 stars 3 forks source link

Plugin not working on 1.10.2 #31

Open ZakkProjects opened 7 years ago

ZakkProjects commented 7 years ago

What steps will reproduce the problem?

  1. install the plugin
  2. typed /murder to chat
  3. but the command don´t exists

What were you expecting to happen? What happened instead?

ZakkProjects commented 7 years ago

sorry https://pastebin.com/AmSUFNw2 at the end of file line 1220

InventivetalentDev commented 7 years ago

Did you reload your server? If you did, please fully restart it.

ZakkProjects commented 7 years ago

I´ve restarted server and full VPS server. But none.

techboy04 commented 7 years ago

The same thing has happened to me, but I just added everything in a private server with no mods and it seems to work alittle bit better (There is a few errors but I will post a ticket on that)

On Mon, Apr 3, 2017 at 9:37 AM, ZakkProjects notifications@github.com wrote:

I´ve restarted server and full VPS server. But none.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/InventivetalentDev/Murder/issues/31#issuecomment-291144914, or mute the thread https://github.com/notifications/unsubscribe-auth/AZckDhyV5jFxu6IZm2EHNEBIqeNmPQhVks5rsPYLgaJpZM4Mwjh0 .

ZakkProjects commented 7 years ago

It is possible that the error in any of the plugins? Since Java little confess I checked it, but no plugin does not use the same classes, and functions.

ZakkProjects commented 7 years ago

expect a global function Minecraft

ZakkProjects commented 7 years ago

Out of boredom, I went through the entire log and found the following ( https://pastebin.com/AmSUFNw2 ) : error in PacketlistenerAPI ---- line 73 error in NPClib --------- line 120 error in NPClib(2) -------line 208 error in Murder ---------line 1224 [Registry for 'Murder' already exists] Thats all errors with inventivetalent class.

techboy04 commented 7 years ago

For me, everything was updated even I checked Java and it was fine.

techboy04 commented 7 years ago

But I still had problems (I will post an Issue on it)

MagicSecret commented 5 years ago

Hey, the plugin will also not work for me

MagicSecret commented 5 years ago

This is my error:

[21:12:49 ERROR]: Error occurred while disabling Murder v3.3.1-SNAPSHOT (Is it up to date?) java.lang.NullPointerException at org.inventivetalent.murder.Murder.saveData(Murder.java:240) ~[?:?] at org.inventivetalent.murder.Murder.onDisable(Murder.java:224) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:294) ~[server.jar:git-Spigot-72c2605-251a5b6] at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:361) [server.jar:git-Spigot-72c2605-251a5b6] at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:424) [server.jar:git-Spigot-72c2605-251a5b6] at org.inventivetalent.murder.Murder.onEnable(Murder.java:160) [Murder_v3.3.1-SNAPSHOT.jar:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) [server.jar:git-Spigot-72c2605-251a5b6] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [server.jar:git-Spigot-72c2605-251a5b6] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [server.jar:git-Spigot-72c2605-251a5b6] at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugin(CraftServer.java:373) [server.jar:git-Spigot-72c2605-251a5b6] at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugins(CraftServer.java:323) [server.jar:git-Spigot-72c2605-251a5b6] at net.minecraft.server.v1_10_R1.MinecraftServer.t(MinecraftServer.java:412) [server.jar:git-Spigot-72c2605-251a5b6] at net.minecraft.server.v1_10_R1.MinecraftServer.l(MinecraftServer.java:377) [server.jar:git-Spigot-72c2605-251a5b6] at net.minecraft.server.v1_10_R1.MinecraftServer.a(MinecraftServer.java:332) [server.jar:git-Spigot-72c2605-251a5b6] at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:271) [server.jar:git-Spigot-72c2605-251a5b6] at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535) [server.jar:git-Spigot-72c2605-251a5b6] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]