Skip to content

Installation

EmilDeuOfficial edited this page Jun 5, 2026 · 1 revision

Installation

Requirements

Requirement Version
Server software Paper 1.21 – 1.21.x
Java 21 or higher

Purpur and Pufferfish are also compatible. Spigot and Folia are not supported.


Step-by-step

1. Download the JAR

Download the latest ChunkTicker_x.x.x_1.21.jar from the Releases page.

2. Place in plugins folder

Copy the JAR into your server's plugins/ directory:

server/
└── plugins/
    └── ChunkTicker_1.0.0_1.21.jar   ← here

3. Start the server

Start or restart your server. ChunkTicker will generate its default config.yml on first launch:

plugins/
└── ChunkTicker/
    └── config.yml

4. Verify

Check your server console for:

[ChunkTicker] ChunkTicker aktiviert.

If you see this, the plugin loaded successfully.


First use

Stand in the chunk you want to keep loaded and run:

/ct set

To keep a larger area (e.g. a 3×3 chunk area around you) loaded:

/ct set 1

The radius is measured in chunks. Radius 1 = 3×3 = 9 chunks, radius 2 = 5×5 = 25 chunks.


Updating

  1. Stop the server
  2. Replace the old JAR with the new one
  3. Start the server

Your config.yml (including the registered chunk list) is preserved across updates.


Uninstalling

  1. Run /ct off to cleanly remove all chunk tickets
  2. Stop the server
  3. Delete the JAR and the plugins/ChunkTicker/ folder

Clone this wiki locally