boti_timer

โญ โ€” (0 endorsements) ๐Ÿ“ฅ 111 downloads ๐Ÿ“Œ v0.2.1 ๐Ÿ“… 10/19/2025
๐ŸŸก Updated this year

By BlackShadowHRD ยท datapack

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 5/18/2026 ๐Ÿ“… Created: 10/19/2025

๐Ÿ” Analysis

  • ๐Ÿ† #1163 of 2169 datapack mods in this game by downloads

๐Ÿ“‹ About This Mod

# ๐Ÿ•’ boti_timer โ€” Global Countdown / Count-Up Timer (v0.1.0) A lightweight, fully-vanilla Minecraft **timer datapack** that displays a running timer on the **actionbar**. Designed for operators who need a simple, server-side stopwatch or countdown for events, speedruns, or minigames. --- ## โœจ Features - โฑ๏ธ Count **up** or **down** (configurable) - ๐ŸŽจ Selectable display colors (gold, yellow, purple, green, aqua, red, gray) - ๐Ÿง  Built entirely with **functions and scoreboards** - โš™๏ธ Operator-controlled start/stop/toggle functions - ๐Ÿ”” Real-time **actionbar display** (`HH:MM:SS`) - ๐Ÿงฉ Works in **vanilla**, **Paper**, **Fabric**, or **Forge** servers โ€” no mods required --- ## ๐Ÿงญ Installation 1. Place the `boti_timer` folder (zipped or unzipped) into your worldโ€™s `datapacks/` directory. 2. Run `/reload` in-game. --- ## โš™๏ธ Initialization The timer is initialised with the command `/function boti_timer:init` (see below). This will: - Create required scoreboard objectives, - Set defaults: - mode is set to count up - display colour is set to yellow - the timer is made visible and will displays 00:00:00 - Start a repeating schedule every second. --- ## โš™๏ธ Usage ### All Modes The timer is controlled by typing commands into the chat or the server console. Vanilla behaviour is, that only server operators are allowed to use the `/function` command so other players are not able to start/pause etc. the timer. | Action | Command | |-----------|--------------| | initialise the timer | `/function boti_timer:init` | | start the timer | `/function boti_timer:start` | | pause the timer | `/function boti_timer:pause` | | reset the timer | `/function boti_timer:reset` | | resume the timer | `/function boti_timer:resume` | ### Countdown Mode The countdown mode comes with 4 presets, for 5 minutes, 15 minutes, 30 minutes and 1 hour respectively. It can also be used with a custom period of time, which needs to be specified in seconds. | Action | Command | |-----------|--------------| | initialise the timer | `/function boti_timer:settings/preset/5m` | | start the timer | `/function boti_timer:settings/preset/15m` | | pause the timer | `/function boti_timer:settings/preset/30m` | | reset the timer | `/function boti_timer:settings/preset/1h` | | resume the timer | `/function boti_timer:resume` | When using the preset countdowns the timer has to be started manually by issuing the following command: `/function boti_timer:start` When a different amount of time for the countdown timer is required, this can be done by issuing the comand `/function boti_timer:settings/mode/countdown {secs:nnnn}` where nnnn is the number of seconds required. If the countdown timer is used this way, **it will start immediately**. In the following example the countdown timer will run for 90 minutes: - `/function boti_timer:settings/mode/countdown {secs:5400}` > **Note: This will start the countdown immediately.** ## ๐ŸŽฎ Operator Controls | Function | Description | |-----------|--------------| | `/function boti_timer:display/enable` | Show timer on actionbar | | `/function boti_timer:display/disable` | Hide timer display | | `/function boti_timer:display/toggle` | Toggle show/hide | | `/function boti_timer:settings/mode/countup` | Switch to count-up mode | | `/function boti_timer:settings/mode/countdown {secs:3600}` | Switch to countdown mode and set seconds (1 h = 3600) | > **Note:** Only ops can run these functions. --- ## ๐Ÿ–Œ๏ธ Customization ### Colours The timer colour can be one of 7 colours and it defaults to yellow. To change the colour: | Command | Effect | |:--|:--| | /function boti_timer:settings/color.gold | set the display colour to <span style="color: gold;">gold</span> | | /function boti_timer:settings/color.yellow | set the display colour to <span style="color: red;">yellow</span> | | /function boti_timer:settings/color.purple | set the display colour to <span style="color: mediumpurple ;">light purple</span> | | /function boti_timer:settings/color.green | set the display colour to <span style="color: green;">green</span> | | /function boti_timer:settings/color.aqua | set the display colour to <span style="color: aqua;">aqua</span> | | /function boti_timer:settings/color.red | set the display colour to <span style="color: red;">text</span> | | /function boti_timer:settings/color.gray | set the display colour to <span style="color: gray;">gray</span> | --- ## &copy; Copyright &copy; 2025 DocBoti โ€” Licensed under the MIT License.

# ๐Ÿ•’ boti_timer โ€” Global Countdown / Count-Up Timer (v0. 1. 0)

A lightweight, fully-vanilla Minecraft timer datapack that displays a running timer on the actionbar.

