{"id":18678636,"url":"https://github.com/chylex/minecraft-server-properties-reload","last_synced_at":"2026-01-22T01:35:12.131Z","repository":{"id":80099256,"uuid":"417677750","full_name":"chylex/Minecraft-Server-Properties-Reload","owner":"chylex","description":"Minecraft mod that reloads server.properties without restarting.","archived":false,"fork":false,"pushed_at":"2022-06-08T01:40:11.000Z","size":139,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-12T02:52:29.754Z","etag":null,"topics":["fabric","forge","java","minecraft","mod"],"latest_commit_sha":null,"homepage":"https://www.curseforge.com/minecraft/mc-mods/reload-server-properties","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chylex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":"chylex","patreon":"chylex","ko_fi":"chylex"}},"created_at":"2021-10-16T00:57:38.000Z","updated_at":"2023-01-10T06:33:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"c253c6dd-5af4-429b-a1c5-9340cfe2e604","html_url":"https://github.com/chylex/Minecraft-Server-Properties-Reload","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chylex/Minecraft-Server-Properties-Reload","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chylex%2FMinecraft-Server-Properties-Reload","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chylex%2FMinecraft-Server-Properties-Reload/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chylex%2FMinecraft-Server-Properties-Reload/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chylex%2FMinecraft-Server-Properties-Reload/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chylex","download_url":"https://codeload.github.com/chylex/Minecraft-Server-Properties-Reload/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chylex%2FMinecraft-Server-Properties-Reload/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28649502,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"ssl_error","status_checked_at":"2026-01-22T01:17:35.564Z","response_time":86,"last_error":"SSL_read: 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":["fabric","forge","java","minecraft","mod"],"created_at":"2024-11-07T09:39:33.124Z","updated_at":"2026-01-22T01:35:12.104Z","avatar_url":"https://github.com/chylex.png","language":"Java","funding_links":["https://github.com/sponsors/chylex","https://patreon.com/chylex","https://ko-fi.com/chylex"],"categories":[],"sub_categories":[],"readme":"# How to Use\n\nUse the command `/properties reload` to reload the server.properties file (requires permission level 2 or higher). You will see a report of which properties were changed, and which are unsupported.\n\n## Supported Properties\n\nAs of 1.18, the following properties are supported:\n\n- `allow-flight`\n- `allow-nether`\n- `broadcast-console-to-ops`\n- `broadcast-rcon-to-ops`\n- `difficulty`\n- `enable-command-block`\n- `enable-jmx-monitoring`\n- `enable-query`\n- `enable-rcon`\n- `enable-status`\n- `enforce-whitelist`\n  - When enabled, it will kick non-whitelisted players even if the whitelist is disabled. This is consistent with Minecraft's existing inconsistency (for ex. `/deop` command will do the same).\n- `entity-broadcast-range-percentage`\n- `force-gamemode`\n  - Only affects players who login after the change.\n  - Use `/defaultgamemode` to set game mode for all online players.\n- `function-permission-level`\n  - Only takes place after reloading resource packs using `/reload`.\n- `gamemode`\n  - Only affects players who login after the change.\n  - Use `/defaultgamemode` to set game mode for all online players.\n- `hardcore`\n  - The heart icon and respawn menu will only update for players who login after the change, but respawning itself works as expected.\n- `max-players`\n  - Only affects players who try to login after the change.\n- `max-world-size`\n- `motd`\n- `network-compression-threshold`\n  - Only affects players who login after the change.\n  - When changed while a player is logging in, it might cause the connection to be setup incorrectly and cause errors. Be careful.\n- `online-mode`\n  - Only affects players who login after the change.\n- `op-permission-level`\n  - Works the same as editing `server.properties` and restarting, i.e. it only applies to users `/op`'d after the change and does not affect existing operators.\n- `player-idle-timeout`\n- `prevent-proxy-connections`\n  - Only affects players who login after the change.\n- `pvp`\n- `query.port`\n- `rcon.password`\n  - Any currently connected RCON clients will be disconnected.\n- `rcon.port`\n  - Any currently connected RCON clients will be disconnected.\n- `require-resource-pack`\n  - Only affects players who login after the change.\n- `resource-pack`\n  - Only affects players who login after the change.\n- `resource-pack-prompt`\n  - Only affects players who login after the change.\n- `resource-pack-sha1`\n  - Only affects players who login after the change.\n- `simulation-distance`\n- `spawn-animals`\n- `spawn-monsters`\n- `spawn-npcs`\n- `spawn-protection`\n- `view-distance`\n- `white-list`\n\n## Unsupported Properties\n\n- `generate-structures`\n- `generator-settings`\n- `level-name`\n- `level-seed`\n- `level-type`\n- `max-tick-time`\n- `rate-limit`\n- `resource-pack-hash`\n  - Use `resource-pack-sha1` instead.\n- `server-ip`\n- `server-port`\n- `snooper-enabled`\n- `sync-chunk-writes`\n- `text-filtering-config`\n- `use-native-transport`\n\n# Installation\n\nThe mod only works on dedicated servers. The following mod loaders are supported:\n\n- **Fabric** (note: this mod does not require Fabric API)\n- **Forge**\n\nAfter you install the mod loader of your choice, download the mod and place the .jar file into the mods folder of your server.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchylex%2Fminecraft-server-properties-reload","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchylex%2Fminecraft-server-properties-reload","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchylex%2Fminecraft-server-properties-reload/lists"}