Rocket Disable Tag

Rocket Disable Tag

A minecraft plugin that disables the usage of rockets during combat.

17 downloads

Title

A PaperMC plugin for Minecraft 26.1 that prevents combat-tagged players from using firework rockets.

Features

  • Tags both the attacker and victim on melee or projectile hits.
  • Maintains independent per-pair timers.
  • Resets an existing pair timer to the configured duration when the same pair hits again.
  • Blocks firework rocket use for tagged players.
  • Shows each tagged player the longest remaining tag time on a draining boss bar.
  • Plays a configurable sound when rocket use is blocked.
  • Clears all tags involving a player when that player dies.
  • Provides /rdt cleartag, /rdt list, and /rdt reload admin commands.

Configuration

tag-duration: 30
boss-bar-message: "You are combat tagged! No rockets for {time}s"
boss-bar-color: "RED"
boss-bar-style: "SOLID"
blocked-sound: "ENTITY_VILLAGER_NO"
blocked-sound-volume: 1.0
blocked-sound-pitch: 1.0

Commands

Command Permission Description
/rdt cleartag <player> rdt.admin Clears all active combat tags for the specified player.
/rdt list rdt.admin Lists all active tagged player pairs and remaining time.
/rdt reload rdt.admin Reloads config.yml.

Behavior Notes

  • A player with multiple active pair tags sees the longest remaining tag time on the boss bar.
  • Self-damage does not create a tag.
  • Disconnecting does not clear active tags; a rejoining player remains tagged until the timer expires.
  • Expired tags are pruned automatically.