{"id":17323943,"url":"https://github.com/strugee/minecraft-server.properties-prop-db","last_synced_at":"2026-02-17T09:41:33.065Z","repository":{"id":57297452,"uuid":"250391674","full_name":"strugee/minecraft-server.properties-prop-db","owner":"strugee","description":"Machine-readable dataset of information about key/value pairs in Minecraft Server's server.properties file","archived":false,"fork":false,"pushed_at":"2020-12-01T12:12:13.000Z","size":24,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-04T22:08:56.237Z","etag":null,"topics":["dataset","hacktoberfest","json","minecraft","node-module"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/strugee.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-26T23:07:26.000Z","updated_at":"2022-02-12T17:44:04.000Z","dependencies_parsed_at":"2022-09-01T08:41:36.759Z","dependency_job_id":null,"html_url":"https://github.com/strugee/minecraft-server.properties-prop-db","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strugee%2Fminecraft-server.properties-prop-db","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strugee%2Fminecraft-server.properties-prop-db/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strugee%2Fminecraft-server.properties-prop-db/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strugee%2Fminecraft-server.properties-prop-db/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/strugee","download_url":"https://codeload.github.com/strugee/minecraft-server.properties-prop-db/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247471397,"owners_count":20944154,"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":["dataset","hacktoberfest","json","minecraft","node-module"],"created_at":"2024-10-15T14:09:39.322Z","updated_at":"2025-10-17T03:54:09.161Z","avatar_url":"https://github.com/strugee.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minecraft `server.properties` property dataset\n\nThis repository contains a machine-readable dataset of information about key/value pairs in Minecraft Server's `server.properties` file. You can consume it either as an npm module or by just parsing the JSON in the repository.\n\nCurrently, only Java edition data is included in this repository.\n\n## Data format\n\nThe root object in `data.json` is an object. Each key represents a key available in `server.properties`, and the value is an object representing various things about that key. Each subkey is described below.\n\n### `default`\n\nThe default value generated by Minecraft Server.\n\n### `type`\n\nThe type of the value: `number`, `boolean`, `string`, or `enum`. Note that the possible values of enums are not currently included.\n\n### `affects`\n\nWhat aspect of server operation this option affects. Possible values are:\n\n* `operations`: affects system-level server operational parameters. For example, configuration for how the server interacts with the network.\n* `world`: affects the way the world is generated. Every `\"affects\": \"world\"` parameter will permanently affect newly-generated chunks, that is, if you change these parameters, already-generated chunks will not reflect the new settings.\n* `gameplay`: affects in-game rules and gameplay. These parameters are ephemeral; that is, if they are changed, the old value will have no long-lasting effect (unlike `world`).\n* `policy`: affects in-game permissions. For example, what powers ops have, whether the whitelist is enabled, etc.\n* `other`: parameters that do not fit neatly into the other categories.\n\n## `meta.json`\n\n`meta.json` contains meta-information about the dataset. Currently it has only one key, `schema-version`, which will be increased every time the schema is updated in a backwards-incompatible way. It will not be changed if backwards-compatible additions are made.\n\n## npm module\n\nTo include the dataset in your project:\n\n    $ npm install --save minecraft-server.properties-prop-db\n\nTo get at the data:\n\n    var minecraftServerDb = require('minecraft-server.properties-prop-db');\n\nTo get at the meta-info:\n\n    var metaInfo = require('minecraft-server.properties-prop-db/meta');\n\n## Author\n\nAJ Jordan \u003calex@strugee.net\u003e\n\n## License\n\nCreative Commons Zero\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrugee%2Fminecraft-server.properties-prop-db","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstrugee%2Fminecraft-server.properties-prop-db","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrugee%2Fminecraft-server.properties-prop-db/lists"}