CombatLog
CombatLog punishes players who log out in an attempt to escape combat
CombatLog has been updated to v2.3.0! Supports versions 1.7.10+
How effective is CombatLog? Take a look at this graph: http://bit.ly/CL-Graph
Sample config page: https://dev.bukkit.org/bukkit-plugins/combatlog/pages/configuration/
New API usage: https://dev.bukkit.org/bukkit-plugins/combatlog/pages/api/
Features:
- Easy-to-understand configuration file.
- Able to customize messages and disable unwanted features.
- Use /tag or /ct to check tag time.
- Remove players' Combat tags if they disconnect because of lag or if they were kicked.
- Block commands (using a blacklist/whitelist), teleportation, and enderpearls.
- Remove invisibility potions, disguises, or fly mode, upon entering Combat.
- Display CombatTags on an ActionBar.
Permissions:
- combatlog.bypass - Ability to bypass all of CombatLog's log prevention methods. (Default NONE)
- combatlog.reload - Ability to reload combatlog.yml. (Default OP)
- combatlog.update - Ability to see UpdateChecks upon logging in. (Default OP)
Consider donating to support development: http://bit.ly/CL-Donate
-
View User Profile
-
Send Message
Posted Jul 17, 2016Hey, Thank you! Can you make sure that the plugin will work with Factions and MassiveCore? I hope the update will be nice! :)
-
View User Profile
-
Send Message
Posted Jul 10, 2016Hi everyone. Jack and I have worked together in the past and he has allowed me to update his plugin. I will look through the comments and add features that will be good additions. I am doing a complete rewrite of the code so give it around a week from the day of this comment for a new, updated version to be released and fully tested.
-
View User Profile
-
Send Message
Posted Jun 29, 2016Hello, why does CombatLog not support MassiveCore and Factions? CombatLog doesn't works for me please fix. Also Make an update to 1.8 and 1.9 please. That would be much for us! :D
-
View User Profile
-
Send Message
Posted Jun 6, 2016Can you fix this for me? I found this error whenever a zombie hit me. I am also running Spigot [13:24:11 ERROR]: Could not pass event EntityDamageByEntityEvent to CombatLog v1.8.11 org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) [spigot.jar:git-Spigot-550ebac-7019900] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [spigot.jar:git-Spigot-550ebac-7019900] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-550ebac-7019900] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-550ebac-7019900] at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callEvent(CraftEventFactory.java:85) [spigot.jar:git-Spigot-550ebac-7019900] at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:538) [spigot.jar:git-Spigot-550ebac-7019900] at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:451) [spigot.jar:git-Spigot-550ebac-7019900] at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.handleLivingEntityDamageEvent(CraftEventFactory.java:570) [spigot.jar:git-Spigot-550ebac-7019900] at net.minecraft.server.v1_8_R1.EntityLiving.d(EntityLiving.java:1096) [spigot.jar:git-Spigot-550ebac-7019900] at net.minecraft.server.v1_8_R1.EntityLiving.damageEntity(EntityLiving.java:737) [spigot.jar:git-Spigot-550ebac-7019900] at net.minecraft.server.v1_8_R1.EntityMonster.damageEntity(EntityMonster.java:44) [spigot.jar:git-Spigot-550ebac-7019900] at net.minecraft.server.v1_8_R1.EntityZombie.damageEntity(EntityZombie.java:168) [spigot.jar:git-Spigot-550ebac-7019900] at net.minecraft.server.v1_8_R1.EntityHuman.attack(EntityHuman.java:1002) [spigot.jar:git-Spigot-550ebac-7019900] at net.minecraft.server.v1_8_R1.EntityPlayer.attack(EntityPlayer.java:1051) [spigot.jar:git-Spigot-550ebac-7019900] at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:1312) [spigot.jar:git-Spigot-550ebac-7019900] at net.minecraft.server.v1_8_R1.PacketPlayInUseEntity.a(SourceFile:52) [spigot.jar:git-Spigot-550ebac-7019900] at net.minecraft.server.v1_8_R1.PacketPlayInUseEntity.a(SourceFile:11) [spigot.jar:git-Spigot-550ebac-7019900] at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [spigot.jar:git-Spigot-550ebac-7019900] at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_91] at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_91] at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:696) [spigot.jar:git-Spigot-550ebac-7019900] at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316) [spigot.jar:git-Spigot-550ebac-7019900] at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:634) [spigot.jar:git-Spigot-550ebac-7019900] at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:537) [spigot.jar:git-Spigot-550ebac-7019900] at java.lang.Thread.run(Unknown Source) [?:1.8.0_91] Caused by: java.lang.NoClassDefFoundError: com/massivecraft/factions/entity/BoardColls at com.jackproehl.plugins.listeners.EntityDamageByEntityListener.tagAttacker(EntityDamageByEntityListener.java:115) [?:?] at com.jackproehl.plugins.listeners.EntityDamageByEntityListener.onEntityDamageByEntity(EntityDamageByEntityListener.java:44) [?:?] at sun.reflect.GeneratedMethodAccessor191.invoke(Unknown Source) [?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [?:1.8.0_91] at java.lang.reflect.Method.invoke(Unknown Source) [?:1.8.0_91] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) [spigot.jar:git-Spigot-550ebac-7019900] ... 24 more
-
View User Profile
-
Send Message
Posted May 29, 2016update to 1.9, PLEASE!!!!!!!!!!!!!
-
View User Profile
-
Send Message
Posted Apr 15, 20161.9.2 pls
-
View User Profile
-
Send Message
Posted Apr 6, 20161.9!!!!
-
View User Profile
-
Send Message
Posted Mar 26, 2016Hi, can i please update to spigot 1.9? :)
-
View User Profile
-
Send Message
Posted Mar 13, 2016please Link and update to 1.9
-
View User Profile
-
Send Message
Posted Mar 11, 2016@Blazzike
link please
-
View User Profile
-
Send Message
Posted Mar 11, 2016@Blazzike
link please!
-
View User Profile
-
Send Message
Posted Mar 10, 2016please update to 1.9
-
View User Profile
-
Send Message
Posted Mar 10, 2016please update to 1.9
-
View User Profile
-
Send Message
Posted Mar 10, 2016please update to 1.9
-
View User Profile
-
Send Message
Posted Mar 6, 2016We need a 1.9 release of this plugin. I keeps spamming the console with errors.
-
View User Profile
-
Send Message
Posted Mar 6, 2016Spams this!!
-
View User Profile
-
Send Message
Posted Mar 1, 2016Hi! Can you please build this plugin with 1.9? Bukkit.getOnlinePlayers() is changed and you only require to recompile it. Thanks!
-
View User Profile
-
Send Message
Posted Dec 27, 2015world disable don't work pls fix it man !
-
View User Profile
-
Send Message
Posted Nov 10, 2015Feature Request: /back delay Is there any way to stop someone from doing essentials /back after death by another player. Like a 10 second delay that stops someone from getting back to a fight. Thanks for the attention!
-
View User Profile
-
Send Message
Posted Nov 6, 2015@Rosain
Try this plugin out https://www.spigotmc.org/resources/combatactionbar.12923/