challengetimer

Quick rating

challengetimer

No reviews yet

An advanced Minecraft Timer Mod for Challenges etc with countdowns, stopwatches, gradients and more

Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
AAirCrafters License
Latest Version
timer1-21-10-1.3.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

# Challenge Timer

An advanced Minecraft Timer Mod for Challenges etc.                                           
Tutorial: https://youtu.be/aHcGYtDmxuk

## Features

- Countdown
- Countup (Stopwatch)
- multiple Timers supported
- Colors (names + hex-codes)
- Color Gradients (static & animated)
- customize animationtime + direction
- advanced Time Indication
- set Pre- & Suffix
- retime
- retype (count up/down)
- customize finished text (shown when the timer is over)
- format text (bold,underlined,..)
- pause timers

## Upcoming:
- more advanced formatting options
- assign timers to players
- more colors in gradients possible

## Usage

How to add Countdown
```
  /timer add Countdown <time></time>

  <time> given like "2d6h20m13s"</time>

  Keywords: 
  'd' : days 
  'h' : hours 
  'm' : minutes 
  's' : seconds
  
```

How to add Stoppwatch
```
  /timer add Countup <time> Countup
```</time>

How to start the Timer
```
  /timer start
```

How to reset the Timer
```
  /timer reset
```

How to remove Timer
```
  /timer remove
```

How to change the shown Timer
```
  /timer set
```

How to set Timer Color
```
  /timer set color
```

How to use an animated Gradient
```
    /timer set color gradient animated
```

How to set Timer Time
```
  /timer set time <time>
```</time>

How to set Pre/Suffix
```
  /timer settings prefix/suffix

  ! the pre/suffix color is the default_color
```

How to set default Timer Color
```
  /timer settings default_color
```

How to set finished-text (text shown after timer over)
```
  /timer settings finished_text

  Keywords:
  {name} = name of current timer
```

How to pause/unpause
```
  /timer pause 
```

How to en/disable timers
```
  /timer en/disable
```

## System Infos

**Minecraft Verion:** Minecraft Java Fabric 1.21.5

**Fabric Loader:** 0.16.14 (usually preset)

## 🔗 Links
[![portfolio](https://www.aaircrafter.online/linktreeicon.svg?logo=aaircrafter&logoColor=white)](https://www.aaircrafter.online/linktree)
[![discord](https://img.shields.io/badge/Discord-%235865F2.svg?&logo=discord&logoColor=white)](https://www.aaircrafter.online/discord)
[![youtube](https://img.shields.io/badge/YouTube-%23FF0000.svg?logo=YouTube&logoColor=white)](https://www.youtube.com/@AAirCrafter)
[![TikTok](https://img.shields.io/badge/TikTok-black?logo=tiktok&logoColor=white)](https://www.tiktok.com/@aaircrafter)
[![Modrinth](https://img.shields.io/badge/Modrinth-5da545?logo=modrinth&logoColor=white)](https://modrinth.com/user/AAirCrafter)
[![PlanetMC](https://img.shields.io/badge/PlanetMinecraft-2d6f90?logo=internet-explorer&logoColor=white)](https://www.planetminecraft.com/member/aaircrafter/)

## Authors

- [@AAirCrafter](https://github.com/AAirCrafter)

## License

[AAirCrafter's License](https://www.aaircrafter.online/license)

Challenge Timer

An advanced Minecraft Timer Mod for Challenges etc.
Tutorial: https://youtu.be/aHcGYtDmxuk

Features

  • Countdown
  • Countup (Stopwatch)
  • multiple Timers supported
  • Colors (names + hex-codes)
  • Color Gradients (static & animated)
  • customize animationtime + direction
  • advanced Time Indication
  • set Pre- & Suffix
  • retime
  • retype (count up/down)
  • customize finished text (shown when the timer is over)
  • format text (bold,underlined,..)
  • pause timers
  • customize pause text

Upcoming:

  • more advanced formatting options
  • assign timers to players
  • more colors in gradients possible

Usage

How to add Countdown

  /timer add Countdown <Timername> <time>

  <time> given like "2d6h20m13s"

  Keywords: 
  'd' : days 
  'h' : hours 
  'm' : minutes 
  's' : seconds
  

How to add Stoppwatch

  /timer add Countup <name> <time> Countup

How to start the Timer

  /timer start <name>

How to reset the Timer

  /timer reset <name>

How to remove Timer

  /timer remove <name>

How to change the shown Timer

  /timer set <name>

How to set Timer Color

  /timer set <name> color <color(name or hex)>

How to use an animated Gradient

    /timer set <name> color gradient <hex> <hex> animated

How to set Timer Time

  /timer set <name> time <time>

How to set Pre/Suffix

  /timer settings prefix/suffix <prefix/suffix>

  ! the pre/suffix color is the default_color

How to set default Timer Color

  /timer settings default_color <color(name or hex)>

How to let Pre/Suffix inherit from Timer Formattings

  /timer settings defaultColor useTimerFormattings

  ! fe gradients and formattings like bold/underlined

How to set finished-text (text shown after timer over)

  /timer settings finishedText <text>

  Keywords:
  {name} = name of current timer

How to pause/unpause

  /timer pause 

How to set paused-text (text shown after timer over)

  /timer settings pausedText <text>

  Keywords:
  {name} = name of current timer
  {time} = time of current timer

How to en/disable timers

  /timer en/disable

System Infos

Minecraft Verion: Minecraft Java Fabric 1.21.5

Fabric Loader: 0.16.14 (usually preset)

🔗 Links

portfolio discord youtube TikTok Modrinth PlanetMC

Authors

License

AAirCrafter's License

Screenshots

Gallery

  • timer with pre/suffix and higher animtime
    timer with pre/suffix and higher animtime
  • red/orange timer
    red/orange timer
  • green timer with formattings
    green timer with formattings /timer set challenge gradient "#E41500" "#FF9900" animated
  • animated timer example
    animated timer example /timer set challenge gradient "#080CFF" "#FF0CFF" animated
  • animated timer example
    animated timer example /timer set challenge gradient "#080CFF" "#FF0CFF" animated
  • green timer with formattings
    green timer with formattings /timer set challenge gradient "#037800" "#03FF00" animated
  • red/orange timer
    red/orange timer /timer set challenge gradient "#D90015" "#FF9500" animated
  • timer with pre/suffix and higher animtime
    timer with pre/suffix and higher animtime
  • add timer
    add timer /timer add challenge Countdown 1h30m
  • change color
    change color
  • change color to static gradient
    change color to static gradient /timer set challenge color gradient "#080CFF" "#FF0CFF" static

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~2,000
Total Downloads
CurseForge
<1,000
Modrinth
~2,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works