{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "mc-server-status/mc-status",
	"version": "1.6.0",
	"title": "Minecraft Server Status",
	"category": "widgets",
	"icon": "editor-table",
	"description": "Shows information about a Minecraft Server in a block.",
	"example": {},
	"supports": {
		"align": [ "wide", "full" ]
	},
	"textdomain": "mc-server-status",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css",
	"attributes": {
		"address": {
			"type": "string",
			"default": ""
		},
		"serverName": {
			"type": "string",
			"default": ""
		},
		"serverDescription": {
			"type": "string",
			"default": ""
		},
		"serverIcon": {
			"type": "string",
			"default": ""
		},
		"modpackUrl": {
			"type": "string",
			"default": ""
		},
		"dynurl": {
			"type": "string",
			"default": ""
		},
		"port": {
			"type": "integer",
			"default": 25565
		}
	}
}
