Problem With PreciousStones "Peace Keeper"

Discussion in 'Bukkit Help' started by mattjtv, Nov 6, 2012.

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

    mattjtv

    So I have 4 PreciousStones configured. Entry Bouncer (Diamond Block), Grief Protection (Lapis Block), Peace Keeper (Sponge), and GodStone (Huge Mushroom, 99). But when I place a Peace Keeper, nothing happens on the server, and I get a huge error in my console that looks exactly like this:
    Code:
    20:25:36 [SEVERE] Could not pass event BlockPlaceEvent to PreciousStones v9.5.0-SNAPSHOT
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:99)
        at net.minecraft.server.ItemBlock.interactWith(ItemBlock.java:76)
        at net.minecraft.server.ItemStack.placeItem(ItemStack.java:87)
        at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:382)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:650)
        at net.minecraft.server.Packet15Place.handle(SourceFile:58)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:282)
        at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:111)
        at net.minecraft.server.ServerConnection.b(SourceFile:35)
        at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:578)
        at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:215)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:495)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:428)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:818)
    Caused by: java.lang.NullPointerException
        at net.sacredlabyrinth.Phaed.PreciousStones.managers.ForceFieldManager.isAllowed(ForceFieldManager.java:1125)
        at net.sacredlabyrinth.Phaed.PreciousStones.managers.ForceFieldManager.fieldTouchesPlayers(ForceFieldManager.java:2410)
        at net.sacredlabyrinth.Phaed.PreciousStones.listeners.PSBlockListener.placingFieldChecks(PSBlockListener.java:1243)
        at net.sacredlabyrinth.Phaed.PreciousStones.listeners.PSBlockListener.onBlockPlace(PSBlockListener.java:852)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
        ... 18 more
    >
    
    I have had no start up errors, and this is my config:
    Code:
    force-field-blocks:
    - title: Entry Bouncer
      block: 57
      radius: 5
      prevent-entry: true
      prevent-unprotectable: true
      prevent-flow: true
      enable-on-src: true
      can-change-owner: true
      hidable: true
      cuboid: true
      mask-on-disabled: 80
    - title: Grief Protection
      block: 22
      radius: 10
      prevent-fire: true
      prevent-place: true
      prevent-destroy: true
      prevent-explosions: true
      prevent-unprotectable: false
      prevent-flow: true
      welcome-message: false
      farewell-message: false
      enable-on-src: true
      can-change-owner: true
      cuboid: true
    - title: Peace Keeper
      block: 19
      radius: 10
      prevent-pvp: true
      no-player-place: true
      prevent-mob-damage: true
      protect-animals: true
      protect-mobs: true
      protect-nps: true
      hidable: true
      cuboid: true
      mask-on-disabled: 80
    - title: GodStone
      block: 99
      radius: 5
      heal: 4
      feed: 2
      repair: 25
      neutralize-potions:
      - HARM
      - CONFUSION
      - BLINDNESS
      - HUNGER
      - WEAKNESS
      - POISON
      - SLOW
      no-conflict: true
      mixing-group: 2
      cuboid: true
      mask-on-disabled: 80
    
    PLEASE HELP!
     
  2. Offline

    MyPictures

    Looks like issue in PreciousStones itself. I would contact the author and lead him to this page or just give him the error log.
     
  3. Offline

    mattjtv

    Ok. Hey @phaed420 !
     
  4. Offline

    MyPictures

    I thought more over PN or something :)
     
  5. Offline

    mattjtv

    Bump!
     
  6. Offline

    mattjtv

    Bump! Still having the problem.
     
  7. Offline

    lokpique

Thread Status:
Not open for further replies.

Share This Page