{"id":23165524,"url":"https://github.com/nea89o/rcon-discord","last_synced_at":"2025-08-01T20:12:33.116Z","repository":{"id":113887938,"uuid":"117739400","full_name":"nea89o/rcon-discord","owner":"nea89o","description":"Ein kleiner Bot für den großen Noah.","archived":false,"fork":false,"pushed_at":"2020-03-20T15:21:38.000Z","size":99,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T21:33:12.631Z","etag":null,"topics":["bot","discord-bot","rcon","whitelist"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nea89o.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,"governance":null}},"created_at":"2018-01-16T20:43:29.000Z","updated_at":"2020-03-20T15:20:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"5da055cc-887e-483a-9253-7c506cb00b78","html_url":"https://github.com/nea89o/rcon-discord","commit_stats":null,"previous_names":["nea89o/rcon-discord"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/nea89o/rcon-discord","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nea89o%2Frcon-discord","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nea89o%2Frcon-discord/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nea89o%2Frcon-discord/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nea89o%2Frcon-discord/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nea89o","download_url":"https://codeload.github.com/nea89o/rcon-discord/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nea89o%2Frcon-discord/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268290752,"owners_count":24226646,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bot","discord-bot","rcon","whitelist"],"created_at":"2024-12-18T01:27:27.040Z","updated_at":"2025-08-01T20:12:33.088Z","avatar_url":"https://github.com/nea89o.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rcon-discord\nEin kleiner Bot für den großen Noah.\n\n# Features\n\nThis bot adds to commands to your discord server.\n\n- `/adduser \u003cname\u003e` to allow users to whitelist themselves on your minecraft server.\n    - Via config you can restrict this feature to admin users\n- `/removeuser \u003cname\u003e` to allow admins to remove users from the whitelist.\n\n# How to install.\n## Rcon\n\n- Go to your `server.properties` and set `enable-rcon=true`\n- Restart your Server. Now there are two additional config parameters in `server.properties`\n- Set `rcon.port` to any number between `1000` to `65535`. `25575` is the recommended number.\n- Set `rcon.password` to any password you like. The more complicated the better.\n- Whatever you set to those two values you have the same in your `config.json` for the discord bot.\n\n## This bot\n- Head to over to [Release][1] and Download the latest `.jar` file\n- In the directory you want to run the bot. Create a `config.json` with the following content: \n\n```json5\n{\n  \"rcon\": {\n    \"server\": \"YOUR MINECRAFT SERVER\",\n    \"port\": 25575 /*or whatever rcon port you are using. look into your server.properties */,\n    \"password\": \"RCON-PASSWORD\" /* yet again -\u003e server.properties */\n  },\n  \"selfinvite\": true, /* Whether user can use this or only admins. */\n  \"discord\": {\n    \"admins\": [\n      \"YOUR DISCORD USER ID. Find out using Developer mode.\",\n      \"A SECOND ID\"\n    ],\n    \"prefix\": \"/\",\n    \"token\": \"Your bots token. Create one over at https://discordapp.com/developers/applications/me\",\n    \"selfinviteroles\": [\n      \"a role id\" /* Limit which roles can invite themselves */\n    ],\n    \"bannedrole\": \"another role id\" /* This role is banned from using self invites, even if they have the self invite role*/\n  },\n  \"kickmessage\": \"This message is sent to minecrafters when they are kicked\",\n  \"welcomemessage\": \"This message is sent in the discord server to welcome newly linked accounts. Use %s as a placeholder for the username\",\n  \"whitelistfile\": \"/path/to/your/minecraft/installation\" /* This is used if the server is offline. Optional */\n}\n```\n-  After that run the jar using double click or `java -jar \u003cfilename.jar\u003e`\n\n\n[1]: https://github.com/romangraef/rcon-discord/releases\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnea89o%2Frcon-discord","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnea89o%2Frcon-discord","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnea89o%2Frcon-discord/lists"}