Plugin Request Shift - PvP Minigame

Discussion in 'Plugin Help/Development/Requests' started by Xanderpitz, Apr 25, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    ShadowTrain

    Oh and btw Xanderpitz could I add the command /shiftkillitem {killcount #} {item metadata} to the shiftkillitem? Please reply ASAP I wanna finish this and see it on your server :D
     
  2. Offline

    Xanderpitz

    Sorry for the delay, I had to rush to transfer all my server files to my new host, or face another month of overpaying for my server. >.<

    ShiftOre works great and the Nether Quartz Ore is working correctly. Just so we're clear, is there no way for Fortune to work on pickaxes with this plugin? Still getting errors in shiftscore:
    Show Spoiler
    05.05 13:32:16 [Server] INFO ... 17 more
    05.05 13:32:16 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) ~[spigot.jar:git-Spigot-2f787bd-ea28011]
    05.05 13:32:16 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_75]
    05.05 13:32:16 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_75]
    05.05 13:32:16 [Server] INFO at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
    05.05 13:32:16 [Server] INFO at code.ShiftScore.onBreak(ShiftScore.java:66) ~[?:?]
    05.05 13:32:16 [Server] INFO Caused by: java.lang.NullPointerException
    05.05 13:32:16 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.7.0_75]
    05.05 13:32:16 [Server] INFO at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554) [spigot.jar:git-Spigot-2f787bd-ea28011]
    05.05 13:32:16 [Server] INFO at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651) [spigot.jar:git-Spigot-2f787bd-ea28011]
    05.05 13:32:16 [Server] INFO at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368) [spigot.jar:git-Spigot-2f787bd-ea28011]
    05.05 13:32:16 [Server] INFO at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:710) [spigot.jar:git-Spigot-2f787bd-ea28011]
    05.05 13:32:16 [Server] INFO at net.minecraft.server.v1_8_R2.SystemUtils.a(SourceFile:60) [spigot.jar:git-Spigot-2f787bd-ea28011]
    05.05 13:32:16 [Server] INFO at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_75]
    05.05 13:32:16 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_75]
    05.05 13:32:16 [Server] INFO at net.minecraft.server.v1_8_R2.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-2f787bd-ea28011]
    05.05 13:32:16 [Server] INFO at net.minecraft.server.v1_8_R2.PacketPlayInBlockDig.a(SourceFile:10) [spigot.jar:git-Spigot-2f787bd-ea28011]
    05.05 13:32:16 [Server] INFO at net.minecraft.server.v1_8_R2.PacketPlayInBlockDig.a(SourceFile:40) [spigot.jar:git-Spigot-2f787bd-ea28011]
    05.05 13:32:16 [Server] INFO at net.minecraft.server.v1_8_R2.PlayerConnection.a(PlayerConnection.java:612) [spigot.jar:git-Spigot-2f787bd-ea28011]
    05.05 13:32:16 [Server] INFO at net.minecraft.server.v1_8_R2.PlayerInteractManager.a(PlayerInteractManager.java:215) [spigot.jar:git-Spigot-2f787bd-ea28011]
    05.05 13:32:16 [Server] INFO at net.minecraft.server.v1_8_R2.PlayerInteractManager.breakBlock(PlayerInteractManager.java:286) [spigot.jar:git-Spigot-2f787bd-ea28011]
    05.05 13:32:16 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-2f787bd-ea28011]
    05.05 13:32:16 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-2f787bd-ea28011]
    05.05 13:32:16 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-2f787bd-ea28011]
    05.05 13:32:16 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spigot.jar:git-Spigot-2f787bd-ea28011]
    05.05 13:32:16 [Server] INFO org.bukkit.event.EventException
    05.05 13:32:16 [Server] ERROR Could not pass event BlockBreakEvent to ShiftScore v1.0


    That command is part of the plugin anyway, so yes I'd hope that would be in it lol
     
  3. Offline

    pie_flavor

    @Xanderpitz Why is the log backwards? This makes absolutely no sense whatsoever.
    And yes. Fortune will not work, as I am overriding the default Minecraft block-break actions.
    And I am not sure what is causing that null-pointer. I think I know how to fix it but I might just screw it up more. Redownload.
     
  4. Offline

    Xanderpitz

    I don't know why the config is upside-down to be honest. This host decided to do it that way >.<

    Still got errors, I believe they're the same:
    Show Spoiler
    06.05 00:31:33 [Server] INFO ... 17 more
    06.05 00:31:33 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) ~[spigot.jar:git-Spigot-2f787bd-ea28011]
    06.05 00:31:33 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_75]
    06.05 00:31:33 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_75]
    06.05 00:31:33 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_75]
    06.05 00:31:33 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_75]
    06.05 00:31:33 [Server] INFO at code.ShiftScore.onBreak(ShiftScore.java:66) ~[?:?]
    06.05 00:31:33 [Server] INFO Caused by: java.lang.NullPointerException
    06.05 00:31:33 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.7.0_75]
    06.05 00:31:33 [Server] INFO at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554) [spigot.jar:git-Spigot-2f787bd-ea28011]
    06.05 00:31:33 [Server] INFO at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651) [spigot.jar:git-Spigot-2f787bd-ea28011]
    06.05 00:31:33 [Server] INFO at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368) [spigot.jar:git-Spigot-2f787bd-ea28011]
    06.05 00:31:33 [Server] INFO at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:710) [spigot.jar:git-Spigot-2f787bd-ea28011]
    06.05 00:31:33 [Server] INFO at net.minecraft.server.v1_8_R2.SystemUtils.a(SourceFile:60) [spigot.jar:git-Spigot-2f787bd-ea28011]
    06.05 00:31:33 [Server] INFO at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_75]
    06.05 00:31:33 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_75]
    06.05 00:31:33 [Server] INFO at net.minecraft.server.v1_8_R2.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-2f787bd-ea28011]
    06.05 00:31:33 [Server] INFO at net.minecraft.server.v1_8_R2.PacketPlayInBlockDig.a(SourceFile:10) [spigot.jar:git-Spigot-2f787bd-ea28011]
    06.05 00:31:33 [Server] INFO at net.minecraft.server.v1_8_R2.PacketPlayInBlockDig.a(SourceFile:40) [spigot.jar:git-Spigot-2f787bd-ea28011]
    06.05 00:31:33 [Server] INFO at net.minecraft.server.v1_8_R2.PlayerConnection.a(PlayerConnection.java:612) [spigot.jar:git-Spigot-2f787bd-ea28011]
    06.05 00:31:33 [Server] INFO at net.minecraft.server.v1_8_R2.PlayerInteractManager.a(PlayerInteractManager.java:215) [spigot.jar:git-Spigot-2f787bd-ea28011]
    06.05 00:31:33 [Server] INFO at net.minecraft.server.v1_8_R2.PlayerInteractManager.breakBlock(PlayerInteractManager.java:286) [spigot.jar:git-Spigot-2f787bd-ea28011]
    06.05 00:31:33 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-2f787bd-ea28011]
    06.05 00:31:33 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-2f787bd-ea28011]
    06.05 00:31:33 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-2f787bd-ea28011]
    06.05 00:31:33 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spigot.jar:git-Spigot-2f787bd-ea28011]
    06.05 00:31:33 [Server] INFO org.bukkit.event.EventException
    06.05 00:31:33 [Server] ERROR Could not pass event BlockBreakEvent to ShiftScore v1.0
     
  5. Offline

    pie_flavor

    @Xanderpitz Yup. I dunno then. You might wanna get someone else to do it.
    Or hey, if you don't mind ScoreboardStats, I could do that.
     
  6. Offline

    Xanderpitz

    Well, at that point I'd just buy MVdw's Featherboard plugin since it's by far the most professional looking one and it already has placeholders for mining the quartz ore. Thanks though for working on it so hard!

    Now to find someone for that pesky Shiftpath plugin lol...
     
  7. Offline

    ShadowTrain

    Sure I'll work on it as soon as I get home back from school

    #XANDERPITZ
     
  8. Offline

    Xanderpitz

    You'd be my savior lol
     
  9. Offline

    Xanderpitz

    Shadowtrain: Still need confirmation on what plugins you're working on. In the meantime, still need people to do some of the last few plugins mentioned!
     
  10. Offline

    ShadowTrain

    ShiftKillItem cus I might not have time to do the ShiftSpawn cus i got finals
     
  11. Offline

    Xanderpitz

    Alright, thanks.
     
  12. Offline

    Xanderpitz

    Bump, still need plugin help!
     
Thread Status:
Not open for further replies.

Share This Page