Project home for New Alterlite - A new locaria community pack focused on a different approach of minecrafting.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
NewAlterlite/config/mputils/addons/mpbasic/onscreen_notifications.json

26 lines
574 B

{
"onScreenNotifications": [
{
"id": "darkosto",
"soundlocation": "minecraft:entity.player.levelup",
"bgColor": "#808080",
"borderColor": "#000000",
"lines": [
"§9§nHappy Birthday!!!",
"§2Happy Birthday to you!",
"§2Happy Birthday to you!",
"§5Happy Birthday Darkosto!",
"§2Happy Birthday to you!"
]
},
{
"id": "example",
"soundlocation": "minecraft:entity.creeper.primed",
"lines": [
"§c§nBoom!!!",
"§eDid I scare you?"
]
}
]
}