mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
24 lines
512 B
JSON
24 lines
512 B
JSON
{
|
|
"type": "notice",
|
|
"title": "Notice Dialog",
|
|
"body": [
|
|
{
|
|
"type": "plain_message",
|
|
"contents": "Welcome to the server! Please read the rules carefully.",
|
|
"width": 200
|
|
},
|
|
{
|
|
"type": "plain_message",
|
|
"contents": "The rules are: blah blah blah.",
|
|
"width": 400
|
|
}
|
|
],
|
|
"action": {
|
|
"label": "Understood!",
|
|
"id":"whatever",
|
|
"on_submit": {
|
|
"type": "command_template",
|
|
"template": "tellraw @a '$(example) $(extra1) $(extra2)'"
|
|
}
|
|
}
|
|
} |