{"id":14969524,"url":"https://github.com/nightfury-supreme/domainenforcer","last_synced_at":"2026-02-28T06:56:46.066Z","repository":{"id":245643227,"uuid":"818840741","full_name":"NightFury-Supreme/DomainEnforcer","owner":"NightFury-Supreme","description":"DomainEnforcer is a Minecraft server plugin designed to enforce strict domain name usage for player connections. It ensures that players connect using specified domain names rather than direct IP addresses, enhancing server security and user experience.","archived":false,"fork":false,"pushed_at":"2024-06-23T09:13:19.000Z","size":19,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-21T23:44:20.703Z","etag":null,"topics":["minecraft","minecraft-plugin","spigot"],"latest_commit_sha":null,"homepage":"","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/NightFury-Supreme.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-23T03:01:51.000Z","updated_at":"2024-06-23T09:13:22.000Z","dependencies_parsed_at":"2024-09-23T05:01:28.371Z","dependency_job_id":null,"html_url":"https://github.com/NightFury-Supreme/DomainEnforcer","commit_stats":{"total_commits":5,"total_committers":2,"mean_commits":2.5,"dds":"0.19999999999999996","last_synced_commit":"37138fe7fcf07a56a19bef8795020f2a4f336282"},"previous_names":["nightfury-supreme/domainenforcer"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/NightFury-Supreme/DomainEnforcer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NightFury-Supreme%2FDomainEnforcer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NightFury-Supreme%2FDomainEnforcer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NightFury-Supreme%2FDomainEnforcer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NightFury-Supreme%2FDomainEnforcer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NightFury-Supreme","download_url":"https://codeload.github.com/NightFury-Supreme/DomainEnforcer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NightFury-Supreme%2FDomainEnforcer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283983990,"owners_count":26927577,"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-11-12T02:00:06.336Z","response_time":59,"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":["minecraft","minecraft-plugin","spigot"],"created_at":"2024-09-24T13:41:59.283Z","updated_at":"2025-11-12T06:02:14.300Z","avatar_url":"https://github.com/NightFury-Supreme.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DomainEnforcer - Minecraft Plugin\n\n![License](https://img.shields.io/badge/license-MIT-blue.svg)\n![Minecraft Versions](https://img.shields.io/badge/Minecraft-1.8%20--%201.20-green.svg)\n\n**DomainEnforcer** is an open-source Minecraft plugin designed to enforce domain-based connections to your Minecraft server. Ensure your players connect using only approved domains and receive friendly reminders if they attempt to join using an IP address or an unapproved domain.\n\n## Features\n\n- **Domain Enforcement:** Players can only connect using specified domains, enhancing security and control.\n- **Configurable Messages:** Customize the messages displayed to players who connect using an IP address or an unapproved domain.\n- **Command Control:** Easily start, stop, and reload the plugin using in-game commands.\n- **Version Compatibility:** Fully compatible with Minecraft versions from 1.8 to 1.20, ensuring a wide range of server support.\n\n## Commands\n\n- `/domainenforcer reload` - Reload the configuration.\n- `/domainenforcer start` - Start the DomainEnforcer plugin.\n- `/domainenforcer stop` - Stop the DomainEnforcer plugin.\n- `/domainenforcer help` - Display help information.\n\n## Permissions\n\n- **domainenforcer.reload** - Allows access to the `/domainenforcer reload` command.\n- **domainenforcer.start** - Allows access to the `/domainenforcer start` command.\n- **domainenforcer.stop** - Allows access to the `/domainenforcer stop` command.\n- **domainenforcer.help** - Allows access to the `/domainenforcer help` command.\n\n## Configuration\n\nEdit the `config.yml` file to set up your required domains and custom messages:\n\n```yaml\n# List of required domains players should use to connect add more domains as needed\nrequired-domains:\n  - yourdomain.com\n  - anotherdomain.com\n\n# Message to display when a player connects using an IP address\nip-warning-message:\n  - \"---------------------------------------------\"\n  - \"\u0026cYou have connected using an IP address.\"\n  - \"\u0026ePlease use one of the following domains to connect:\"\n  - \"\u0026a- yourdomain.com\"\n  - \"\u0026a- anotherdomain.com\"\n  - \"---------------------------------------------\"\n\n# Message to display when a player connects using an invalid domain\ninvalid-domain-message:\n  - \"---------------------------------------------\"\n  - \"\u0026cYou have connected using an invalid domain.\"\n  - \"\u0026ePlease use one of the following domains to connect:\"\n  - \"\u0026a- yourdomain.com\"\n  - \"\u0026a- anotherdomain.com\"\n  - \"---------------------------------------------\"\n```\n\n## Installation\n\n1. Download the plugin jar file and place it in your server's `plugins` directory.\n2. Start or restart your server.\n3. Configure the `config.yml` file to set your desired domains and messages.\n4. Use the commands to manage the plugin in-game.\n\n## Building from Source\n\nTo build DomainEnforcer from source, follow these steps:\n\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/your-repository/domainenforcer.git\n   cd domainenforcer\n   ```\n\n2. Build the project using Maven:\n   ```sh\n   mvn clean package\n   ```\n\n3. The compiled jar file will be located in the `target` directory.\n\n## Contributing\n\nContributions are welcome! Please fork the repository and submit a pull request with your changes. Make sure to follow the project's coding standards and include appropriate tests for your new features or bug fixes.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Support\n\nFor support, feature requests, or to report bugs, please visit our [GitHub Issues](https://github.com/NightFury-Supreme/DomainEnforcer/issues) page.\n\n---\n\n**DomainEnforcer** is the perfect solution for server administrators who want to ensure that players connect using specified domains, providing a professional and controlled environment for your Minecraft community. Download now and take control of your server connections!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnightfury-supreme%2Fdomainenforcer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnightfury-supreme%2Fdomainenforcer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnightfury-supreme%2Fdomainenforcer/lists"}