Back to mods
TACZ Auto Fire project artwork

CurseForge · Minecraft mod

TACZ Auto Fire

Automatic firing for TACZ semi-automatic and burst-fire weapons.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which TACZ Auto Fire release should I use?

Updated 4 days ago
Latest stable file tacz_autofire-1.21.1-1.3.0-neoforge.jar
Game version 1.21.1
Loader NeoForge

TACZ Auto Fire tacz_autofire-1.21.1-1.3.0-neoforge.jar targets 1.21.1 with NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.

Where it goes

Is TACZ Auto Fire required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release NeoForge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does TACZ Auto Fire tacz_autofire-1.21.1-1.3.0-neoforge.jar need?

tacz_autofire-1.21.1-1.3.0-neoforge.jar. Change the file and its required mods may change too.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional mods.

Before you install it

Add TACZ Auto Fire without breaking your instance.

Built for TACZ Auto Fire tacz_autofire-1.21.1-1.3.0-neoforge.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use tacz_autofire-1.21.1-1.3.0-neoforge.jar. It targets 1.21.1 with NeoForge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside tacz_autofire-1.21.1-1.3.0-neoforge.jar. It opens that exact file at the source.

About this project

What does TACZ Auto Fire add?

TACZ Auto Fire

Make every TACZ semi-automatic and burst weapon fire continuously while you hold the trigger. No more click-spamming for semi-auto rifles or burst guns — just aim and hold.

This client-side addon for Timeless & Classics Guns (TACZ) (Forge 1.20.1) lets you configure exactly which weapons can be fired full-auto, through four independent modes:

✨ Features

Mode How to enable What it does
Global Set GLOBAL to true in the config Every TACZ semi-auto / burst gun fires full-auto for every player
NBT Tag Add {AUTOallow:1b} to a gun's root tag (e.g. via data pack, kubejs, or commands) Only tagged guns fire full-auto
Effect Give the player the tacz_autofire:autofire effect While the effect is active, the player fires full-auto
Attribute (new in 1.3.0) Raise the player's tacz_autofire:autofire attribute above 0 While the attribute value is > 0, the player fires full-auto

All modes work together (OR logic), and each can be toggled independently in the server config. The GLOBAL switch overrides everything else.

🎮 Quick Start

Attribute mode (1.3.0):

/attribute @s tacz_autofire:autofire base set 1

Effect mode:

/effect give @s tacz_autofire:autofire 30 0

NBT mode (an example with an item modifier / data pack item):

/give @s tacz:ak47{AUTOallow:1b} 1

Config (serverconfig/tacz_autofire-server.toml after first launch):

GLOBAL    = true   # all guns full-auto
NBT       = true   # allow {AUTOallow:1b} guns
EFFECT    = true   # allow autofire effect
ATTRIBUTE = true   # allow autofire attribute (value > 0)

📦 Requirements

❓ FAQ

  • Is it server-side? The config is server-authoritative and synced to clients. The actual trigger behavior is patched client-side, so the mod must be installed on the client (and the server, if you want the config enforced).
  • Which guns are affected? Any TACZ gun whose fire mode is SEMI or BURST. Fully-automatic guns are unaffected.

⚖️ License

All Rights Reserved.


TACZ 自动开火

按住扳机即可让所有 TACZ 半自动 / 点射枪械持续开火。不再需要疯狂连点——瞄准、按住,完事。

本模组是 Timeless & Classics Guns (TACZ)(Forge 1.20.1)的客户端附属模组,通过四种互不干扰的模式,让你自定义哪些武器可以全自动开火:

✨ 功能

模式 开启方式 效果
全局模式 配置中把 GLOBAL 设为 true 所有玩家的所有 TACZ 半自动 / 点射枪全自动
NBT 模式 给枪的根标签加上 {AUTOallow:1b}(数据包 / KubeJS / 指令均可) 只有带标签的枪全自动
药水效果模式 给玩家施加 tacz_autofire:autofire 效果 效果持续期间玩家全自动
属性模式 (1.3.0 新增) 把玩家的 tacz_autofire:autofire 属性提高到 0 以上 属性值 > 0 期间玩家全自动

各模式互不冲突(或逻辑),且可在服务端配置中独立开关。GLOBAL 开启时优先生效,忽略其他模式。

🎮 快速上手

属性模式(1.3.0 新增):

/attribute @s tacz_autofire:autofire base set 1

效果模式:

/effect give @s tacz_autofire:autofire 30 0

NBT 模式(示例):

/give @s tacz:ak47{AUTOallow:1b} 1

配置(首次启动后位于 serverconfig/tacz_autofire-server.toml):

GLOBAL    = true   # 全局全自动
NBT       = true   # 允许带 {AUTOallow:1b} 的枪
EFFECT    = true   # 允许自动开火效果
ATTRIBUTE = true   # 允许自动开火属性(值 > 0)

📦 前置要求

❓ 常见问题

  • 是服务端模组吗? 配置由服务端权威下发并同步给客户端,实际扳机行为在客户端修补,因此客户端必须安装本模组(若要在服务器上强制配置,服务端也需安装)。
  • 哪些枪受影响? 所有开火模式为半自动(SEMI)或点射(BURST)的 TACZ 枪械。全自动枪械不受影响。

⚖️ 许可证

保留所有权利。

Project description from CurseForge.

Pick your setup

TACZ Auto Fire by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

2 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

TACZ Auto Fire versions and loaders

5 of 5 releases match

Looking for an older file? The official CurseForge project page is in Resources.