Minecraft Mods

Server Bossbar [Datapack]

  • 6,035 views, 1 today
  • 336 downloads, 0 today
  • 4
  • 5
  • 1
legopitstop's Avatar legopitstop
Level 76 : Legendary Programmer
267

This project has been discontinued and will not be updated!

Server Bossbar [Datapack] Minecraft Mod Server Bossbar [Datapack] Minecraft Mod Server Bossbar [Datapack] Minecraft Mod
This datapack adds in a boss bar that is used on most/all servers if you want a vanilla-like server or you don't like plugins install this simple datapack to get a cool look to your server. It could even be in a single-player world!
Bug Report Form
How To Install Datapack

Buy Me a Coffee at ko-fi.com


after installing do /reload to start up the boss bar it will cycle through all of the colors.

This is a guide on how to customize your server boss bar!
(If you don't understand JSON scroll to the bottom for the generator.)

1.Unzip the pack, that way you can edit the files and save them easily.

2.Inside the pack go to:
data/custom/functions/bossbar.mcfunction3.In this file is where you can edit the boss bars properties.

4. Below you can find the default code for the bossbar. The "parent" property will apply its settings to the "bossbar" properties if it does not include them. You can add `override: true` inside the parent to override any properties inside "bossbar" See the wiki for more!

Default code
# Parent: Apply properties to all frames With optional override capeability.
data modify storage bossbar:api parent set value {display_time: 20, value: "auto", style: "notched_10"}
# Bossbar: Contains all the frames (up to 64!)
data modify storage bossbar:api bossbar insert 0 value {display_name: '{"text":"Welcome!","color":"dark_blue"}', color: "blue"}
data modify storage bossbar:api bossbar insert 1 value {display_name: '{"text":"Welcome!","color":"dark_blue"}', color: "blue"}
data modify storage bossbar:api bossbar insert 2 value {display_name: '{"text":"legopitstop.weebly.com","color":"dark_green"}', color: "green"}
data modify storage bossbar:api bossbar insert 3 value {display_name: '{"text":"legopitstop.weebly.com","color":"dark_green"}', color: "green"}
data modify storage bossbar:api bossbar insert 4 value {display_name: '{"text":"custom bossbar","color":"red"}', color: "pink"}
data modify storage bossbar:api bossbar insert 5 value {display_name: '{"text":"custom bossbar","color":"red"}', color: "pink"}
data modify storage bossbar:api bossbar insert 6 value {display_name: '{"text":"Is this cool or what?","color":"dark_purple"}', color: "purple"}
data modify storage bossbar:api bossbar insert 7 value {display_name: '{"text":"Is this cool or what?","color":"dark_purple"}', color: "purple"}
data modify storage bossbar:api bossbar insert 8 value {display_name: '{"text":"Easy to learn API!","color":"dark_red"}', color: "red"}
data modify storage bossbar:api bossbar insert 9 value {display_name: '{"text":"Easy to learn API!","color":"dark_red"}', color: "red"}
data modify storage bossbar:api bossbar insert 10 value {display_name: '{"text":"Up to 64 custom frames!","color":"gray"}', color: "white"}
data modify storage bossbar:api bossbar insert 11 value {display_name: '{"text":"Up to 64 custom frames!","color":"gray"}', color: "white"}
data modify storage bossbar:api bossbar insert 12 value {display_name: '{"text":"Customizeable!","color":"gold"}', color: "yellow"}
data modify storage bossbar:api bossbar insert 13 value {display_name: '{"text":"Customizeable!","color":"gold"}', color: "yellow"}
data modify storage bossbar:api bossbar insert 14 value {display_name: '{"text":"Change the time between frames!","color":"dark_blue"}', display_time: 100, color: "blue"}
data modify storage bossbar:api bossbar insert 15 value {display_name: '{"text":"Change the time between frames!","color":"dark_blue"}', display_time: 100, color: "blue"}
data modify storage bossbar:api bossbar insert 16 value {display_name: '{"text":"Show the percent!","color":"dark_green"}', display_percent: true, color: "green"}
data modify storage bossbar:api bossbar insert 17 value {display_name: '{"text":"Show the percent!","color":"dark_green"}', display_percent: true, color: "green"}
data modify storage bossbar:api bossbar insert 18 value {display_name: '{"text":"Whats a parent?","color":"red"}', color: "pink"}
data modify storage bossbar:api bossbar insert 19 value {display_name: '{"text":"Whats a parent?","color":"red"}', color: "pink"}



NOTE: If you dident understand ANY of this you can use a generator.
https://minecraft.tools/en/json_text.php Make sure to copy the
"JSON SYNTAX FOR MINECRAFT JAVA EDITION" and replace it with the
{"text":"TEXT 1","bold":"true","color":"dark_blue"}


CONFIG

Run the below function to open the config UI in-game. Their should be 2 options. "visible" and "enabled". visible will toggle the visibility of the bossbar. Enabled will make the animation stop.

SCREENSHOTS:
Click To Show bossbar types
1
2
3
4
5
6

CreditLegopitstop
Progress100% complete
Game VersionMinecraft 1.14
Tags

7 Update Logs

Update #7 : by legopitstop 05/28/2021 4:40:13 pmMay 28th, 2021

# CHANGELOG v1.4.0

## General

- Added API for the bossbar, All customization is done in-game.
- Completely rewrote the datapack.
- Now uses Legopitstop's datapack registering system.
- Has config to toggle the visibility and turn the animation off/on
LOAD MORE LOGS

Create an account or sign in to comment.

1
01/22/2019 2:09 am
Level 1 : New Miner
Udisen
Udisen's Avatar
Download link not work
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome