{"id":16214054,"url":"https://github.com/bitbrain/mineweb","last_synced_at":"2025-06-15T12:06:32.022Z","repository":{"id":12016683,"uuid":"14599216","full_name":"bitbrain/mineweb","owner":"bitbrain","description":"Minecraft plugin to fetch current server information via JSON","archived":false,"fork":false,"pushed_at":"2013-11-26T01:41:44.000Z","size":648,"stargazers_count":1,"open_issues_count":0,"forks_count":24,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T22:33:27.528Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bitbrain.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-11-21T20:44:09.000Z","updated_at":"2021-05-29T12:16:21.000Z","dependencies_parsed_at":"2022-09-24T09:32:52.951Z","dependency_job_id":null,"html_url":"https://github.com/bitbrain/mineweb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bitbrain/mineweb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitbrain%2Fmineweb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitbrain%2Fmineweb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitbrain%2Fmineweb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitbrain%2Fmineweb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitbrain","download_url":"https://codeload.github.com/bitbrain/mineweb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitbrain%2Fmineweb/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259971377,"owners_count":22940011,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T11:09:29.885Z","updated_at":"2025-06-15T12:06:31.984Z","avatar_url":"https://github.com/bitbrain.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"![mineweb-logo](mineweb.png)\n\nMinecraft Bukkit plugin to fetch current server information via JSON. With this tool it is possible to provide current server data in realtime for your website.\n\n## Getting started\n\nWhen you put the plugin ```mineweb.jar``` in the plugin folder and start Minecraft the first time, a new file will be created, called ```mineweb.properties```. There you can set for instance the port:\n\n```properties\nport = 25555\n```\n\nAfterwards you can run your server properly.\n\n### Fetching data\n\nIt is now possible to fetch the data on your website by calling ```http://minecraftip:port```. Here is a small **JQuery** example:\n\n```javascript\n$.ajax({\n                type: \"GET\",\n                url: \"proxy.php?url=\" + ip + \":\" + serverPort,\n                dataType: \"json\",\n                crossDomain: true,\n                success: function(data) {\n                    console.log(\"The current port is: \" + data['port']);\n                }\n            });\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitbrain%2Fmineweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitbrain%2Fmineweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitbrain%2Fmineweb/lists"}