{"id":37152470,"url":"https://github.com/xtrafrancyz/acamar","last_synced_at":"2026-01-14T18:00:02.243Z","repository":{"id":83704193,"uuid":"90314848","full_name":"xtrafrancyz/acamar","owner":"xtrafrancyz","description":"Minecraft ping service with MySQL backend","archived":false,"fork":false,"pushed_at":"2023-02-23T15:16:39.000Z","size":31,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T06:37:16.421Z","etag":null,"topics":["java","minecraft"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xtrafrancyz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-04T22:23:03.000Z","updated_at":"2024-03-01T10:52:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"35960702-3dfc-416b-a227-ece001cb3294","html_url":"https://github.com/xtrafrancyz/acamar","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/xtrafrancyz/acamar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtrafrancyz%2Facamar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtrafrancyz%2Facamar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtrafrancyz%2Facamar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtrafrancyz%2Facamar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xtrafrancyz","download_url":"https://codeload.github.com/xtrafrancyz/acamar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtrafrancyz%2Facamar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28429282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T16:38:47.836Z","status":"ssl_error","status_checked_at":"2026-01-14T16:34:59.695Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["java","minecraft"],"created_at":"2026-01-14T18:00:01.548Z","updated_at":"2026-01-14T18:00:02.232Z","avatar_url":"https://github.com/xtrafrancyz.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Acamar\n\nAcamar is an open source service for pinging Minecraft servers and write results into MySQL backend.\nIt supports all Minecraft versions from 1.4.\n\n# Installation\n\n1. Grab the latest version from the releases\n2. Create a config file\n3. Run with `acamar -config config.toml`\n\n# Configuration\n\nAcamar uses `config.toml` file in the working directory as the config. You can change it by the flag `-config foo.toml`.\n\n```toml\n# Ping period. Valid time units are \"ms\", \"s\", \"m\", \"h\".\nPeriod = \"3s\"\n# Timeout for treating the server as offline.\nTimeout = \"2s\"\n\n[mysql]\n# Parameters for MySQL connection\n# https://github.com/go-sql-driver/mysql#dsn-data-source-name\nConnect = \"user:password@tcp(127.0.0.1:3306)/dbname?charset=utf8mb4,utf8\"\n\n# The following variables can be used in all queries:\n#    :name     - string - server name from the config\n#    :address  - string - server address from the config\n#    :latency  - int    - ping time in ms\n#    :online   - int    - online players count\n#    :max      - int    - max players count\n#    :time     - int    - current unix timestamp\n#    :favicon  - string - server icon in base64 format\n#    :protocol - int    - protocol version number\n#    :version  - string - version string\n#    :motd     - string - server MOTD without formatting (description in the servers list)\n\n# This query will be executed before any pings to server\nInsert = \"INSERT IGNORE INTO servers (id) VALUES (:name)\"\n# This qeury will be executed every time after a ping if the server is online\nOnline = \"UPDATE servers SET updated = :time, online = :online, max = :max, latency = :latency, motd = :motd WHERE id = :name\"\n# The same, but for an offline server\nOffline = \"UPDATE servers SET updated = :time, online = 0, max = 0 WHERE id = :name\"\n\n# Minimal configuration for the server\n[[Target]]\nName = \"Hypixel\"\nAddress = \"mc.hypixel.net\"\n\n# If you have a server with multiple network interfaces you may\n# want to choose from which one to send ping requests\n[[Target]]\nName = \"VimeWorld.ru\"\nAddress = \"vimeworld.net\"\nLocalAddress = \"123.123.123.123\"\n\n# An example of a legacy (version \u003c= 1.6) server with a period other than the default\n[[Target]]\nName = \"Vime 1.6.4\"\nAddress = \"m2.htz.vime.one:25571\"\nLegacy = true\nPeriod = \"5s\"\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxtrafrancyz%2Facamar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxtrafrancyz%2Facamar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxtrafrancyz%2Facamar/lists"}