Several issues #7


  • New
  • Defect
Open
Assigned to _ForgeUser9003995
  • _ForgeUser12085785 created this issue Feb 7, 2014

    - Strange error in Console after server startup
    - Join signs having a '§' instead of a ']' (see picture)
    - Join signs displaying error on server start (could be due to the plugin being loaded after multiverse (world management plugin))
    - Lots of spell/grammar mistakes
    - Empty chests (not sure, haven't tested (are they supposed to be empty until the game starts?))

    Server version:
    spigot-1.7.2-R0.3-SNAPSHOT

    Plugin version:
    vAlpha 0.1.3

    Error log:
    [13:00:19] [Server thread/ERROR]: Error occurred while enabling SurvivalGames vAlpha 0.1.3 (Is it up to date?)
    java.lang.NullPointerException
        at org.bukkit.Location.getBlock(Location.java:82) ~[spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at me.maker56.survivalgames.sign.SignManager.updateSigns(SignManager.java:53) ~[?:?]
        at me.maker56.survivalgames.SurvivalGames.onEnable(SurvivalGames.java:70) ~[?:?]
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:218) ~[spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:385) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:302) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:284) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:348) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:325) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:281) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:184) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:430) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
    [13:00:19]

    Additional info:
    'WoodShade' is the name of my test survival games.

    Haven't seen any further issues, call me if you need more info.

    [NEW] Conflict with other plugins:

    - GriefPrevention (http://dev.bukkit.org/bukkit-plugins/grief-prevention/)
    - HomeSpawnPlus (http://dev.bukkit.org/bukkit-plugins/homespawnplus/)
    - Healthbar (http://dev.bukkit.org/bukkit-plugins/health-bar/)
    - Multiverse-Core (http://dev.bukkit.org/bukkit-plugins/multiverse-core/)

    This huge error occured after I tried to join a game using: /sg join <name>

    Weird thing is: It used to work, now it doesn't. What I did was:

    - Created a second Survival Games map.
    - Re-created the first one because I wanted a different name.

    Now the first one works but the second one doesn't.

    [11:26:03] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to GriefPrevention v7.7
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) ~[spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30) ~[spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:482) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:467) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.craftbukkit.v1_7_R1.entity.CraftPlayer.teleport(CraftPlayer.java:445) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.craftbukkit.v1_7_R1.entity.CraftEntity.teleport(CraftEntity.java:200) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at me.maker56.survivalgames.game.Game.join(Game.java:66) [SurvivalGames.jar:?]
        at me.maker56.survivalgames.user.UserManager.joinGame(UserManager.java:43) [SurvivalGames.jar:?]
        at me.maker56.survivalgames.commands.CommandSG.onCommand(CommandSG.java:67) [SurvivalGames.jar:?]
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:196) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchCommand(CraftServer.java:546) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.PlayerConnection.handleCommand(PlayerConnection.java:940) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:815) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.PacketPlayInChat.a(PacketPlayInChat.java:28) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.PacketPlayInChat.handle(PacketPlayInChat.java:65) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:147) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:657) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:259) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:540) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:446) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
    Caused by: java.lang.NullPointerException
        at me.ryanhamshire.GriefPrevention.DataStore.getChunk(DataStore.java:1238) ~[?:?]
        at me.ryanhamshire.GriefPrevention.DataStore.getClaimAt(DataStore.java:408) ~[?:?]
        at me.ryanhamshire.GriefPrevention.PlayerEventHandler.onPlayerTeleport(PlayerEventHandler.java:727) ~[?:?]
        at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source) ~[?:?]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_51]
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425) ~[spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        ... 23 more
    [11:26:03] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to HomeSpawnPlus v1.7.7.2
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) ~[spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30) ~[spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:482) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:467) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.craftbukkit.v1_7_R1.entity.CraftPlayer.teleport(CraftPlayer.java:445) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.craftbukkit.v1_7_R1.entity.CraftEntity.teleport(CraftEntity.java:200) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at me.maker56.survivalgames.game.Game.join(Game.java:66) [SurvivalGames.jar:?]
        at me.maker56.survivalgames.user.UserManager.joinGame(UserManager.java:43) [SurvivalGames.jar:?]
        at me.maker56.survivalgames.commands.CommandSG.onCommand(CommandSG.java:67) [SurvivalGames.jar:?]
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:196) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchCommand(CraftServer.java:546) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.PlayerConnection.handleCommand(PlayerConnection.java:940) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:815) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.PacketPlayInChat.a(PacketPlayInChat.java:28) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.PacketPlayInChat.handle(PacketPlayInChat.java:65) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:147) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:657) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:259) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:540) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:446) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
    Caused by: java.lang.NullPointerException
        at org.morganm.homespawnplus.listener.HSPPlayerListener.onPlayerTeleport(HSPPlayerListener.java:409) ~[?:?]
        at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source) ~[?:?]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_51]
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425) ~[spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        ... 23 more
    [11:26:03] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to HealthBar v1.8.2
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) ~[spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30) ~[spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:482) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:467) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.craftbukkit.v1_7_R1.entity.CraftPlayer.teleport(CraftPlayer.java:445) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.craftbukkit.v1_7_R1.entity.CraftEntity.teleport(CraftEntity.java:200) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at me.maker56.survivalgames.game.Game.join(Game.java:66) [SurvivalGames.jar:?]
        at me.maker56.survivalgames.user.UserManager.joinGame(UserManager.java:43) [SurvivalGames.jar:?]
        at me.maker56.survivalgames.commands.CommandSG.onCommand(CommandSG.java:67) [SurvivalGames.jar:?]
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:196) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchCommand(CraftServer.java:546) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.PlayerConnection.handleCommand(PlayerConnection.java:940) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:815) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.PacketPlayInChat.a(PacketPlayInChat.java:28) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.PacketPlayInChat.handle(PacketPlayInChat.java:65) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:147) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:657) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:259) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:540) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:446) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
    Caused by: java.lang.NullPointerException
        at com.gmail.filoghost.healthbar.MiscListeners.playerTeleport(MiscListeners.java:225) ~[?:?]
        at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[?:?]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_51]
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425) ~[spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        ... 23 more
    [11:26:03] [Server thread/ERROR]: Could not pass event PlayerTeleportEvent to Multiverse-Core v2.5-b654
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) ~[spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30) ~[spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:482) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:467) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.craftbukkit.v1_7_R1.entity.CraftPlayer.teleport(CraftPlayer.java:445) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.craftbukkit.v1_7_R1.entity.CraftEntity.teleport(CraftEntity.java:200) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at me.maker56.survivalgames.game.Game.join(Game.java:66) [SurvivalGames.jar:?]
        at me.maker56.survivalgames.user.UserManager.joinGame(UserManager.java:43) [SurvivalGames.jar:?]
        at me.maker56.survivalgames.commands.CommandSG.onCommand(CommandSG.java:67) [SurvivalGames.jar:?]
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:196) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchCommand(CraftServer.java:546) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.PlayerConnection.handleCommand(PlayerConnection.java:940) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:815) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.PacketPlayInChat.a(PacketPlayInChat.java:28) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.PacketPlayInChat.handle(PacketPlayInChat.java:65) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:147) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:657) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:259) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:540) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:446) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
    Caused by: java.lang.NullPointerException
        at com.onarandombox.MultiverseCore.listeners.MVPlayerListener.playerTeleport(MVPlayerListener.java:178) ~[?:?]
        at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown Source) ~[?:?]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_51]
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425) ~[spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        ... 23 more
    [11:26:03] [Server thread/ERROR]: null
    org.bukkit.command.CommandException: Unhandled exception executing command 'sg' in plugin SurvivalGames vAlpha 0.1.3
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:196) ~[spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchCommand(CraftServer.java:546) ~[spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.PlayerConnection.handleCommand(PlayerConnection.java:940) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:815) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.PacketPlayInChat.a(PacketPlayInChat.java:28) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.PacketPlayInChat.handle(PacketPlayInChat.java:65) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:147) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:657) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:259) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:540) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:446) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
    Caused by: java.lang.NullPointerException
        at org.bukkit.craftbukkit.v1_7_R1.entity.CraftPlayer.teleport(CraftPlayer.java:463) ~[spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at org.bukkit.craftbukkit.v1_7_R1.entity.CraftEntity.teleport(CraftEntity.java:200) ~[spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        at me.maker56.survivalgames.game.Game.join(Game.java:66) ~[?:?]
        at me.maker56.survivalgames.user.UserManager.joinGame(UserManager.java:43) ~[?:?]
        at me.maker56.survivalgames.commands.CommandSG.onCommand(CommandSG.java:67) ~[?:?]
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.7.2-R0.3-SNAPSHOT.jar:git-Spigot-1207]
        ... 13 more
    [11:26:07]

  • _ForgeUser12085785 added the tags New Defect Feb 7, 2014
  • _ForgeUser12085785 added an attachment 2014-02-08_07.25.46.png Feb 7, 2014

    2014-02-08_07.25.46.png

    <p>Searching</p>

  • _ForgeUser12085785 added an attachment 2014-02-07_13.07.25.png Feb 7, 2014

    2014-02-07_13.07.25.png

    <p>Error</p>

  • _ForgeUser9003995 posted a comment Feb 7, 2014

    Hello,

    thank you for the report. Thats help to improve the plugin.

    Do you use a multi-World plugin? Can you try to put the sign in the main world of the server? It may be that the error occurred because the world in which the sign is, loaded after my plugin. Sorry, I'll fix that in the next version.

    The sign shows a § because the name is too long. Thats a problem ;) I'm considering a solution for the next version.

    Sorry for the grammar misstakes, I'm live in germany. I'll rewrite the message.yml...

    To save performance, the plugin fills the chests when you it. Only ingame players can see the content of the chests ;)

    Sorry for all the bugs and misstakes. Thats the reason beacause the plugin is still in alpha.

    maker56 :)

  • _ForgeUser12085785 posted a comment Feb 7, 2014

    I'm using multiverse (multi-world plugin) http://dev.bukkit.org/bukkit-plugins/multiverse-core/

    Multiverse is being loaded before your plugin, the sign on the image is in my main world. The Survival games arena/lobby has it's own world, it also has a sign in that world, which has the same error.

    I don't want to always have my survival games worlds loaded by default but even on auto-load (survival games world being loaded before the sg plugin) it has the same error. Also, if you unload the Survivalgames world (that has the arena in it), and then load it again, any sign will be stuck on 'Searching...' (see image)

    I will test soon if everything works with the survival games itself.

  • _ForgeUser12085785 edited description Feb 7, 2014
  • _ForgeUser12085785 edited description Feb 8, 2014

To post a comment, please login or register a new account.