Combat Tag
This plugin is unsupported!!! Use CombatTagPlus instead.
The essential PvP plugin that prevents hit-n-quit players. No longer will the fun of killing other players be ruined!
Combat tag is a plugin that can prevent your players from pvp logging, period.
Reason why we developed this:
When your players are in the heat of battle, sometimes someone gets cold feet, and logs out while in combat!
This means that the player can no longer be harmed, because they are offline.
This can be EXTREMELY irritating to other players, because the person they were attacking, is now safe and keeps all of their items.
How it works:
Combat tag makes it impossible to pvp log!
When a player is struck by another player, combat tag logs it in its log.
If one of the players logs off within 10 seconds (time can be changed) of being struck, combat tag comes to play.
Combat tag makes it so that if the player logs off within the ten second field, he spawns an NPC with the same inventory/health as him.
The player that was attacking then can attack the NPC, and the same is done to the logged off player.
If the player kills the NPC, the player that logged off in combat is also killed, and drops everything in their inventory.
If the player causes damage to the NPC, the player that is logged off also takes the damage (including armor).
Video Demonstration: http://www.youtube.com/watch?v=g4G5MZmHA9A
Video tutorial espaƱol: http://www.youtube.com/watch?v=EXLi4vgJ-uc
Video Tutorial italiano: https://www.youtube.com/watch?v=kVixSdjBXvw
Features:
- Tracks players in combat
- Custom tag time
- Supports disabling in specified worlds
- Supports disabling commands while in combat
- Use /ct or /combattag to keep track of how long until combat is over
How to install:
Everything that is needed for an install should be located here:
http://dev.bukkit.org/server-mods/combat-tag/pages/setup/
Config:
Explanation of the config file options:
http://dev.bukkit.org/server-mods/combat-tag/pages/config-file/
Commands:
There are five commands:
All "ct" can be replaced with "combattag"
/ct = Check your remaining tag time
/ct reload = Reload Combat Tag's configuration file
/ct wipe = Wipes all npcs on the map
/ct command add /<command> = Adds command to blocked commands list
/ct command remove /<command> = Removes command from blocked commands list
Permissions:
There are currently four permission nodes:
Note: Ops automatically get permissions
combattag.ignore = Player does not get tagged and doesn't spawn npcs
combattag.ignore.pvplog = Player does get tagged, but doesn't spawn npcs
combattag.reload = Allow player to reload the Combat Tag configuration file
combattag.wipe = Allow player to wipe all npcs on the map
combattag.command = Allow player to modify disabled commands from in game
combattag.alert = Alert people with this permission of a person logging out while in pvp
Source:
https://github.com/TechzoneMC/CombatTagLegacy/
Problems:
If you have any bugs or feature requests, go here!:
https://github.com/TechzoneMC/CombatTagLegacy/issues
API:
If you wish to use the Combat Tag API:
http://dev.bukkit.org/server-mods/combat-tag/pages/using-the-api/
About Incompatibilities:
As with any plugin where fake players exist, there will be places where other plugins do not take into account the possibility of fake players and may have unexpected results. I can't change how other plugins handle these NPCs, so probably a good bet if you're getting random PvPLogger files is to change the npc name to "player." That way the player and the NPC will share the same files.
Known Incompatibilities:
- Heroes in both instakill and NPC mode - No duplication of items, but players will respawn in their old location with the health they logged out at
- ModifyWorld - Npcs will not take damage
https://github.com/TechzoneMC/CombatTagLegacy/wiki/Feature-ComparisonFeature Comparison
-
View User Profile
-
Send Message
Posted May 7, 2013@RasmusTheBaws
Are you op on the server?
-
View User Profile
-
Send Message
Posted May 7, 2013the plugin doesn't work for me :( i dont know whats wrong, no hit message, no drop, no nothing O_o
-
View User Profile
-
Send Message
Posted May 7, 2013Can you do so people with permissionen with '*' will also be pvplogger?
-
View User Profile
-
Send Message
Posted May 4, 2013Thanks for updating!
-
View User Profile
-
Send Message
Posted May 3, 2013@great209
http://dev.bukkit.org/server-mods/combat-tag/files/46-combat-tag-v5-8-9-1-5-2/
-
View User Profile
-
Send Message
Posted May 3, 2013Where's the 1.5.2 version?
-
View User Profile
-
Send Message
Posted May 3, 2013@cheddar262
it was here that I test Combat Tag v5.8.8
Edit This works better Combat Tag v5.8.9 [1.5.2]
-
View User Profile
-
Send Message
Posted May 3, 2013@iaXedu
That was a bad wording, I believe. I've updated it to: Supports disabling in specified worlds
-
View User Profile
-
Send Message
Posted May 3, 2013@kikotte
What version are you using? Are you sure it's for the right version?
-
View User Profile
-
Send Message
Posted May 3, 2013How do I add costum world settings? The features says the following: Supports custom world configurations
How does it work :3 Can't find it on your pages.
-
View User Profile
-
Send Message
Posted May 3, 20132013-05-03 17:37:37 [SEVERE] Could not load 'plugins\CombatTag.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_5_R2/World at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:184) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:307) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:231) at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugins(CraftServer.java:263) at org.bukkit.craftbukkit.v1_5_R3.CraftServer.<init>(CraftServer.java:241) at net.minecraft.server.v1_5_R3.PlayerList.<init>(PlayerList.java:55) at net.minecraft.server.v1_5_R3.DedicatedPlayerList.<init>(SourceFile:11) at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:95) at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:388) at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573) Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_5_R2/World at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173) ... 9 more Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_5_R2.World at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:70) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 12 more
-
View User Profile
-
Send Message
Posted May 3, 2013Nice work !
-
View User Profile
-
Send Message
Posted May 3, 2013-@cheddar the new one you posted a link to =( Says failed to load on startup
-Does it matter I am using spigot?
UPDATE ! After another reboot - it works !!! Weird but amazing yay !!!!
-
View User Profile
-
Send Message
Posted May 2, 2013cheddar you are boss (H)! already updated <3
-
View User Profile
-
Send Message
Posted May 2, 2013@coltyboy
It's also not a new npc system. It's exactly the same, just with a workaround I added to fix some errors that was happening in spigot builds.
-
View User Profile
-
Send Message
Posted May 2, 2013@cheddar262
Ok sorry i saw after your previous message. It works with 1.5.2 like a charm.
-
View User Profile
-
Send Message
Posted May 2, 2013@cheddar262
Any ideas on how to fix it?
-
View User Profile
-
Send Message
Posted May 2, 2013ya @cheddar262 It dosent really work either for me and why did you Implement the new npc system?
-
View User Profile
-
Send Message
Posted May 2, 2013@tarahere81
The new version or the one that is currently when you press download?
-
View User Profile
-
Send Message
Posted May 2, 2013It dosent have any errors which is very good! But the plugin dosent really work the npc dosent drop any items when it logs and cant you just have it to where they instantly die?