Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oktw-network/bossbar-clock
A clock on the bossbar
https://github.com/oktw-network/bossbar-clock
mcfunction minecraft minecraft-datapack
Last synced: about 1 month ago
JSON representation
A clock on the bossbar
- Host: GitHub
- URL: https://github.com/oktw-network/bossbar-clock
- Owner: OKTW-Network
- License: gpl-3.0
- Created: 2019-07-18T14:33:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-19T13:32:25.000Z (11 months ago)
- Last Synced: 2024-04-25T00:11:49.521Z (8 months ago)
- Topics: mcfunction, minecraft, minecraft-datapack
- Language: mcfunction
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bossbar Clock
A Minecraft data pack that displays a clock on a bossbar.
## Feature
Displays day and time dynamically to the bossbar.
*The config file can be found by the path below:*
`..\data\bossbarclock\functions\config`### Clock displaying
The config file provides four options for display the clock:
1. `/trigger` command
2. Holding a clock
3. Inventory has a clock
4. Always display the clock#### Command
Use the `/trigger` command if you are not cheatable nor a server operator:
`/trigger bossbarclock.showClock set 1` - Enable the clock
`/trigger bossbarclock.showClock set 0` - Disable the clock
**Those command required config settings**You can also use the command below if you have the permissions:
`/scoreboard players set bossbarclock.showClock 1` - Enable the clock
`/scoreboard players set bossbarclock.showClock 0` - Disable the clock### 24-hour clock
The clock is displayed as a 12-hour clock by default, but making the clock show as a 24-hour clock is also possible.