NoTick

NoTick

Server-side entity tick optimizer for large modded servers. Reduces wasted distant entity ticking with whitelists, claim protection, diagnostics, and optional item optimization.

von
4.2K Downloads
fabricforgeneoforgeoptimization
Server mit dieser Mod mieten

Screenshots

Showcase on the AllTheMons Modpack

Über diese Mod

NoTick

NoTick is a server-side entity tick optimizer built for large modded Minecraft servers.

Large packs can waste a lot of CPU time ticking mobs, items, and other entities that no player can see, reach, fight, collect, or interact with. NoTick cuts that background work by skipping eligible far-away entity ticks while keeping important gameplay protected.

The goal is simple: less wasted simulation, more tick budget for the parts of the server players are actually using.

Server Impact Dashboard

NoTick Stat Value
Required dependencies Fabric API on Fabric builds
Supported build targets 6
Optional claim integrations FTB Chunks + Open Parties and Claims
Admin commands 5
Main optimization target Distant unused entity ticking
Safety controls Whitelists, dimensions, raids, claims, active chunks

Tick Savings Example

NoTick's savings scale with the number of eligible distant entities. If an entity is outside player range and is not protected by a whitelist, claim, raid rule, or active chunk safeguard, its normal entity tick can be skipped.

Eligible distant entities Tick calls skipped per server tick Tick calls skipped per second at 20 TPS
100 up to 100 up to 2,000
500 up to 500 up to 10,000
1,000 up to 1,000 up to 20,000
2,500 up to 2,500 up to 50,000

These are not fake benchmark claims. They show the math behind the optimization: fewer eligible distant entities ticking means less background entity work for the server.

What Stays Active

Players and nearby gameplay      [ACTIVE]    always ticks normally
Whitelisted entities/mods        [ACTIVE]    protected by config
Claimed bases and farms          [ACTIVE]    protected with FTB Chunks or OPAC
Raid-sensitive entities          [ACTIVE]    protected by raid rules
Distant unused mobs/entities     [OPTIMIZE]  skipped when safely outside range
Distant dropped items            [OPTIONAL]  configurable chance-based ticking

Decision Flow

Entity tick starts
  -> Player?                         Tick normally
  -> Disabled by config?             Tick normally
  -> Whitelisted entity or mod?       Tick normally
  -> Near a player?                   Tick normally
  -> In active or claimed chunk?      Tick normally
  -> Raid-protected?                  Tick normally
  -> Eligible distant entity?         Skip tick

Why Servers Use NoTick

  • Reduces background entity ticking cost in high-entity worlds
  • Helps stabilize TPS in large modpacks and busy SMPs
  • Works with modded mobs and entities through registry IDs
  • Protects important gameplay through whitelists and safeguards
  • Supports claim-aware ticking for bases, farms, and automation zones
  • Gives admins diagnostics and config reload tools in-game
  • Requires only Fabric API on Fabric; Forge and NeoForge builds need no extra dependency mod

Core Features

  • Distance-based entity tick optimization
  • Configurable horizontal and vertical tick ranges
  • Optional dropped-item optimization with configurable distant tick chance
  • Entity whitelist and full mod ID whitelist support
  • Raid-specific ticking controls
  • Dimension whitelist support
  • Active chunk protection for recently used or base-like chunks
  • Optional FTB Chunks integration
  • Optional Open Parties and Claims integration
  • /notick diagnostics command suite
  • /notick reload for config reloads without restarting

Admin Commands

All commands require operator/admin permissions.

Command Purpose
/notick Shows current optimization status
/notick status Shows detailed settings and integration status
/notick here Shows diagnostics for your current chunk
/notick reload Reloads the config from disk
/notick help Lists available commands

Compatibility

NoTick is designed for modded servers and supports modded entities through normal registry IDs.

Current builds:

  • Fabric 1.20.1 and 1.21.1
  • Forge 1.20.1
  • NeoForge 1.21.1, 26.1.2, and 26.2

Use config whitelists for:

  • bosses and multipart mobs
  • scripted or event entities
  • fake-player-style automation
  • projectiles or special entities from large content mods
  • any mod where distant entities must keep ticking normally

