The wand does not work #31


  • New
  • Defect
Open
Assigned to _ForgeUser7596480
  • _ForgeUser8785663 created this issue Jul 10, 2013

    SWatchdog version:
    Bukkit version: 1.6.2
    Are you using tekkit? no
    What is the problem?
    I installed the plugins and typed /whelp 10 to try and enable the use of the wand. I followed the instructions and it responded with "you don't have proper permissions...". So I didn't think much of it, I just turned the server off and went into the config and set usetools to true. I started the server back up, grabbed a stick, and right clicked a block. Nada. I then looked at the console to find a "severe" warning, and sure enough, a big ol' severe code was right in front of me. If I recall correctly, this happened to me on earlier versions as well, so its not new. I really like that magic wand and would be much obliged if you could do something about it!

    Please paste an error-log:
    [SEVERE] Could not pass event PlayerInteractEvent to SWatchd
    og v1.19
    org.bukkit.event.EventException
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:427)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:62)
            at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.j
    ava:477)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:462)
            at org.bukkit.craftbukkit.v1_6_R2.event.CraftEventFactory.callPlayerInte
    ractEvent(CraftEventFactory.java:191)
            at net.minecraft.server.v1_6_R2.PlayerInteractManager.interact(PlayerInt
    eractManager.java:373)
            at net.minecraft.server.v1_6_R2.PlayerConnection.a(PlayerConnection.java
    :630)
            at net.minecraft.server.v1_6_R2.Packet15Place.handle(SourceFile:58)
            at net.minecraft.server.v1_6_R2.NetworkManager.b(NetworkManager.java:296
    )
            at net.minecraft.server.v1_6_R2.PlayerConnection.e(PlayerConnection.java
    :118)
            at net.minecraft.server.v1_6_R2.ServerConnection.b(SourceFile:37)
            at net.minecraft.server.v1_6_R2.DedicatedServerConnection.b(SourceFile:3
    0)
            at net.minecraft.server.v1_6_R2.MinecraftServer.t(MinecraftServer.java:5
    90)
            at net.minecraft.server.v1_6_R2.DedicatedServer.t(DedicatedServer.java:2
    26)
            at net.minecraft.server.v1_6_R2.MinecraftServer.s(MinecraftServer.java:4
    86)
            at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java
    :419)
            at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:5
    82)
    Caused by: java.lang.NullPointerException
            at me.Sanzennin.SWatchdog.WatcherToolUse.onStickUse(WatcherToolUse.java:
    43)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
            at java.lang.reflect.Method.invoke(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:425)
            ... 16 more
    Paste your config.txt:
    verboseStart=false
    welcome=false
    splitsMode=time
    splits=100
    splitsTime=10
    autoCleanDays=-1
    maximumRadius=50
    debug=false
    integrityOnStart=true
    autoRepair=false
    WatchAnimals=false
    WatchUser=true
    WatchExplosion=true
    WatchBurn=true
    WatchDecay=true
    WatchBucket=true
    WatchGrow=true
    WatchWaterLava=false
    WatchLava=false
    WatchFormSpread=false
    WatchNPC=false
    WatchPhysics=false
    WatchChestAccess=false
    UseTools=true

  • _ForgeUser8785663 added the tags New Defect Jul 10, 2013

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