Git Product home page Git Product logo

combat-tag-reloaded's People

Contributors

byteflux avatar macalinao avatar orkun1675 avatar outfenneced avatar rourke750 avatar techcable avatar trc202 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

combat-tag-reloaded's Issues

INSANE console spamming. 4GB log, because of spamming

The amount of errors i'm getting spammed with is too damn high!

Anyways, here it is:
[00:00:10] [Server thread/ERROR]: Could not pass event EntityDamageByEntityEvent to CombatTagReloaded v1.0.10
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spigot.jar:git-Spigot-13716d9-0899683]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-13716d9-0899683]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-13716d9-0899683]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-13716d9-0899683]
at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callEvent(CraftEventFactory.java:85) [spigot.jar:git-Spigot-13716d9-0899683]
at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:538) [spigot.jar:git-Spigot-13716d9-0899683]
at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:451) [spigot.jar:git-Spigot-13716d9-0899683]
at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.handleLivingEntityDamageEvent(CraftEventFactory.java:570) [spigot.jar:git-Spigot-13716d9-0899683]
at net.minecraft.server.v1_8_R1.EntityLiving.d(EntityLiving.java:1064) [spigot.jar:git-Spigot-13716d9-0899683]
at net.minecraft.server.v1_8_R1.EntityLiving.damageEntity(EntityLiving.java:705) [spigot.jar:git-Spigot-13716d9-0899683]
at net.minecraft.server.v1_8_R1.EntityHuman.attack(EntityHuman.java:1002) [spigot.jar:git-Spigot-13716d9-0899683]
at net.minecraft.server.v1_8_R1.EntityPlayer.attack(EntityPlayer.java:1060) [spigot.jar:git-Spigot-13716d9-0899683]
at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:1312) [spigot.jar:git-Spigot-13716d9-0899683]
at net.minecraft.server.v1_8_R1.PacketPlayInUseEntity.a(SourceFile:52) [spigot.jar:git-Spigot-13716d9-0899683]
at net.minecraft.server.v1_8_R1.PacketPlayInUseEntity.a(SourceFile:11) [spigot.jar:git-Spigot-13716d9-0899683]
at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [spigot.jar:git-Spigot-13716d9-0899683]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_55]
at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_55]
at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:683) [spigot.jar:git-Spigot-13716d9-0899683]
at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316) [spigot.jar:git-Spigot-13716d9-0899683]
at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:623) [spigot.jar:git-Spigot-13716d9-0899683]
at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:526) [spigot.jar:git-Spigot-13716d9-0899683]
at java.lang.Thread.run(Thread.java:744) [?:1.7.0_55]
Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R1.entity.CraftPig cannot be cast to org.bukkit.entity.Player
at techcable.minecraft.combattag.scoreboard.ScoreboardManager.onDamage(ScoreboardManager.java:86) ~[?:?]
at sun.reflect.GeneratedMethodAccessor276.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_55]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_55]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) ~[spigot.jar:git-Spigot-13716d9-0899683]
... 22 more

And

[11:03:15] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to CombatTagReloaded v1.0.10
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spigot.jar:git-Spigot-13716d9-0899683]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-13716d9-0899683]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-13716d9-0899683]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-13716d9-0899683]
at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:255) [spigot.jar:git-Spigot-13716d9-0899683]
at net.minecraft.server.v1_8_R1.PacketPlayInFlying.a(SourceFile:126) [spigot.jar:git-Spigot-13716d9-0899683]
at net.minecraft.server.v1_8_R1.PacketPlayInPositionLook.a(SourceFile:18) [spigot.jar:git-Spigot-13716d9-0899683]
at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [spigot.jar:git-Spigot-13716d9-0899683]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_55]
at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_55]
at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:683) [spigot.jar:git-Spigot-13716d9-0899683]
at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316) [spigot.jar:git-Spigot-13716d9-0899683]
at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:623) [spigot.jar:git-Spigot-13716d9-0899683]
at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:526) [spigot.jar:git-Spigot-13716d9-0899683]
at java.lang.Thread.run(Thread.java:744) [?:1.7.0_55]
Caused by: java.lang.IncompatibleClassChangeError: Found interface com.sk89q.worldguard.protection.ApplicableRegionSet, but class was expected
at techcable.minecraft.combattag.PluginCompatibility.isWGPvPEnabled(PluginCompatibility.java:34) ~[?:?]
at techcable.minecraft.combattag.PluginCompatibility.isPvpDisabled(PluginCompatibility.java:29) ~[?:?]
at techcable.minecraft.combattag.listeners.PlayerListener.onMove(PlayerListener.java:25) ~[?:?]
at sun.reflect.GeneratedMethodAccessor93.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_55]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_55]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) ~[spigot.jar:git-Spigot-13716d9-0899683]
... 14 more

NPC Synchronozation Issues

  1. npc's dont get the armor of the player who combat logged
  2. the player who combat logged if he/she relogs while the npc is still spawned they get full health and their armor is gone

Instakill Version?

Will there be a CombatTag Instakill version for non-npc, optimized servers?

Can enter a pvp deny region

Players on my server can still enter a region that has pvp set to deny. They just get spammed with an EXTREME amount of messages but they can still enter the region

Copy from npc to player not player to npc

the Util copy methods take the target as first arg and source as second arg
Unfortunatly the current code in NoPvpPlayerListener doesn't use it right, it is currently

Utils.copyPlayer(quitPlr, npc);

while it should be

Utils.copyNPC(npc, quitPlr);

Should be fixed by 1.0.10

Add Scoreboard

Players may not want to stop and type /ct to check their remaining tag time. If a scoreboard is displayed with remaining time then players won't need to stop fighting to check.

Hook with Authme

When reimplementing plugins, can you also add AuthMe Hook. Without this Hook users in my offline server are loosing items. I already tried writing the implementation code here:
Outfenneced#39

Players get stuck between regions!

Hi I've been using this plugin for the last couple of days and one bug always comes up, when a player tries to run into spawn they are stopped, but they get stuck in between the two regions and can't move which can be very dangerous when in a pvp fight. I am using no cheat but I have disabled some of the fly protection features to try and fix this problem and it still occurs. Any help would be great thanks!

Optional: Npcs are spawned whenever a player logs out

Optionally make it so npcs are spawned whenever a player logs out.

What I mean by this is when you log out, an NPC spawns in the same concept as if you're tagged (Armor, inventory, etc). When you log out (Hitting disconnect) an NPC spawns for 10 seconds to destroy the point of running away from the player, and logging out once your combat tag is up. Happens on my server all the time, players log in combat, they just run so the timer goes away.

  • MojoeAw44

Notification every hit

Every time you hit someone they get a notification that they are combat tagged

Same if you are the one hitting unless you disable it completely in the config

Non-Citizens NPC Implementation Won't Load

Hi. CombatTagReloaded won't load on a Spigot 1.7.10 server, whith 1.8 protocol hack.

I know the plugin isn't suposed to work on 1.8, but the server is actually 1.7.10 not 1.8, it just allows people whith 1.8 clients to access the 1.7.10 server.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.