If FTB Chunks or Open Parties and Claims is installed, claimed chunks can be treated as protected areas. This is useful for farms, automation zones, and bases that should keep normal behavior while players are away.

Best Fit

NoTick is strongest on:

  • large modded survival servers
  • kitchensink packs with heavy passive entity load
  • SMPs with many bases, farms, and dimensions
  • servers where distant mobs and items create constant tick cost
  • packs that need admin-controlled performance safeguards

Important Note

NoTick is intentionally performance-focused and can change behavior for far-away, unprotected entities.

If a farm or contraption must run while nobody is nearby, protect it with chunk claims, active chunk safeguards, entity whitelists, mod ID whitelists, or dimension rules.

Credits

Originally based on DoesItTick by Txni.
Maintained fork by Rique.

Verfügbare Versionen

NoTick 1.1.29 - NeoForge 26.2release
MC 26.2neoforge
3. August 2026
NoTick 1.1.29 - NeoForge 26.1.2release
MC 26.1.2neoforge
3. August 2026
NoTick 1.1.29 - NeoForge 1.21.1release
MC 1.21.1neoforge
3. August 2026
NoTick 1.1.29 - Fabric 1.21.1release
MC 1.21.1fabric
3. August 2026
NoTick 1.1.29 - Forge 1.20.1release
MC 1.20.1forge
3. August 2026

NoTick auf dem Server installieren

1

Server bestellen

Bestelle einen Minecraft Java Server mit mindestens 3 GB RAM (4 GB empfohlen).

2

fabric Loader setzen

Wähle im Panel unter "Egg" den fabric-Loader und die passende Minecraft-Version (26.2).

3

Mod installieren

Öffne den Mod-Browser im Dashboard und suche nach "NoTick". Klicke "Installieren" – fertig! Alternativ: Lade die .jar via SFTP in den /mods Ordner.

Kompatibilität

Mod-Loader

fabricforgeneoforge

Minecraft-Versionen

26.2, 26.1.2, 1.21.1 (+2 weitere)

Server-seitig

Erforderlich

Empfohlener RAM

4 GB(min. 3 GB)

Häufige Fragen

NoTick Server crasht beim Start – was tun?

Häufigste Ursache: falsche fabric-Version oder zu wenig RAM. Prüfe im Server-Log (latest.log), ob ein "OutOfMemoryError" oder "Mixin"-Fehler auftritt. Bei Mado Hosting: Stelle sicher, dass mindestens 3 GB RAM zugewiesen sind und der Loader zur Mod-Version passt (26.2). Über das Panel kannst du den Loader mit einem Klick wechseln.

Ist NoTick mit fabric und forge und neoforge kompatibel?

NoTick unterstützt offiziell fabric, forge, neoforge für Minecraft 26.2, 26.1.2, 1.21.1. Achtung: Forge- und Fabric-Mods sind NICHT untereinander kompatibel – wähle einen Loader und bleibe dabei. Im Mado Dashboard werden inkompatible Loader-Kombinationen automatisch erkannt.

Server laggt mit NoTick – wie optimiere ich die Performance?

Empfohlener RAM: 4 GB (+1 GB pro 8 Spieler). Prüfe mit /spark profiler, ob NoTick den meisten Tick-Time verbraucht. Häufige Fixes: Server-View-Distance auf 8-10 reduzieren, bei Forge "performant" oder "starlight" als Zusatz-Mod installieren. Bei Mado Hosting läuft dein Server auf NVMe-SSDs mit dedizierten CPU-Kernen für minimale Latenz.

Modded Server mieten

Installiere NoTick mit nur einem Klick auf deinem Server.

Empfohlener RAM
4 GBab €5.2/Monat
Min. 3 GB | +1 GB pro 8 Spieler
Jetzt Server erstellen
1-Klick Mod Installation
NVMe SSD Speicher
DDoS-Schutz inklusive

Details

Lizenz
GNU Lesser General Public License v3.0 or later
Server-seitig
Erforderlich

Unterstützte Versionen

26.226.1.21.21.11.211.20.1