Designed for operators who need a simple, server-side stopwatch or countdown for events, speedruns, or minigames.

## โœจ Features

  • โฑ๏ธ Count up or down (configurable)
  • ๐ŸŽจ Selectable display colors (gold, yellow, purple, green, aqua, red, gray)
  • ๐Ÿง  Built entirely with functions and scoreboards
  • โš™๏ธ Operator-controlled start/stop/toggle functions
  • ๐Ÿ”” Real-time actionbar display (`HH:MM:SS`)
  • ๐Ÿงฉ Works in vanilla, Paper, Fabric, or Forge servers โ€” no mods required

## ๐Ÿงญ Installation

1. Place the `boti_timer` folder (zipped or unzipped) into your worldโ€™s `datapacks/` directory. 2. Run `/reload` in-game.

## โš™๏ธ Initialization

The timer is initialised with the command `/function boti_timer:init` (see below). This will: - Create required scoreboard objectives, - Set defaults: - mode is set to count up - display colour is set to yellow - the timer is made visible and will displays 00:00:00 - Start a repeating schedule every second.

  • --
  • ## โš™๏ธ Usage
  • ### All Modes
  • The timer is controlled by typing commands into the chat or the server console. Vanilla behaviour is, that only server operators are allowed to use the `/function` command so other players are not able to start/pause etc. the timer.

| Action | Command | |-----------|--------------| | initialise the timer | `/function boti_timer:init` | | start the timer | `/function boti_timer:start` | | pause the timer | `/function boti_timer:pause` | | reset the timer | `/function boti_timer:reset` | | resume the timer | `/function boti_timer:resume` |

### Countdown Mode The countdown mode comes with 4 presets, for 5 minutes, 15 minutes, 30 minutes and 1 hour respectively. It can also be used with a custom period of time, which needs to be specified in seconds.

| Action | Command | |-----------|--------------| | initialise the timer | `/function boti_timer:settings/preset/5m` | | start the timer | `/function boti_timer:settings/preset/15m` | | pause the timer | `/function boti_timer:settings/preset/30m` | | reset the timer | `/function boti_timer:settings/preset/1h` | | resume the timer | `/function boti_timer:resume` |

When using the preset countdowns the timer has to be started manually by issuing the following command: `/function boti_timer:start`

When a different amount of time for the countdown timer is required, this can be done by issuing the comand `/function boti_timer:settings/mode/countdown {secs:nnnn}` where nnnn is the number of seconds required. If the countdown timer is used this way, it will start immediately. In the following example the countdown timer will run for 90 minutes:

- `/function boti_timer:settings/mode/countdown {secs:5400}`

> Note: This will start the countdown immediately.

## ๐ŸŽฎ Operator Controls

| Function | Description | |-----------|--------------| | `/function boti_timer:display/enable` | Show timer on actionbar | | `/function boti_timer:display/disable` | Hide timer display | | `/function boti_timer:display/toggle` | Toggle show/hide | | `/function boti_timer:settings/mode/countup` | Switch to count-up mode | | `/function boti_timer:settings/mode/countdown {secs:3600}` | Switch to countdown mode and set seconds (1 h = 3600) |

> Note: Only ops can run these functions.

## ๐Ÿ–Œ๏ธ Customization

### Colours The timer colour can be one of 7 colours and it defaults to yellow. To change the colour:

| Command | Effect | |:--|:--| | /function boti_timer:settings/color.gold | set the display colour to gold | | /function boti_timer:settings/color.yellow | set the display colour to yellow | | /function boti_timer:settings/color.purple | set the display colour to light purple | | /function boti_timer:settings/color.green | set the display colour to green | | /function boti_timer:settings/color.aqua | set the display colour to aqua | | /function boti_timer:settings/color.red | set the display colour to text | | /function boti_timer:settings/color.gray | set the display colour to gray |

## © Copyright

© 2025 DocBoti โ€” Licensed under the MIT License.

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š Mod Details

Game
Minecraft Data Packs
Author
BlackShadowHRD
Version
0.2.1
Downloads
111
Endorsements
0
Category
datapack
Created
10/19/2025
Updated
5/18/2026
Game Versions
26.1, 26.1.1, 26.1.2
Tags
game-mechanics, minigame, utility

๐Ÿ”ง How to Install Minecraft Data Packs Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

๐Ÿ“– Full step-by-step install guide for Minecraft Data Packs โ†’

Visit the official mod page for specific installation instructions for this mod.

๐ŸŽฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Data Packs commands, item IDs, and more.

โ“ Frequently Asked Questions

Which Minecraft Data Packs versions does boti_timer support?

The author lists 26.1, 26.1.1, 26.1.2. Other versions may work but are untested by the author.

What is the latest version of boti_timer?

Version 0.2.1, published 2026-05-18 with 111 downloads recorded at the source.

Keep browsing โ€” more Minecraft Data Packs mods await

๐Ÿ“‹ All Minecraft Data Packs Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More datapack ๐Ÿ‘ค More by BlackShadowHRD ๐Ÿ”Ž Similar Mods ๐ŸŒ Best datapack (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods