-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Festival Timer for Fabric | ||
[](https://github.com/OakPlatinum/FestivalTimer4Fabric/actions/workflows/build.yml) | ||
[](https://modrinth.com/mod/ft4f) | ||
[](https://github.com/OakPlatinum/FestivalTimer4Fabric) | ||
|
||
|
||
Here is the description of FT4F. Actually, this mod is too easy to use to say anything about it, so I list a few notes for you guys: | ||
1. The file name of its config is festivaltimer.json, under the config folder. | ||
2. Whenever you change the config, you should run command `/festivaltimer reload` to apply. | ||
3. Here is an example config, in case of losing it (you can restore it by deleting it and restaring the server as well): | ||
|
||
```json | ||
{ | ||
"enable": true, | ||
"targetDateTime": "2025-01-29 00:00:00", | ||
"bossBarColorName": "yellow", | ||
"lastTenSecondsColorName": "gold", | ||
"titleReminderTime": 30, | ||
"titleStayTime": 20, | ||
"prefix": "§4[FestivalTimer]§r ", | ||
"bossBarMessage": "Festival Timer: %dD %dH %dM %dS", | ||
"endBossBarMessage": "Countdown has ended", | ||
"reloadConfigMessage": "Configuration reloaded!", | ||
"endTitleMessage": "Happy New Year!", | ||
"enableEndSubTitleMessage": true, | ||
"endSubTitleMessage": "This is the subtitle after the countdown ends", | ||
"enableEndSound": true | ||
} | ||
``` |