Blockpackedevent

Discussion in 'Bukkit Help' started by Exenovskyy, Apr 17, 2020.

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

    Exenovskyy

    Code:
    [19:01:29] [Netty Epoll Server IO #1/INFO]: btlp:bridge
    [19:01:29] [Netty Epoll Server IO #1/INFO]: 9
    [19:01:30] [Netty Epoll Server IO #1/INFO]: btlp:bridge
    [19:01:30] [Netty Epoll Server IO #1/INFO]: 9
    [19:01:31] [Netty Epoll Server IO #1/INFO]: btlp:bridge
    [19:01:31] [Netty Epoll Server IO #1/INFO]: 9
    [19:01:32] [Server thread/ERROR]: Could not pass event BlockPlaceEvent to NCoreRNI v0.1
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
        at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:127) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
        at net.minecraft.server.v1_8_R3.ItemStack.placeItem(ItemStack.java:158) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
        at net.minecraft.server.v1_8_R3.PlayerInteractManager.interact(PlayerInteractManager.java:503) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
        at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:759) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
        at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:52) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
        at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:1) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
        at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_211]
        at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_211]
        at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
        at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
        at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
        at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
        at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
    Caused by: java.lang.NullPointerException
        at net.redinginer.core.listeners.BoyListener.onBlockPlace(BoyListener.java:35) ~[?:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_211]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_211]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_211]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_211]
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
        ... 18 more
    [19:01:32] [Server thread/ERROR]: Could not pass event BlockPlaceEvent to NCoreRNI v0.1
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
        at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:127) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
        at net.minecraft.server.v1_8_R3.ItemStack.placeItem(ItemStack.java:158) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
        at net.minecraft.server.v1_8_R3.PlayerInteractManager.interact(PlayerInteractManager.java:503) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
        at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:759) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
        at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:52) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
        at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:1) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
        at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_211]
        at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_211]
        at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
        at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
        at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
        at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
        at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211]
    Caused by: java.lang.NullPointerException
        at net.redinginer.core.listeners.BoyListener.onBlockPlace(BoyListener.java:35) ~[?:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_211]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_211]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_211]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_211]
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.8.8.jar:git-Spigot-db6de12-18fbb24]
        ... 18 more
    [19:01:32] [Netty Epoll Server IO #1/INFO]: btlp:bridge
    [19:01:32] [Netty Epoll Server IO #1/INFO]: 9
    [19:01:33] [Netty Epoll Server IO #1/INFO]: btlp:bridge
    [19:01:33] [Netty Epoll Server IO #1/INFO]: 9
    [19:01:34] [Server thread/INFO]: Lukas1912 issued server command: /rg remove spawn
    [19:01:34] [Netty Epoll Server IO #1/INFO]: btlp:bridge
    [19:01:34] [Netty Epoll Server IO #1/INFO]: 9
    [19:01:35] [Netty Epoll Server IO #1/INFO]: btlp:bridge
    [19:01:35] [Netty Epoll Server IO #1/INFO]: 9
    [19:01:36] [Server thread/INFO]: itueN issued server command: /shopkeeper
    [19:01:36] [Netty Epoll Server IO #1/INFO]: btlp:bridge
    [19:01:36] [Netty Epoll Server IO #1/INFO]: 9
    [19:01:37] [Server thread/INFO]: Lukas1912 issued server command: //wand
    [19:01:37] [Netty Epoll Server IO #1/INFO]: btlp:bridge
    [19:01:37] [Netty Epoll Server IO #1/INFO]: 9
    [19:01:38] [Netty Epoll Server IO #1/INFO]: btlp:bridge
    [19:01:38] [Netty Epoll Server IO #1/INFO]: 9
    [19:01:39] [Netty Epoll Server IO #1/INFO]: btlp:bridge
    [19:01:39] [Netty Epoll Server IO #1/INFO]: 9
    [19:01:40] [Netty Epoll Server IO #1/INFO]: btlp:bridge
    [19:01:40] [Netty Epoll Server IO #1/INFO]: 9
    [19:01:41] [Server thread/INFO]: itueN issued server command: /shopkeeper
    [19:01:41] [Netty Epoll Server IO #1/INFO]: btlp:bridge
    [19:01:41] [Netty Epoll Server IO #1/INFO]: 9
    [19:01:42] [Netty Epoll Server IO #1/INFO]: btlp:bridge
    [19:01:42] [Netty Epoll Server IO #1/INFO]: 9
    [19:01:43] [Server thread/INFO]: Lukas1912 issued server command: /speed 8
    [19:01:43] [Netty Epoll Server IO #1/INFO]: btlp:bridge
    [19:01:43] [Netty Epoll Server IO #1/INFO]: 9
    [19:01:44] [Netty Epoll Server IO #1/INFO]: btlp:bridge
    [19:01:44] [Netty Epoll Server IO #1/INFO]: 9
    [19:01:46] [Netty Epoll Server IO #1/INFO]: btlp:bridge
    [19:01:46] [Netty Epoll Server IO #1/INFO]: 9
    [19:01:46] [Netty Epoll Server IO #1/INFO]: btlp:bridge
    [19:01:46] [Netty Epoll Server IO #1/INFO]: 9
    
    
    
    Can u help me?
     
    Last edited by a moderator: Apr 21, 2020
  2. Offline

    timtower Administrator Administrator Moderator

    @Exenovskyy Give this error to the developer of the NCoreRNI plugin
     
  3. Offline

    Exenovskyy

    Unfortunately I do not have contact with this person because because she wrote it on an older version I could even give someone src to fix it for me
     
  4. Offline

    timtower Administrator Administrator Moderator

    Writing things for an older version is no reason to have no contact.
    Ask the developer for a fix or the source + permission to fix it.
     
  5. Offline

    Exenovskyy

    I have permission because this person allowed me to edit and give me the source code
     
  6. Offline

    timtower Administrator Administrator Moderator

    Can you prove that?
     
  7. Offline

    Exenovskyy

    Yes https://iv.pl/image/GtH1WPz

    If you want, you can use the translator to translate :O

    now I just need help because I get water and lava doesn't spill, tnt doesn't explode and I just need it to help

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
  8. Offline

    timtower Administrator Administrator Moderator

    Then we need the source.
    And is that even related to this plugin or to WorldGuard?
     
  9. Offline

    Exenovskyy

    Source code yes?
     
  10. Offline

    timtower Administrator Administrator Moderator

    How else do you want to fix the plugin?
     
  11. Offline

    Exenovskyy

    Send you here or on a private message?
     
  12. Offline

    timtower Administrator Administrator Moderator

    Here.
     
  13. Offline

    Exenovskyy

    and could you do it to make lava and tnt dissolve and tnt explode?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited: Apr 21, 2020
  14. Offline

    timtower Administrator Administrator Moderator

    If I am gonna do things then it is not changing, only fixing.
    And to be honest: I am not sure if I want to touch that.
    There are events everywhere, and I didn't even check most classes.
    And if the entire plugin is coded as that error is causing: gonna take more time than I want to spend.

    Not to forget that I have no idea what the thing does so can't really test it.
     
  15. Offline

    Exenovskyy

    ohh :( and will you try to search if you could?
     
  16. Offline

    timtower Administrator Administrator Moderator

    I can fix this single error, I know what the issue is.
    The issue is that the developer did not do a null check.



    Locked due to the requirements that I found in the plugin.
    Bungeecord requires offline mode.
    Offline mode is not supported by Bukkit
     
Thread Status:
Not open for further replies.

Share This Page