[INACTIVE][MECH] CombatTag v2.1 - [818]

Discussion in 'Inactive/Unsupported Plugins' started by marinating, May 8, 2011.

  1. Offline

    marinating

    NEW VERSION BY TRC202
    CombatTag The essential PvP plugin that prevents hit-n-quit players. No longer will the fun of killing other players be ruined!
    Version: 2.1 (Updated by Trc202)

    This plugin was created at the request of Magesblood. To prevent players from logging off once they get hit on a PvP server, this plugin tracks players who have taken damage from another player. If they log off within a certain time limit, they will either be punished by death when they log in or a temporary ban from the server.
    The plugin is run with a config file (instructions provided, it creates itself from the .jar) and allows you to make some decisions based on how harsh you want the punishment to be. You can also change the ban time and the amount of a time a player is considered "tagged".
    A command is provided: /combattag that tells you if you're tagged and who you've tagged.




    Show Spoiler




    [Features]
    * Combat tagging and tracking
    * Select between banning or killing a player as punishment
    * Allow a player to steal the inventory of a person who has quit after being attacked
    * Configurable timers
    * Uses System.currentTimeMillis as opposed to server time for greater accuracy
    * Detects player to player interaction only, including arrows
    * Will not punish players if they are kicked or they disconnect for a reason other than voluntary logging off
    * Grace period gives players time to fix invisibility glitch (can be set to 0 for the ruthless)
    * Compatible up to version 766
    * <font color="rgb(255, 0, 0)"><font color="rgb(0, 0, 0)">Compatible with WorldGuard and Factions plugins for anti-PvP zones. Tagging only occurs in PvP enabled areas (as far as testing shows). </font></font>
    * <font color="rgb(255, 0, 0)"><font color="rgb(0, 0, 0)">Saves inventories of punished players that are redeemable through commands.</font></font>
    * Drop_items_on_pvp_log is a new configurable option that removes the /redeemitems functionality. (Makes players drop items on logging out) (by Trc202)
    * Supports Godmode! (by Trc202)
    * Persistence! (by Trc202)

    Latest Download: <Edit by Moderator: Redacted mediafire url>
    Download includes source code.

    FAQ



    Show Spoiler
    Commands:
    /combattag or /ct : Shows information about players (grace period or tag time if tagged, who you've tagged, how much longer they have)
    /redeemitems or /ri : Shows how many inventories are available for redeeming. Available only if DEATH is the selected punishment and Inventory_Steal=true in the config.
    /redeemitems # redeem or /ri # redeem : Replacing # with the index of the inventory you wish to redeem, ex. 1, 2, 4, 5 so on and so forth. Will transfer items into your own inventory. Be careful that overflowing items will disappear from existence, so don't try to redeem an inventory when your own is full.
    <font color="rgb(255, 0, 0)">Warning: Saved inventories are not persistent. If the server shuts down while you have redeemable inventories available, they will be lost. Redeemable inventories are made for the benefit of players who have tagged multiple people, not for stockpiling.</font>

    Explanation of Terms:
    Tag: A player who has been hit by another player is said to be tagged in combat.
    Grace period: A time specified in the config file in which a player may relog to fix the invisibility glitch. If a tagged player hasn't returned by the end of the grace period, they receive a punishment.
    Tag duration: An amount of time specified in the config file during which a player may not log off. If they do, they receive a punishment.
    Punishment: Specified in the config file, the options are currently DEATH and BAN. DEATH will kill the offending player when they log in again and may transfer their items to the tagging player. BAN will kick the offending player off if they try to log in again within a set amount of time. An iConomy based punishment is coming soon. More suggestions are welcome.
    If you have any questions, please post in the comments!



    Changelog



    Show Spoiler
    Version 1.0
    * Release

    Version 1.1
    * Less spam
    * Added grace period
    * Added configurable lightning
    * Compatible with no-PvP zones



    Version 2.0
    * Major bugfixes
    * Fixed grace period error
    * Added redeemable inventories
    * Allows players to see items in redeemable inventories
    * Updated /ct output to be more helpful

    Version 2.1 (courtesy of Trc202)
    * Added new config option
    * Fixes reloading errors
    * No more duplicate items
    * Added new features

    Coming soon: iConomy support!
     
    Last edited by a moderator: Dec 14, 2016
  2. Offline

    GmK

    Thanks for the update.

    Unfortunately, it now does this on startup:

    Code:
    2011-06-05 14:08:24 [INFO] [CombatTag] Operational.
    2011-06-05 14:08:24 [INFO] [CombatTag] Detected existing config file and loading.
    2011-06-05 14:08:24 [SEVERE] [CombatTag] Loading error: plugins/CombatTag/CombatTag.Players (No such file or directory)
    2011-06-05 14:08:24 [SEVERE] Error occurred while enabling CombatTag v2.0 (Is it up to date?): null
    
    The file and folder exist, nothing changed since 2.0, any ideas? See how it also still says v2.0?
     
  3. Offline

    marinating

    @GmK That's because I forgot to update plugin.yml. :D
    Updated link up.
     
  4. Offline

    defthefirst

    Sources removed from the jar ? i would like studies :'(
    good plugin, i'm looking for the same thing but no penality... just dont logoff :D.
     
  5. Offline

    marinating

    Trc202 is taking over this plugin and has released a new version.
     
  6. Would this work with Towny? ie. No punishment for allies or within towns with PvP disabled? (I'm guessing it would be, as they wouldn't be able to take damage, but i just want to check).
     
  7. Offline

    marinating

    @AS1LV3RN1NJA You'll want to ask Trc202, he's running CombatTag now. I believe he released a new version.
     
  8. Could you @ mention him in the OP?
    Edit: May be better to remove the plugin from the plugin list if possible, i came on here through a bookmark i added ages ago, but it could confuse people searching from the list.
     
  9. Offline

    marinating

    I'll mark this inactive.
     
    AS1LV3RN1NJA likes this.

Share This Page