{"id":44351,"date":"2026-06-02T05:27:29","date_gmt":"2026-06-02T02:27:29","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/combatme\/"},"modified":"2026-06-02T05:27:29","modified_gmt":"2026-06-02T02:27:29","slug":"combatme","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/combatme\/","title":{"rendered":"CombatMe"},"content":{"rendered":"<p># \u2694 CombatMe<\/p>\n<p>> **Prevent teleport abuse during PvP with combat tagging, action bar countdown, and full config control.**<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcd6 What is CombatMe?<\/p>\n<p>CombatMe is a lightweight Paper plugin that **tags both players** the moment one hits the other. While tagged, every teleport command is blocked \u2014 no more running `\/home` mid-fight, no `\/rtp` to escape, no `\/tpa` cheese. A clean action bar countdown keeps players informed without cluttering the screen with titles or chat spam.<\/p>\n<p>Once the timer runs out with no further combat, the tag is lifted and players are free to teleport again.<\/p>\n<p>&#8212;<\/p>\n<p>## \u2728 Features<\/p>\n<p>&#8211; \u2694 **Instant combat tagging** on both attacker and victim<br \/>\n&#8211; \ud83d\udeab **Teleport command blocker** \u2014 `\/home`, `\/warp`, `\/tpa`, `\/rtp`, `\/spawn`, `\/tp`, and more<br \/>\n&#8211; \ud83c\udfa8 **Action bar countdown** \u2014 color shifts as time runs out<br \/>\n  &#8211; \ud83d\udd34 **Red** \u2014 lots of time left<br \/>\n  &#8211; \ud83d\udfe1 **Yellow** \u2014 halfway through<br \/>\n  &#8211; \ud83d\udfe2 **Lime** \u2014 almost done<br \/>\n  &#8211; \u26aa **White** \u2014 flash when combat ends<br \/>\n&#8211; \ud83d\udcac **Private chat alerts** \u2014 attacker and victim each get their own message on tag<br \/>\n&#8211; \ud83d\udd14 **Action bar alert** \u2014 flashes a warning when a blocked command is attempted<br \/>\n&#8211; \ud83d\udd0a **Sound alerts** \u2014 configurable sounds on tag and on blocked commands<br \/>\n&#8211; \u267b\ufe0f **Timer reset** \u2014 hitting again resets the countdown to full duration<br \/>\n&#8211; \ud83d\udee1 **Bypass permission** \u2014 for staff who should never be tagged<br \/>\n&#8211; \ud83c\udfaf **Ender pearl friendly** \u2014 ender pearls do **not** trigger combat tagging<br \/>\n&#8211; \ud83d\udd27 **Live reload** \u2014 `\/combatme reload` applies config changes instantly<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udfac How It Works<\/p>\n<p>&#8220;`<br \/>\nPlayer A hits Player B<br \/>\n  \u251c\u2500 Both are combat-tagged for 10 seconds (configurable)<br \/>\n  \u251c\u2500 Action bar: :::::::::::: (red)<br \/>\n  \u251c\u2500 Player A chat: &#8220;You hit Steve! You are now in PVP mode for 10 seconds.&#8221;<br \/>\n  \u2514\u2500 Player B chat: &#8220;You&#8217;re on PVP mode, cannot use any TP command until 10 seconds.&#8221;<\/p>\n<p>Player B tries \/home while tagged<br \/>\n  \u251c\u2500 Command is cancelled<br \/>\n  \u2514\u2500 Action bar: &#8220;You are in PVP! Cannot teleport for 7 seconds!&#8221;<\/p>\n<p>10 seconds pass without combat<br \/>\n  \u251c\u2500 Action bar: :::::::::::: (white flash, then clears)<br \/>\n  \u2514\u2500 Chat: &#8220;You are no longer combat-tagged.&#8221;<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Configuration<\/p>\n<p>Every message, sound, and blocked command can be customized in `config.yml`.<\/p>\n<p>&#8220;`yaml<br \/>\n# How long (in seconds) a player stays combat-tagged<br \/>\ncombat-duration: 10<\/p>\n<p>messages:<br \/>\n  # Sent to the attacker \u2014 supports {victim} and {time}<br \/>\n  attacker-tagged: &#8220;&#038;cYou hit &#038;f{victim}&#038;c! You are now in PVP mode for &#038;f{time}&#038;c seconds.&#8221;<\/p>\n<p>  # Sent to the victim \u2014 supports {time}<br \/>\n  victim-tagged: &#8220;&#038;cYou&#8217;re on PVP mode, cannot use any TP command until &#038;f{time}&#038;c seconds.&#8221;<\/p>\n<p>  # Chat message when the tag expires<br \/>\n  combat-end-chat: &#8220;&#038;a[CombatMe] &#038;7You are no longer combat-tagged.&#8221;<\/p>\n<p>  # Action bar message when a blocked command is attempted \u2014 supports {time}<br \/>\n  blocked-actionbar: &#8220;&#038;cYou are in PVP! Cannot teleport for &#038;f{time}&#038;c seconds!&#8221;<\/p>\n<p>  # Action bar flash when combat tag expires<br \/>\n  expire-actionbar: &#8220;&#038;fCombat ended!&#8221;<\/p>\n<p>sounds:<br \/>\n  on-tag:   &#8220;ENTITY_VILLAGER_HURT&#8221;  # leave &#8220;&#8221; to disable<br \/>\n  on-block: &#8220;ENTITY_VILLAGER_HURT&#8221;<br \/>\n  volume: 1.0<br \/>\n  pitch:  1.2<\/p>\n<p># Commands to block while combat-tagged (no slash needed)<br \/>\nblocked-commands:<br \/>\n  &#8211; home<br \/>\n  &#8211; warp<br \/>\n  &#8211; tpa<br \/>\n  &#8211; tpaccept<br \/>\n  &#8211; rtp<br \/>\n  &#8211; spawn<br \/>\n  &#8211; tp<br \/>\n  &#8211; teleport<br \/>\n  &#8211; back<br \/>\n  # add any custom commands here<br \/>\n&#8220;`<\/p>\n<p>### Placeholders<\/p>\n<p>| Placeholder | Available in | Description |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| `{time}` | `attacker-tagged`, `victim-tagged`, `blocked-actionbar` | Remaining seconds |<br \/>\n| `{victim}` | `attacker-tagged` | Name of the player who was hit |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd11 Permissions<\/p>\n<p>| Permission | Default | Description |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| `combatme.admin` | OP | Use `\/combatme reload` |<br \/>\n| `combatme.bypass` | `false` | Never gets combat-tagged |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcac Commands<\/p>\n<p>| Command | Permission | Description |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| `\/combatme reload` | `combatme.admin` | Reload config.yml without restarting the server |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udce6 Requirements<\/p>\n<p>| | |<br \/>\n|&#8212;|&#8212;|<br \/>\n| **Server software** | Paper 1.21.1+ |<br \/>\n| **Java version** | Java 21+ |<\/p>\n<p>> \u26a0\ufe0f This plugin will **not** work on Spigot or CraftBukkit. Paper is required.<\/p>\n<p>&#8212;<\/p>\n<p>## \u2753 FAQ<\/p>\n<p>**Does this work with EssentialsX?**<br \/>\nYes. EssentialsX commands like `\/home`, `\/warp`, `\/tpa`, and `\/back` are all blockable via `blocked-commands` in config.<\/p>\n<p>**Does this work with CMI \/ other home plugins?**<br \/>\nYes, as long as you add the command to `blocked-commands` in config.<\/p>\n<p>**Do ender pearls count as combat?**<br \/>\nNo. Ender pearl throws do not trigger combat tagging by design.<\/p>\n<p>**Can I change how long the tag lasts?**<br \/>\nYes. Change `combat-duration` in `config.yml` and run `\/combatme reload`.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udc1b Bugs &#038; Support<\/p>\n<p>Found a bug or have a suggestion?<\/p>\n<p>\ud83d\udce7 **Email:** [herzfnf@gmail.com](mailto:herzfnf@gmail.com)<\/p>\n<p>Please include:<br \/>\n&#8211; Your server version (e.g. Paper 1.21.1 build 123)<br \/>\n&#8211; Your Java version (`java -version`)<br \/>\n&#8211; A description of the issue or the full error from your console<\/p>\n<p>&#8212;<\/p>\n<p>*Made with \u2764 by **Herza***<\/p>\n","protected":false},"excerpt":{"rendered":"<p>an pvp fair system when someone starting a fight the one who start it  doesn&#8217;t run with TP command \ud83d\ude08<\/p>\n","protected":false},"featured_media":44352,"template":"","meta":{"_minecraft_slug":"combatme","_minecraft_project_id":"O6KpTOJZ","_minecraft_author":"herza.ori_","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":69,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"combatme.zip","_minecraft_size_bytes":12029,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T20:29:50.928851Z","_minecraft_date_created":"2026-03-04T23:55:42.989335Z","_minecraft_date_modified":"2026-03-03T13:01:54.293533Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/combatme","_minecraft_icon_attachment_id":44352,"_minecraft_imported_at":"2026-06-02T02:27:30+00:00","_minecraft_import_hash":"4979186ba1817d2f5cdd9de9ed3fa29a","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[89,127,867,92],"mod_loader":[132],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-44351","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-game-mechanics","mod_category-paper","mod_category-social","mod_category-utility","mod_loader-paper","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>CombatMe - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/combatme\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CombatMe - Minecraft\" \/>\n<meta property=\"og:description\" content=\"an pvp fair system when someone starting a fight the one who start it doesn&#039;t run with TP command \ud83d\ude08\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/combatme\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/combatme\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/combatme\\\/\",\"name\":\"CombatMe - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/combatme\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/combatme\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/combatme-icon-409066096b5e136d916991a145752625cfe0a5ba_96.webp\",\"datePublished\":\"2026-06-02T02:27:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/combatme\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/combatme\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/combatme\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/combatme-icon-409066096b5e136d916991a145752625cfe0a5ba_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/combatme-icon-409066096b5e136d916991a145752625cfe0a5ba_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/combatme\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"CombatMe\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"CombatMe - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/combatme\/","og_locale":"en_US","og_type":"article","og_title":"CombatMe - Minecraft","og_description":"an pvp fair system when someone starting a fight the one who start it doesn't run with TP command \ud83d\ude08","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/combatme\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/combatme\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/combatme\/","name":"CombatMe - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/combatme\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/combatme\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/combatme-icon-409066096b5e136d916991a145752625cfe0a5ba_96.webp","datePublished":"2026-06-02T02:27:29+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/combatme\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/combatme\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/combatme\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/combatme-icon-409066096b5e136d916991a145752625cfe0a5ba_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/combatme-icon-409066096b5e136d916991a145752625cfe0a5ba_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/combatme\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"CombatMe"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/44351","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/44352"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=44351"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=44351"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=44351"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=44351"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}