I Have Erros In My PLugin

Discussion in 'Plugin Development' started by NIKO2014, Jul 23, 2014.

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

    NIKO2014

    Hello, I am new to this forum and I have some errors in my plugins!


    ERROR Level Messages

    #
    Thread
    Error
    Times Seen
    First Seen
    Last Seen
    Details
    200 Server thread [tKits] tKits v1.​0 attempted to register an invalid EventHandler method signature "public boolean testepl.​Admin.​onCommand(org.​bukkit.​command.​CommandSender,org.​bukkit.​command.​Command,java.​lang.​String,java.​lang.​String[])" in class testepl.​Admin 1 10:26:04 10:26:04
    201 Server thread [tKits] tKits v1.​0 attempted to register an invalid EventHandler method signature "public boolean testepl.​PvPon.​onCommand(org.​bukkit.​command.​CommandSender,org.​bukkit.​command.​Command,java.​lang.​String,java.​lang.​String[])" in class testepl.​PvPon 1 10:26:04 10:26:04
    229 Server thread [Citizens] Unable to find Rhino classes - javascript scripts won't see non-CraftBukkit classes 1 10:26:05 10:26:05
    301 Server thread Could not pass event PlayerInteractEvent to tKits v1.​0 3142 10:27:10 11:30:42
    1048 Server thread Could not pass event PlayerDeathEvent to tKits v1.​0 8 10:30:11 11:30:58
    15120 Server thread Could not pass event EntityDamageByEntityEvent to Essentials v2.​13.​1 4 10:34:51 10:53:17
    60467 Server thread null 1 11:23:16 11:23:16

    Who Can Help Me And Fix It ?
     
  2. Offline

    xmarinusx

    NIKO2014
    Please give us the error you got in the console, and paste it inside
    Code:
    
    
    so it's better readable for us.
     
  3. Offline

    Traks

    You shouldn't mark onCommand methods with the EventHandler annotation. It doesn't listen to events, it handles commands.
     
  4. Offline

    NIKO2014

    23.07 08:20:55 [Server] INFO ... 15 more
    23.07 08:20:55 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425) ~[custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:55 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_55]
    23.07 08:20:55 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_55]
    23.07 08:20:55 [Server] INFO at sun.reflect.GeneratedMethodAccessor58.invoke(Unknown Source) ~[?:?]
    23.07 08:20:55 [Server] INFO at testepl.Main.onVacuum(Main.java:73) ~[?:?]
    23.07 08:20:55 [Server] INFO Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_7_R1.entity.CraftItem cannot be cast to org.bukkit.entity.Player
    23.07 08:20:55 [Server] INFO at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:55 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:55 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:55 [Server] INFO at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:55 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:55 [Server] INFO at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:55 [Server] INFO at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:55 [Server] INFO at net.minecraft.server.v1_7_R1.PacketPlayInBlockPlace.handle(SourceFile:9) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:55 [Server] INFO at net.minecraft.server.v1_7_R1.PacketPlayInBlockPlace.a(SourceFile:60) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:55 [Server] INFO at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:628) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:55 [Server] INFO at net.minecraft.server.v1_7_R1.PlayerInteractManager.interact(PlayerInteractManager.java:374) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:55 [Server] INFO at org.bukkit.craftbukkit.v1_7_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:191) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:55 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:466) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:55 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:481) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:55 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:55 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) ~[custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:55 [Server] INFO org.bukkit.event.EventException
    23.07 08:20:55 [Server] ERROR Could not pass event PlayerInteractEvent to tKits v1.0
    23.07 08:20:52 [Server] INFO Mina has been reset automatically!
    23.07 08:20:50 [Server] INFO LukGamer_: to sendo disconectado
    23.07 08:20:48 [Server] INFO nunix20004 left the Game at KingKits!
    23.07 08:20:48 [Disconnect] User nunix20004 has disconnected, reason: Disconnected
    23.07 08:20:44 [Multicraft] LukGamer_ ran command Message of the Day
    23.07 08:20:44 [Connect] User LukGamer_, IP
    23.07 08:20:43 [Server] INFO Pro: Saimon87
    23.07 08:20:43 [Server] INFO default: LukGamer_, NIKOjoulua2001, nunix20004
    23.07 08:20:43 [Multicraft] Skipped 20 lines due to rate limit (30/s)
    23.07 08:20:42 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:481) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:42 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:42 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) ~[custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:42 [Server] INFO org.bukkit.event.EventException
    23.07 08:20:42 [Server] ERROR Could not pass event PlayerInteractEvent to tKits v1.0
    23.07 08:20:42 [Server] INFO ... 15 more
    23.07 08:20:42 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425) ~[custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:42 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_55]
    23.07 08:20:42 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_55]
    23.07 08:20:42 [Server] INFO at sun.reflect.GeneratedMethodAccessor58.invoke(Unknown Source) ~[?:?]
    23.07 08:20:42 [Server] INFO at testepl.Main.onVacuum(Main.java:73) ~[?:?]
    23.07 08:20:42 [Server] INFO Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_7_R1.entity.CraftItem cannot be cast to org.bukkit.entity.Player
    23.07 08:20:42 [Server] INFO at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:42 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:42 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:42 [Server] INFO at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:42 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:42 [Server] INFO at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:42 [Server] INFO at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:42 [Server] INFO at net.minecraft.server.v1_7_R1.PacketPlayInBlockPlace.handle(SourceFile:9) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:42 [Server] INFO at net.minecraft.server.v1_7_R1.PacketPlayInBlockPlace.a(SourceFile:60) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:42 [Server] INFO at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:604) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:42 [Server] INFO at org.bukkit.craftbukkit.v1_7_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:161) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:42 [Server] INFO at org.bukkit.craftbukkit.v1_7_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:191) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:42 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:466) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:42 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:481) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:42 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:42 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) ~[custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:42 [Server] INFO org.bukkit.event.EventException
    23.07 08:20:42 [Server] ERROR Could not pass event PlayerInteractEvent to tKits v1.0
    23.07 08:20:39 [Multicraft] LukGamer_ ran command Message of the Day
    23.07 08:20:39 [Connect] User LukGamer_, IP 177.69.188.169
    23.07 08:20:39 [Server] INFO Injecting permissible for LukGamer_
    23.07 08:20:39 [Multicraft] Skipped 86 lines due to rate limit (30/s)
    23.07 08:20:35 [Server] INFO at net.minecraft.util.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:35 [Server] INFO at net.minecraft.util.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:480) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:35 [Server] INFO at net.minecraft.util.io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:100) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:35 [Server] INFO at net.minecraft.util.io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:35 [Server] INFO at net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:35 [Server] INFO at net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:35 [Server] INFO at net.minecraft.util.io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:149) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:35 [Server] INFO at net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:35 [Server] INFO at net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:35 [Server] INFO at net.minecraft.util.io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:173) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:35 [Server] INFO at net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:35 [Server] INFO at net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:35 [Server] INFO at net.minecraft.util.io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:173) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:35 [Server] INFO at net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:35 [Server] INFO at net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:35 [Server] INFO at net.minecraft.util.io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:35 [Server] INFO at net.minecraft.server.v1_7_R1.NetworkManager.channelRead0(NetworkManager.java:192) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:35 [Server] INFO at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:72) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:35 [Server] INFO at net.minecraft.server.v1_7_R1.PacketPlayInChat.handle(PacketPlayInChat.java:47) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:35 [Server] INFO at net.minecraft.server.v1_7_R1.PacketPlayInChat.a(PacketPlayInChat.java:28) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:35 [Server] INFO at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:828) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:35 [Server] INFO at net.minecraft.server.v1_7_R1.PlayerConnection.chat(PlayerConnection.java:858) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:35 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:463) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:35 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:481) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:35 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:35 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) ~[custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:35 [Server] INFO org.bukkit.event.EventException
    23.07 08:20:35 [Server] ERROR Could not pass event AsyncPlayerChatEvent to ChatManager v0.5
    23.07 08:20:35 [Server] INFO LukGamer_ left the Game at KingKits!
    23.07 08:20:35 [Disconnect] User LukGamer_ has disconnected, reason: You have been kicked for repeated bad language
    23.07 08:20:33 [Server] INFO nunix20004: :/
    23.07 08:20:32 [Server] INFO nunix20004: e ainda n deu dono
    23.07 08:20:31 [Multicraft] LukGamer_ ran command Message of the Day
    23.07 08:20:31 [Connect] User LukGamer_, IP
    23.07 08:20:28 [Multicraft] LukGamer_ ran command Message of the Day
    23.07 08:20:28 [Connect] User LukGamer_, IP 177.69.188.169
    23.07 08:20:28 [Server] INFO Injecting permissible for LukGamer_
    23.07 08:20:24 [Server] INFO nunix20004: voltei mas ja tenho de ir
    23.07 08:20:19 [Multicraft] nunix20004 ran command Message of the Day
    23.07 08:20:19 [Connect] User nunix20004, IP
    23.07 08:20:19 [Multicraft] Skipped 87 lines due to rate limit (30/s)
    23.07 08:20:18 [Server] INFO at net.minecraft.util.io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:18 [Server] INFO at net.minecraft.util.io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:480) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:18 [Server] INFO at net.minecraft.util.io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:100) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:18 [Server] INFO at net.minecraft.util.io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:18 [Server] INFO at net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:18 [Server] INFO at net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:18 [Server] INFO at net.minecraft.util.io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:149) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:18 [Server] INFO at net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:18 [Server] INFO at net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:18 [Server] INFO at net.minecraft.util.io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:173) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 08:20:18 [Server] INFO at net.minecraft.util.io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
     
  5. Offline

    fefe2008

  6. Offline

    ZodiacTheories

  7. Offline

    NIKO2014

    Im Not a Cooder U Want Upload a Plugin?
     
  8. Offline

    ZodiacTheories

    NIKO2014

    This should go in the Plugin Requests section then :)
     
  9. Offline

    NIKO2014

    Why?

    Code:
    [tKits] tKits v1.0 attempted to register an invalid EventHandler method signature "public boolean testepl.PvPon.onCommand(org.bukkit.command.CommandSender,org.bukkit.command.Command,java.lang.String,java.lang.String[])" in class testepl.PvPon
    [​IMG]

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 9, 2016
  10. Offline

    SkyleTyler1337

    yeah code ?
     
  11. Offline

    NIKO2014

    yes


    Code:
    23.07 10:53:20 [Server] INFO ... 15 more
    23.07 10:53:20 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425) ~[custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:20 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_55]
    23.07 10:53:20 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_55]
    23.07 10:53:20 [Server] INFO at sun.reflect.GeneratedMethodAccessor55.invoke(Unknown Source) ~[?:?]
    23.07 10:53:20 [Server] INFO at testepl.Main.onVacuum(Main.java:73) ~[?:?]
    23.07 10:53:20 [Server] INFO Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_7_R1.entity.CraftItem cannot be cast to org.bukkit.entity.Player
    23.07 10:53:20 [Server] INFO at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:20 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:20 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:20 [Server] INFO at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:20 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:20 [Server] INFO at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:20 [Server] INFO at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:20 [Server] INFO at net.minecraft.server.v1_7_R1.PacketPlayInArmAnimation.handle(SourceFile:9) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:20 [Server] INFO at net.minecraft.server.v1_7_R1.PacketPlayInArmAnimation.a(SourceFile:43) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:20 [Server] INFO at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:978) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:20 [Server] INFO at org.bukkit.craftbukkit.v1_7_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:161) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:20 [Server] INFO at org.bukkit.craftbukkit.v1_7_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:191) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:20 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:466) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:20 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:481) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:20 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:20 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) ~[custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:20 [Server] INFO org.bukkit.event.EventException
    23.07 10:53:20 [Server] ERROR Could not pass event PlayerInteractEvent to tKits v1.0
    23.07 10:53:19 [Multicraft] Skipped 70 lines due to rate limit (30/s)
    23.07 10:53:17 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:481) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:17 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:17 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) ~[custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:17 [Server] INFO org.bukkit.event.EventException
    23.07 10:53:17 [Server] ERROR Could not pass event PlayerInteractEvent to tKits v1.0
    23.07 10:53:17 [Server] INFO ... 15 more
    23.07 10:53:17 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425) ~[custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:17 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_55]
    23.07 10:53:17 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_55]
    23.07 10:53:17 [Server] INFO at sun.reflect.GeneratedMethodAccessor55.invoke(Unknown Source) ~[?:?]
    23.07 10:53:17 [Server] INFO at testepl.Main.onVacuum(Main.java:73) ~[?:?]
    23.07 10:53:17 [Server] INFO Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_7_R1.entity.CraftItem cannot be cast to org.bukkit.entity.Player
    23.07 10:53:17 [Server] INFO at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:17 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:17 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:17 [Server] INFO at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:17 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:17 [Server] INFO at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:17 [Server] INFO at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:17 [Server] INFO at net.minecraft.server.v1_7_R1.PacketPlayInBlockPlace.handle(SourceFile:9) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:17 [Server] INFO at net.minecraft.server.v1_7_R1.PacketPlayInBlockPlace.a(SourceFile:60) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:17 [Server] INFO at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:628) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:17 [Server] INFO at net.minecraft.server.v1_7_R1.PlayerInteractManager.interact(PlayerInteractManager.java:374) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:17 [Server] INFO at org.bukkit.craftbukkit.v1_7_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:191) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:17 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:466) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:17 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:481) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:17 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:17 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) ~[custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:17 [Server] INFO org.bukkit.event.EventException
    23.07 10:53:17 [Server] ERROR Could not pass event PlayerInteractEvent to tKits v1.0
    23.07 10:53:17 [Multicraft] Skipped 70 lines due to rate limit (30/s)
    23.07 10:53:14 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:481) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:14 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:14 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) ~[custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:14 [Server] INFO org.bukkit.event.EventException
    23.07 10:53:14 [Server] ERROR Could not pass event PlayerInteractEvent to tKits v1.0
    23.07 10:53:14 [Server] INFO ... 15 more
    23.07 10:53:14 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425) ~[custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:14 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_55]
    23.07 10:53:14 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_55]
    23.07 10:53:14 [Server] INFO at sun.reflect.GeneratedMethodAccessor55.invoke(Unknown Source) ~[?:?]
    23.07 10:53:14 [Server] INFO at testepl.Main.onVacuum(Main.java:73) ~[?:?]
    23.07 10:53:14 [Server] INFO Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_7_R1.entity.CraftSheep cannot be cast to org.bukkit.entity.Player
    23.07 10:53:14 [Server] INFO at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:14 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:14 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:14 [Server] INFO at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:14 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:14 [Server] INFO at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:14 [Server] INFO at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:14 [Server] INFO at net.minecraft.server.v1_7_R1.PacketPlayInArmAnimation.handle(SourceFile:9) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:14 [Server] INFO at net.minecraft.server.v1_7_R1.PacketPlayInArmAnimation.a(SourceFile:43) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:14 [Server] INFO at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:978) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:14 [Server] INFO at org.bukkit.craftbukkit.v1_7_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:161) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:14 [Server] INFO at org.bukkit.craftbukkit.v1_7_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:191) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:14 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:466) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:14 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:481) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:14 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:14 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) ~[custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:14 [Server] INFO org.bukkit.event.EventException
    23.07 10:53:14 [Server] ERROR Could not pass event PlayerInteractEvent to tKits v1.0
    23.07 10:53:14 [Multicraft] Skipped 71 lines due to rate limit (30/s)
    23.07 10:53:13 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:481) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:13 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:13 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) ~[custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:13 [Server] INFO org.bukkit.event.EventException
    23.07 10:53:13 [Server] ERROR Could not pass event PlayerInteractEvent to tKits v1.0
    23.07 10:53:12 [Server] INFO ... 15 more
    23.07 10:53:12 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425) ~[custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:12 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_55]
    23.07 10:53:12 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_55]
    23.07 10:53:12 [Server] INFO at sun.reflect.GeneratedMethodAccessor55.invoke(Unknown Source) ~[?:?]
    23.07 10:53:12 [Server] INFO at testepl.Main.onVacuum(Main.java:73) ~[?:?]
    23.07 10:53:12 [Server] INFO Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_7_R1.entity.CraftItem cannot be cast to org.bukkit.entity.Player
    23.07 10:53:12 [Server] INFO at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:12 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:12 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:12 [Server] INFO at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:12 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:12 [Server] INFO at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:12 [Server] INFO at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:12 [Server] INFO at net.minecraft.server.v1_7_R1.PacketPlayInBlockPlace.handle(SourceFile:9) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:12 [Server] INFO at net.minecraft.server.v1_7_R1.PacketPlayInBlockPlace.a(SourceFile:60) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:12 [Server] INFO at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:604) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:12 [Server] INFO at org.bukkit.craftbukkit.v1_7_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:161) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:12 [Server] INFO at org.bukkit.craftbukkit.v1_7_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:191) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:12 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:466) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:12 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:481) [custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:12 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:12 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) ~[custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    23.07 10:53:12 [Server] INFO org.bukkit.event.EventException
    23.07 10:53:12 [Server] ERROR Could not pass event PlayerInteractEvent to tKits v1.0
    23.07 10:53:12 [Multicraft] Skipped 21 lines due to rate limit (30/s)
    23.07 10:53:11 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[custom_server.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    
     
  12. Offline

    SkyleTyler1337

    Code:
    23.07 10:53:12 [Server] ERROR Could not pass event PlayerInteractEvent to tKits v1.0
    some where in your Listener
     
  13. Offline

    ZodiacTheories

    Main class?
     
  14. Offline

    Traks

    That, and you're trying to cast several objects to Player, which don't implement Player in any way.
     
  15. Offline

    NIKO2014

    you want listener code and main code?

    Main Class





    Code:
    Êþº¾  3ä  testepl/Main  !org/bukkit/plugin/java/JavaPlugin  org/bukkit/event/Listener italic Lorg/bukkit/ChatColor; bold admin Ltestepl/Admin; pvpmode Ltestepl/PvPon;
    generateGlass Z oldl Ljava/util/HashMap;    Signature <Ljava/util/HashMap<Ljava/lang/String;Lorg/bukkit/Location;>; fighting 9Ljava/util/HashMap<Ljava/lang/String;Ljava/lang/String;>; blocks TLjava/util/HashMap<Ljava/lang/Integer;Ljava/util/ArrayList<Lorg/bukkit/Location;>;>; players ;Ljava/util/HashMap<Ljava/lang/Integer;[Ljava/lang/String;>; tasks :Ljava/util/HashMap<Ljava/lang/String;Ljava/lang/Integer;>; nextID I <clinit> ()V Code    " $ # org/bukkit/ChatColor %  ITALIC     '      " ) *  BOLD     ,       LineNumberTable LocalVariableTable <init>
     1 /  3
    testepl/Admin
    2 1     6
     8
    testepl/PvPon
    7 1     ; 
         =   ? java/util/HashMap
    > 1     B       D       F       H       J      L   this Ltestepl/Main; onEnable
     Q R S    getServer ()Lorg/bukkit/Server; U W V org/bukkit/Server X Y getPluginManager #()Lorg/bukkit/plugin/PluginManager; [ ] \ org/bukkit/plugin/PluginManager ^ _ registerEvents 8(Lorg/bukkit/event/Listener;Lorg/bukkit/plugin/Plugin;)V
     a b c    getLogger ()Ljava/util/logging/Logger; e java/lang/StringBuilder
    d 1    " h i  GOLD
    d k l m append -(Ljava/lang/Object;)Ljava/lang/StringBuilder; o ShKits Ativado!
    d q l r -(Ljava/lang/String;)Ljava/lang/StringBuilder;
    d t u v toString ()Ljava/lang/String;
    x z y java/util/logging/Logger { | info (Ljava/lang/String;)V
     ~  €    getConfig 3()Lorg/bukkit/configuration/file/FileConfiguration;
    ‚ „ ƒ /org/bukkit/configuration/file/FileConfiguration … † options :()Lorg/bukkit/configuration/file/FileConfigurationOptions;
    ˆ Š ‰ 6org/bukkit/configuration/file/FileConfigurationOptions ‹ Œ copyDefaults ;(Z)Lorg/bukkit/configuration/file/FileConfigurationOptions;
     Ž  
    saveConfig ‘ tag
     “ ” •
    getCommand 6(Ljava/lang/String;)Lorg/bukkit/command/PluginCommand; — testepl/Tag
    – 1
    š œ ›  org/bukkit/command/PluginCommand  ž setExecutor '(Lorg/bukkit/command/CommandExecutor;)V
     
    ¢ Q £ org/bukkit/Bukkit
    anvilplace +(Lorg/bukkit/event/block/BlockPlaceEvent;)V RuntimeVisibleAnnotations Lorg/bukkit/event/EventHandler;
    © « ª &org/bukkit/event/block/BlockPlaceEvent ¬  getBlock ()Lorg/bukkit/block/Block; ¯ ± ° org/bukkit/block/Block ² ³ getType ()Lorg/bukkit/Material;    µ · ¶ org/bukkit/Material ¸ ¹ ANVIL Lorg/bukkit/Material;    µ » ¼ ¹
    IRON_FENCE
    © ¾ ¿ À setCancelled (Z)V e (Lorg/bukkit/event/block/BlockPlaceEvent; b Lorg/bukkit/block/Block;
    StackMapTable onVacuum 0(Lorg/bukkit/event/player/PlayerInteractEvent;)V
    É Ë Ê +org/bukkit/event/player/PlayerInteractEvent Ì Í    getPlayer ()Lorg/bukkit/entity/Player;@8       Ñ Ó Ò org/bukkit/entity/Player Ô Õ getNearbyEntities (DDD)Ljava/util/List; × Ù Ø java/util/List Ú Û iterator ()Ljava/util/Iterator; Ý ß Þ java/util/Iterator à á next ()Ljava/lang/Object; ã org/bukkit/entity/Entity Ñ å æ ç
    getItemInHand "()Lorg/bukkit/inventory/ItemStack;
    é ± ê org/bukkit/inventory/ItemStack    µ ì í ¹ EYE_OF_ENDER Ñ ï ð ñ getLocation ()Lorg/bukkit/Location;
    ó õ ô org/bukkit/Location ö ÷ getY ()D?à     
    ó û ü ý setY (D)V¿´záG®{
    ó distance (Lorg/bukkit/Location;)D?±ë…¸Qì
    ó ÷ getX?ž¸Që…¸
    ó
    ÷ getZ Ñ getVelocity ()Lorg/bukkit/util/Vector;
     org/bukkit/util/Vector setX (D)Lorg/bukkit/util/Vector;
     ü
     setZ Ñ  setVelocity (Lorg/bukkit/util/Vector;)V Ý"#$ hasNext ()Z event -Lorg/bukkit/event/player/PlayerInteractEvent; p Lorg/bukkit/entity/Player; nearby Lorg/bukkit/entity/Entity; targetplayer lc Lorg/bukkit/Location; to g D d t v_x v_y v_z v Lorg/bukkit/util/Vector;    onVacuum3
    É:;<    getAction !()Lorg/bukkit/event/block/Action;
    > t? org/bukkit/event/block/ActionA RIGHT
    CED java/lang/StringFG contains (Ljava/lang/CharSequence;)Z
    ÉIJ ç getItem
    É ¾ onDrop 0(Lorg/bukkit/event/player/PlayerDropItemEvent;)V
    OQP +org/bukkit/event/player/PlayerDropItemEventRS getItemDrop ()Lorg/bukkit/entity/Item;UWV org/bukkit/entity/ItemX ç getItemStack
    O ¾ -Lorg/bukkit/event/player/PlayerDropItemEvent; onDrop2 onDrop3
    onPlayerDeath -(Lorg/bukkit/event/entity/PlayerDeathEvent;)V
    `ba (org/bukkit/event/entity/PlayerDeathEventcd getDrops ()Ljava/util/List;
    éfgh equals (Ljava/lang/Object;)Z ×jkh remove *Lorg/bukkit/event/entity/PlayerDeathEvent; item  Lorg/bukkit/inventory/ItemStack; hulk 6(Lorg/bukkit/event/player/PlayerInteractEntityEvent;)V
    r Ës 1org/bukkit/event/player/PlayerInteractEntityEvent
    ruvw getRightClicked ()Lorg/bukkit/entity/Entity; Ñyz$ isInsideVehicle Ñ|}~ setPassenger (Lorg/bukkit/entity/Entity;)Z    "€  GRAYƒ Voce foi pego por um    "…†  GREENˆ  HULK Š AperteŒ  SHIFT Ž para se livrar ѐ‘ | sendMessage 3Lorg/bukkit/event/player/PlayerInteractEntityEvent;    carregado onHulkThrow Ñ–—w getPassenger    >™š› LEFT_CLICK_AIR Lorg/bukkit/event/block/Action;    µž ¹ AIR â ¡¢ teleport (Lorg/bukkit/Location;)Z
    ¤ /¥ (III)V â onKangafalldamage .(Lorg/bukkit/event/entity/EntityDamageEvent;)V
    ª¬« )org/bukkit/event/entity/EntityDamageEventw    getEntity    µ¯° ¹ FIREWORK
    ª²³´ getCause 9()Lorg/bukkit/event/entity/EntityDamageEvent$DamageCause;    ¶¸· 5org/bukkit/event/entity/EntityDamageEvent$DamageCause¹º FALL 7Lorg/bukkit/event/entity/EntityDamageEvent$DamageCause;@     
    ª¾¿ ý    setDamage +Lorg/bukkit/event/entity/EntityDamageEvent;
    onKangaroo
    ó «    ÄÆÅ org/bukkit/block/BlockFaceÇÈ DOWN Lorg/bukkit/block/BlockFace; ¯ÊËÌ getRelative 6(Lorg/bukkit/block/BlockFace;)Lorg/bukkit/block/Block; ÑÎÏ$
    isSneakingÀ    ÑÒÓÔ setFallDistance (F)V ÑÖ× ñ getEyeLocation
    óÙÚ getDirection?333
    ÝÞß multiply (F)Lorg/bukkit/util/Vector;
    á üß vector OnGladiatorKit Ñåæç getWorld ()Lorg/bukkit/World;
    óéêë    getBlockX ()I
    óíîë    getBlockY
    óðñë    getBlockZ
    óó /ô (Lorg/bukkit/World;DDD)V Ñö÷ v getName
    >ùúh containsKey
    r ¾ý §cVoce ja esta em combate!
    ÿ  java/lang/Integer valueOf (I)Ljava/lang/Integer; java/util/ArrayList
     1
        h add
    
     toArray (([Ljava/lang/Object;)[Ljava/lang/Object; [Ljava/lang/String;
    > put 8(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;C 
    óÔ setYaw Ñ Â4   org/bukkit/potion/PotionEffect     "org/bukkit/potion/PotionEffectType ! DAMAGE_RESISTANCE $Lorg/bukkit/potion/PotionEffectType;
    # /$ )(Lorg/bukkit/potion/PotionEffectType;II)V Ñ&'( addPotionEffect #(Lorg/bukkit/potion/PotionEffect;)Z* ?§aVocê agora esta invencÃvel por 5 segundos. LUTE OU MORRA!!, A§aSe Passar 1 minuto e ninguem ganhar serao teleportados abaixo! ×./  clear
    ó12 ñ clone
    ó4    5 (DDD)Lorg/bukkit/Location; ¯78$ isEmpty: $Já existe uma arena acima de você! ×    µ=> ¹ GLASS ¯@AB setType (Lorg/bukkit/Material;)V
    ¢DEF getScheduler (()Lorg/bukkit/scheduler/BukkitScheduler;H testepl/Main$1
    GJ /K U(Ltestepl/Main;Lorg/bukkit/entity/Player;Lorg/bukkit/entity/Player;Ljava/util/List;)V      °OQP $org/bukkit/scheduler/BukkitSchedulerRS scheduleSyncDelayedTask 2(Lorg/bukkit/plugin/Plugin;Ljava/lang/Runnable;J)IU testepl/Main$2
    TW /X E(Ltestepl/Main;Lorg/bukkit/entity/Player;Lorg/bukkit/entity/Player;)V      X r loc loc2 loc3    currentID Ljava/lang/Integer; list Ljava/util/ArrayList; cuboid Ljava/util/List; bX bZ bY loc1 id1 id2 LocalVariableTypeTable )Ljava/util/ArrayList<Ljava/lang/String;>; 'Ljava/util/List<Lorg/bukkit/Location;>; onplyaerinteract    >pq› LEFT_CLICK_BLOCK
    Ést  getClickedBlock Ñvwx getGameMode ()Lorg/bukkit/GameMode;    z|{ org/bukkit/GameMode}~ CREATIVE Lorg/bukkit/GameMode;    µ€ ¹ BEDROCK UD„ testepl/Main$3
    ƒ† /‡ >(Ltestepl/Main;Lorg/bukkit/event/player/PlayerInteractEvent;)V       onBlockBreak +(Lorg/bukkit/event/block/BlockBreakEvent;)V
     «Ž &org/bukkit/event/block/BlockBreakEvent
     Ë
     ¾’ testepl/Main$4
    ‘” /• 9(Ltestepl/Main;Lorg/bukkit/event/block/BlockBreakEvent;)V       (Lorg/bukkit/event/block/BlockBreakEvent; mcpvp
    `› Í
    >kž &(Ljava/lang/Object;)Ljava/lang/Object;
    ¢  Ì¡ .(Ljava/lang/String;)Lorg/bukkit/entity/Player;£ §aVoce e o vencedor! §c
    d¥ / |§ & perdeu ! Plugin feito por troll_plays© -§aVoce perdeu ! Plugin feito por troll_plays    «¬! WITHER Ñ®¯° removePotionEffect '(Lorg/bukkit/potion/PotionEffectType;)V
    >²³´ entrySet ()Ljava/util/Set;¶ Ù·
    java/util/Set¹ java/util/Map$Entry¸»¼ á getValue
    C¾¿À equalsIgnoreCase (Ljava/lang/String;)Z¸Âà á getKey
    ÿfÆ '§cNao foi possivel restaurar os blocos
     Ù
    ÿÉÊë intValueOÌÍÎ
    cancelTask (I)V
    óåÑÓÒ org/bukkit/WorldÔÕ dropItemNaturally O(Lorg/bukkit/Location;Lorg/bukkit/inventory/ItemStack;)Lorg/bukkit/entity/Item; k old id set Ljava/util/Map$Entry; stack =Ljava/util/Map$Entry<Ljava/lang/Integer;[Ljava/lang/String;>;
    SourceFile    Main.java InnerClassesá
    java/util/Map Entry DamageCause !                          
       
                                                             1    
    ² !³ &² (³ +±   - 
      *  + .     /      ®    \*· 0*» 2Y· 4µ 5*» 7Y· 9µ :*µ <*» >Y· @µ A*» >Y· @µ C*» >Y· @µ E*» >Y· @µ G*» >Y· @µ I*µ K±   -  .   &  ,  - Ð  Ñ * Ò 5 Ó @ Ô K Õ V Ö [ & .     \ M N   O      à    ’*¶ P¹ T *´ 5*¹ Z *¶ P¹ T *´ :*¹ Z *¶ `» dY· f² g¶ jn¶ p¶ s¶ w*¶ }¶ ¶ ‡W*¶ *¶ ’» –Y· ˜¶ ™*Ÿ¶ ’» 2Y· 4¶ ™* ¶ ’» 7Y· 9¶ ™¸ ¡¹ T **¹ Z ±   -  *
      1  2 & 3 B 4 N 5 R 6 b 7 r 8 ‚ 9 ‘ : .     ’ M N   ¤ ¥  ¦    §      |    #+¶ ¨M,¹ ® ² ´¥ ,¹ ® ² º¦ +¶ ½±   -     >  ?  @ " B .      # M N    # Á     Ã Ä  Å        ü  ¯  Æ Ç  ¦    §          ø+¶ ÈM, ΠΠι Ð ¹ Ö :§ Ò¹ Ü À âN-À Ñ:,¹ ä ¶ è² ë¦ ²¹ î :,¹ î :¶ ò øc¶ ú þ9¶ 9
    
    9kc¶¶gko9    kc¶ ò¶ ògko økkg9kc¶¶gko9,¹ :¶W¶W¶W¹ ¹! šÿ*±   -  R   G  H ) I / J > K G L O N ] P b Q k R o S ˆ T « U Ä W Ì X Ô Y Ü Z ä [ í H ÷ _ .  Ž   ø M N    ø%&   ó'(  ) Ä)*  / ¾+(  G ¦,-  O ž.-  b ‹/0  k ‚10
    o ~20  ˆ e30  « B40  Ä )50  Ì !67  Å   ÿ    É Ñ  Ý  û Î 8 Ç  ¦    §      l    #+¶9¶=@¶B™ +¶H¶ è² ë¦ +¶K±   -     d  f  g " i .     # M N    # Á&  Å   " LM  ¦    §      ]    +¶N¹T ¶ è² ë¦ +¶Y±   -     l  m  o .      M N    %Z  Å    [M  ¦    §      ]    +¶N¹T ¶ è² ´¦ +¶Y±   -     s  t  v .      M N    %Z  Å    \M  ¦    §      ]    +¶N¹T ¶ è² º¦ +¶Y±   -     z  {  } .      M N    %Z  Å    ]^  ¦    §      Õ    J+¶_¹ Ö N§ 6-¹ Ü À éM,² ë¶eš ,² ´¶eš
    ,² º¶e™ +¶_,¹i W-¹! šÿDZ   -     ‚  „ 5 ‡ @ ‚ I Š .      J M N    J%l   )mn  Å  7 ÿ
     `  Ý  ÿ '  ` é Ý  ÿ
     `  Ý  op  ¦    §          ›+¶qÆ –+¶tÆ +¶tÁ Ñ™ …+¶qM+¶tÀ ÑN,¹x š o-¹x š f,¹ ä ¶ è² ´¦ W,-¹{ W-» dY· f²¶ j‚¶ p²„¶ j‡¶ p²¶ j‰¶ p²„¶ j‹¶ p²¶ j¶ p¶ s¹ ±   -  &        Ž      ‘ % ’ 7 “ F ” N • š š .  *   › M N    › Á’   }'(  % u“(  Å   û š ” Ç  ¦    §      ´    C+¶ ÈM,¹• N+¶9²˜¦ /,¹ ä ¶ 貜¦  -,¹ î ¹Ÿ W-»Y·£¹¦ ±   -     ž  Ÿ     ¡ % ¢ 2 £ B ¦ .  *   C M N    C Á&   >'(   7“*  Å   ý B Ñ â §¨  ¦    §      Ÿ    >+¶©Á Ñš ±+¶©À ÑM,¹ ä ²®¶e™ +¶©Á Ñ™ +¶±²µ¦
    +»¶½±   -    ª  «  ¬ " 6 ® = ± .      > M N    > ÁÀ   +'(  Å        ü 1 Ñ Á Ç  ¦    §      [    ¦+¶ ÈM,¹ ä ¶ è²®¦ ”+¶K,¹ î ¶ÂN-¹ ® ²œ¦ -²Ã¹É ¹ ® ²œ¥ e,¹Í š 2,Ð¹Ñ ,¹Õ ¶Ø:Û¶ÜW¶àW,¹ § -,Ð¹Ñ ,¹Õ ¶Ø:
    ¶ÜW¶W,¹ ±   -  J   ¶  ·  º  » # ¼ C ½ L ¿ U À ` Á i  p à x Ä { Ç „ È  É – Ê  Ë ¥ Ï .  >   ¦ M N    ¦%&   ¡'(  # ‚ Ã Ä  ` â7   â7  Å   ý C Ñ ¯7ú ) ãp  ¦    §      5        x+¶qM+¶tÀ ÑN,¹ ä ¶ è² º¦^» óY,¹ä ,¹ î ¶è‡,¹ î ¶ì<`‡,¹ î ¶ï‡·ò:» óY,¹ä ,¹ î ¶è`‡,¹ î ¶ì<`‡,¹ î ¶ï`‡·ò:» óY,¹ä ,¹ î ¶èd‡,¹ î ¶ì<`‡,¹ î ¶ïd‡·ò:*´ C,¹õ ¶øš *´ C-¹õ ¶ø™ +¶û,ü¹ ±*´ K¸þ:*Y´ K`µ K»Y·:,¹õ ¶W-¹õ ¶W*´ G½C¶
    À¶W*´ C,¹õ -¹õ ¶W*´ C-¹õ ,¹õ ¶W*´ A,¹õ ,¹ î ¶W*´ A-¹õ -¹ î ¶W*´ <™ò¶,¹ W¶-¹ W,»Y²d·"¹% W-»Y²d·"¹% W,)¹ ,+¹ -)¹ -+¹ »Y·:        ¹- ö6
    § Ðö6§ ¿6§ ¯¶0
    ‡‡‡¶3¶Â:
    
    ¹6 š +¶û,9¹ ±
          ¶0
    ‡‡‡¶3¹; W§ Z      ¶0
    ‡‡‡¶3¹; W§ 8
    öŸ öŸ 
    
    Ÿ
    
          ¶0
    ‡‡‡¶3¹; W„
    ¤ÿP„
    ¤ÿ@„
    
    
    ¤ÿ/    ¹ Ö :§ ¹ Ü À ó:
    
    ¶Â²<¹? ¹! šÿà*´ E    À¶W¸C*»GY*,-    ·IL¹N 6
    ¸C*»TY*,-·VY¹N 6*´ I,¹õ 
    ¸þ¶W*´ I-¹õ ¸þ¶W±   -  : N  Ú  Û
    Ü  Ý , Þ > ß G Ý L à \ á q â } à ‚ ã ’ ä § å ³ ã ¸ æ È ç Ø è Ý é æ ë ç í ð î ú ï ð ñ ò1 óE ôY õm ö ÷ˆ ø ù™ ú¡ ûª ü¯ ý¸ ü¾ þà ÿÌ þÒ Ûäíöÿ
        0
    :?H
    IPir‹ªÃÍ×áù /,2 9-<.G5J-Q6d7w= .  ¬   x M N    x%’  s'( 
    k[(  L+\-  ‚õ]-  ¸¿^-  ð‡_` tab ÿxcd    
    ×e 
     Æf   ¶g  0 “ Ã Ä
    ù
    h-
    9 >i 
    Q &j  k   tal ÿxcm      Å   ÿ Ø  r Ñ Ñ ó ó ó  ÿ%  r Ñ Ñ ó ó óÿ ×  ü ü ü . ¯"!ú ú    ú    ÿ   r Ñ Ñ ó ó óÿ ×  Ý  ÿ p  r Ñ Ñ  n Ç  ¦    §      à    h+¶9²o¦ `+¶r¹ ® ²<¦ Q+¶ ȹu ²y¥ B*´ C+¶ ȹõ ¶ø™ /+¶r²¹? +¶K¸ ¡¹‚ *»ƒY*+·…ˆ¹N W±   -  "   A
    B ;C GD LE ^K aE gN .     h M N    h Á&  Å   û g Š‹  ¦    §      °    Y+¶Œ¹ ® ²<¦ L+¶¹u ²y¥ =*´ C+¶¹õ ¶ø™ *+¶Œ²¹? +¶¸C*»‘Y*+·“–¹N W±   -     R 1S =T BU O^ RU X` .     Y M N    Y Á˜  Å   û X ™^  ¦    §      o    ¬+¶šM*´ C,¹õ ¶œÀC¸ŸN-Æ‘*´ C-¹õ ¶œW*´ A,¹õ ¶œÀ ó:-¹ W-» dY¢·¤,¹õ ¶ p¦¶ p¶ s¹ ,¨¹ -²ª¹ ¸þ:*´ G¶±¹µ :§ K¹ Ü À¸:¹º À2,¹õ ¶½š ¹º À2-¹õ ¶½™ ¹Á Àÿ:¹! šÿ±¸þ¶Ä™ ,Ź -Ź ±*´ E¶œÀ¶Ç:§ ¹ Ü À ó:¶Â²œ¹? ¹! šÿà¸C*´ I,¹õ ¶œÀÿ¶È¹Ë ¸C*´ I-¹õ ¶œÀÿ¶È¹Ë +¶_¹ Ö :§ ¹ Ü À é:¶Ï¹Ð W¹! šÿÞ+¶_¹- ±   -  Ž #  e f z { +| =} F~ Z c~ h€ q zƒ €„ … ©† µ‡ ˆ LJ ʈ ͉ Ù„ ãŒ ï øŽ‘"’/‘9•T–o˜‰™˜˜¢›«ž .  \      ¬ M N    ¬ Ál  §'(  “Ö(  =n×-  €+Ø`   <ÙÚ "
    \- ‰ Ûn k     <ÙÜ  Å  ©    ÿ ‘  ` Ñ Ñ óÿ  Ý  ÿ ;  ` Ñ Ñ óÿ¸ Ý  ÿ   ` Ñ Ñ óÿ  Ý  ÿ (  ` Ñ Ñ óÿ  ÿ   ` Ñ Ñ óÿ  Ý  û Mÿ   ` Ñ Ñ  Ý  Þß  2 ¸àâ    ¶ªã@G      T      ƒ      ‘  
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 9, 2016
Thread Status:
Not open for further replies.

Share This Page