
Broadcast pixelcard on delay 1.0
display custom messages with a fresh touch
PySpigot script
Configuration
set the variables
- PIXELCARD_TO_DISPLAY = "<card:name>"
to cycle from all the cards:
- PIXELCARD_TO_DISPLAY = "CYCLE_THE_CARDS"
Choose a pattern or let the random mode do it.
- PIXELART_PATTERN = "<pattern_name>"
- PIXELART_PATTERN = "random"
-----
edit the pixelcards.json.
By default, there are 3 example cards:
Code (Text):
[
{
"name": "MOTD",
"text":
{
"content": "&6Welcome back&r on our server! We have &emany&r tools and games for you, &bcheck our website!",
"header": "&22BT3 SERVER"
}
},
{
"name": "CUSTOM1",
"text":
{
"content": "This is a custom message.",
"header": "Header"
}
},
{
"name": "CUSTOM2",
"text":
{
"content": "This is a second custom message.",
"header": "Second Header"
}
}
]
{
"name": "MOTD",
"text":
{
"content": "&6Welcome back&r on our server! We have &emany&r tools and games for you, &bcheck our website!",
"header": "&22BT3 SERVER"
}
},
{
"name": "CUSTOM1",
"text":
{
"content": "This is a custom message.",
"header": "Header"
}
},
{
"name": "CUSTOM2",
"text":
{
"content": "This is a second custom message.",
"header": "Second Header"
}
}
]