Mineuniverse
Log in Register
Mods

IdleTick - Armor Stands

Skips 95% of armor stand ticks for stationary stands — a lightweight, configurable server performance optimization.
by TheMattaBase
Download Claim this project
47 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Server Utility Utility & QoL

Armor stands are one of the most common entities on decorated servers, yet every single one ticks every single game tick — even when they're just standing still doing nothing. IdleTick fixes that by intelligently skipping ticks for armor stands that don't need them, dramatically reducing server load with zero visual impact.

How It Works

IdleTick uses a mixin to intercept the tick method on armor stands. When an armor stand is stationary (on the ground or has NoGravity), the mod skips the vast majority of its ticks — by default, only processing 1 out of every 20 ticks. This means 95% fewer ticks for every idle armor stand on your server.

The mod is smart about when not to skip:

  • Stands that are riding something or being ridden still tick normally
  • Stands that are on fire still tick normally
  • Stands that have been knocked or pushed still tick normally
  • Stands that are moving (e.g. sliding on ice) still tick normally

This ensures armor stands always behave correctly in dynamic situations while saving performance when they're just sitting there looking pretty.

Features

  • Massive tick reduction — skips up to 95% of ticks for stationary armor stands
  • Zero visual impact — players won't notice any difference
  • Fully configurable — toggle every condition and adjust the skip interval
  • Game rule support — server operators can override settings per-world with game rules
  • In-game config screen — change settings without editing files (ModMenu on Fabric, mod config on NeoForge)
  • Server-side optimization — works on dedicated servers and singleplayer
  • Multiloader — supports both NeoForge and Fabric

Configuration

All settings are stored in config/lazystands.json and can be edited in-game through the config screen.

Setting Default Description
enabled true Master toggle for the mod
skipInterval 20 Only tick once every N ticks (2–100). Default 20 = 95% skip rate
Skip Conditions At least one must be true to skip
skipWhenOnGround true Skip ticks when the armor stand is on the ground
skipWhenNoGravity true Skip ticks when the armor stand has NoGravity
Safety Checks Prevents skipping when true
dontSkipIfPassenger true Don't skip if the stand is riding another entity
dontSkipIfHasPassengers true Don't skip if something is riding the stand
dontSkipIfOnFire true Don't skip if the stand is on fire
dontSkipIfHurtMarked true Don't skip if the stand has been knocked/pushed
dontSkipIfMoving true Don't skip if the stand has horizontal velocity

Installation

  1. Install NeoForge or Fabric (+ Fabric API)
  2. Install PolyLib (required dependency)
  3. Drop the jar into your mods folder

On Fabric, ModMenu is optional but recommended for in-game config access.

FAQ

Does this affect armor stand animations or poses? No. The armor stand still renders normally on the client. This only affects server-side ticking.

Will this break armor stands used in map builds or datapacks? Stationary armor stands used purely for decoration will work perfectly. If you have armor stands involved in complex redstone or command block setups, you can lower the skipInterval or toggle specific conditions in the config.

Does this work on servers? Yes — this is primarily a server-side optimization. Install it on the server and it works for all players.

How much performance does this actually save? It depends on how many armor stands are loaded. A server with hundreds of decorative armor stands in loaded chunks will see a meaningful reduction in entity tick time. The more stands you have, the bigger the impact.

idletick_armor_stands-fabric-26.1.2-1.0.0.jar
MC Fabric, Server, 26.1.2
Release 2026-05-26 Get
idletick_armor_stands-neoforge-26.1.2-1.0.0.jar
MC NeoForge, Server, 26.1.2
Release 2026-05-26 Get

More from TheMattaBase

ASM Fixes (J.A.F.M)
82,351
TheMettaLabs Island Separator
815
J.A.C.C
590
Spam Threshold Backport
25
Chicken Chins
1,030

You Might Also Like

APTweaks: Items (11.x Classic)
Item clustering (fallen blocks, experience orbs, ...) and garbage cleanup.
9,884,514
VanillaDeathChest (Fabric)
Places containers when players die that contain their items.
994,762
Styled Nicknames
Simple, but configurable nicknaming mod allowing your server's players (and admins) to change their nickname with full formatting support
989,499
Tiquality
Make server lag the problem of the source player.
99,489
Blame (Fabric)
Those gosh darn crashlogs not saying which worldgen feature is crashing!
99,012
Weathering with You
Forecast Minecraft weather with a radar or a hat!
98,579