{"id":159018,"date":"2026-06-09T17:01:33","date_gmt":"2026-06-09T14:01:33","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/trail-timer\/"},"modified":"2026-06-09T17:01:33","modified_gmt":"2026-06-09T14:01:33","slug":"trail-timer","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/trail-timer\/","title":{"rendered":"Trail Timer"},"content":{"rendered":"<p># \u23f1 TrialTimer<\/p>\n<p>> Configurable Trial Spawner cooldown \u2014 because 30 minutes is way too long.<\/p>\n<p>![Minecraft](https:\/\/img.shields.io\/badge\/Minecraft-1.21.x-green?style=flat-square)<br \/>\n![Paper](https:\/\/img.shields.io\/badge\/Paper%20%2F%20Purpur-supported-blue?style=flat-square)<br \/>\n![Version](https:\/\/img.shields.io\/badge\/Version-1.1.0-orange?style=flat-square)<br \/>\n![License](https:\/\/img.shields.io\/badge\/License-MIT-lightgrey?style=flat-square)<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd27 What does it do?<\/p>\n<p>Vanilla Trial Spawners have a **hardcoded 30-minute cooldown** after a wave is completed.<br \/>\nTrialTimer lets you set that to whatever you want \u2014 down to a few seconds if needed.<\/p>\n<p>No client-side mods required. Works fully server-side.<\/p>\n<p>When a spawner finishes its cooldown, nearby players receive a **broadcast message** so they know it&#8217;s ready to fight again.<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f How does it work?<\/p>\n<p>The 30-minute rule is hardcoded in Minecraft&#8217;s source code, so datapacks can&#8217;t touch it.<br \/>\nTrialTimer works around this by hooking into the spawner&#8217;s internal state via **NMS reflection**:<br \/>\nwhen a spawner enters cooldown, the plugin overwrites `cooldownEndsAt` to your configured duration.<br \/>\nMinecraft then reads that value and considers the cooldown over \u2014 simple and clean.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udce6 Installation<\/p>\n<p>1. Drop `TrialTimer-x.x.x.jar` into your `plugins\/` folder<br \/>\n2. Restart the server<br \/>\n3. Edit `plugins\/TrialTimer\/config.yml`<br \/>\n4. Run `\/trialtimer reload`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\uddc2 config.yml<\/p>\n<p>&#8220;`yaml<br \/>\n# Cooldown duration in minutes. Supports decimals (e.g. 0.5 = 30 seconds).<br \/>\n# Vanilla default: 30 minutes<br \/>\ncooldown-minutes: 5.0<\/p>\n<p># Language for plugin messages.<br \/>\n# Available: en, de<br \/>\nlanguage: en<\/p>\n<p># Broadcast a message to nearby players when a Trial Spawner finishes its cooldown.<br \/>\nbroadcast:<br \/>\n  enabled: true<br \/>\n  radius: 64  # in blocks<\/p>\n<p># Debug mode \u2014 logs every cooldown modification to the console.<br \/>\ndebug: false<br \/>\n&#8220;`<\/p>\n<p>### Quick reference \u2014 Minutes \u2192 Ticks<\/p>\n<p>| Minutes | Seconds | Ticks  |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8211;|<br \/>\n| 0.5     | 30s     | 600    |<br \/>\n| 1       | 60s     | 1,200  |<br \/>\n| 5       | 300s    | 6,000  |<br \/>\n| 10      | 600s    | 12,000 |<br \/>\n| 30      | 1800s   | 36,000 *(vanilla)* |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcac Commands<\/p>\n<p>| Command | Description | Permission |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/trialtimer help` | Shows command overview | `trialtimer.use` |<br \/>\n| `\/trialtimer info` | Shows current cooldown | `trialtimer.use` |<br \/>\n| `\/trialtimer reload` | Reloads config + language | `trialtimer.reload` |<\/p>\n<p>**Alias:** `\/tt`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udce2 Broadcast<\/p>\n<p>When a Trial Spawner finishes its cooldown, all players within the configured radius receive a message:<\/p>\n<p>&#8220;`<br \/>\n[TrialTimer] A Trial Spawner at 42, 63, -128 is ready to fight again!<br \/>\n&#8220;`<\/p>\n<p>The message is fully customizable in the language files (`lang\/messages_en.yml` \/ `lang\/messages_de.yml`).<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcca PlaceholderAPI<\/p>\n<p>TrialTimer supports **PlaceholderAPI** (optional \u2014 works without it too).<\/p>\n<p>| Placeholder | Description |<br \/>\n|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `%trialtimer_cooldown_minutes%` | Configured cooldown in minutes |<br \/>\n| `%trialtimer_cooldown_seconds%` | Configured cooldown in seconds |<br \/>\n| `%trialtimer_cooldown_ticks%` | Configured cooldown in ticks |<\/p>\n<p>Use these in scoreboards, holograms, or any plugin that supports PlaceholderAPI.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udf0d Language Support<\/p>\n<p>TrialTimer ships with **English** and **German** out of the box.<br \/>\nSwitch via `language: de` in `config.yml`.<\/p>\n<p>Language files are saved to `plugins\/TrialTimer\/lang\/` and can be edited freely.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd0c Compatibility<\/p>\n<p>| Software | Supported |<br \/>\n|&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8211;|<br \/>\n| Paper 1.21.x | \u2705 |<br \/>\n| Purpur 1.21.x | \u2705 |<br \/>\n| PlaceholderAPI | \u2705 *(optional)* |<br \/>\n| Spigot | \u274c |<br \/>\n| Folia | \u274c |<\/p>\n<p>> **Note:** The NMS reflection targets Mojang-mapped Paper\/Purpur builds (1.21+).<br \/>\n> Enable `debug: true` if you run into issues \u2014 it logs the exact field names found at runtime.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcc4 License<\/p>\n<p>MIT \u2014 free to use, fork, and redistribute.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Reduces the Trial Spawner cooldown from the vanilla 30 minutes to a configurable duration \u2014 fully server-side, no client mods required.<\/p>\n","protected":false},"featured_media":159019,"template":"","meta":{"_minecraft_slug":"trail-timer","_minecraft_project_id":"LcrKhpH1","_minecraft_author":"itsLarss_","_minecraft_license":"MIT","_minecraft_downloads":23,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"trail-timer.zip","_minecraft_size_bytes":32430,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-15T22:22:16.540733Z","_minecraft_date_created":"2026-03-30T20:20:56.927535Z","_minecraft_date_modified":"2026-03-31T00:51:50.345732Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/trail-timer","_minecraft_icon_attachment_id":159019,"_minecraft_imported_at":"2026-06-09T14:01:33+00:00","_minecraft_import_hash":"49de2a9fe74cf2ce088308f03cd1cefa","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,89,126,137,90,127,128,129,92],"mod_loader":[132,133,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-159018","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-game-mechanics","mod_category-management","mod_category-mobs","mod_category-optimization","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-utility","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Trail Timer - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/trail-timer\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Trail Timer - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Reduces the Trial Spawner cooldown from the vanilla 30 minutes to a configurable duration \u2014 fully server-side, no client mods required.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/trail-timer\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/trail-timer\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/trail-timer\\\/\",\"name\":\"Trail Timer - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/trail-timer\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/trail-timer\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/trail-timer-icon-9feec6cb498d15e631291178d9998146431d8b1a_96.webp\",\"datePublished\":\"2026-06-09T14:01:33+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/trail-timer\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/trail-timer\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/trail-timer\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/trail-timer-icon-9feec6cb498d15e631291178d9998146431d8b1a_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/trail-timer-icon-9feec6cb498d15e631291178d9998146431d8b1a_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/trail-timer\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Trail Timer\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Trail Timer - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/trail-timer\/","og_locale":"en_US","og_type":"article","og_title":"Trail Timer - Minecraft","og_description":"Reduces the Trial Spawner cooldown from the vanilla 30 minutes to a configurable duration \u2014 fully server-side, no client mods required.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/trail-timer\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/trail-timer\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/trail-timer\/","name":"Trail Timer - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/trail-timer\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/trail-timer\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/trail-timer-icon-9feec6cb498d15e631291178d9998146431d8b1a_96.webp","datePublished":"2026-06-09T14:01:33+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/trail-timer\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/trail-timer\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/trail-timer\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/trail-timer-icon-9feec6cb498d15e631291178d9998146431d8b1a_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/trail-timer-icon-9feec6cb498d15e631291178d9998146431d8b1a_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/trail-timer\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Trail Timer"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/159018","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/159019"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=159018"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=159018"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=159018"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=159018"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}