{"id":19381873,"url":"https://github.com/pearxteam/cwl","last_synced_at":"2026-05-15T17:32:55.650Z","repository":{"id":109227320,"uuid":"83000372","full_name":"pearxteam/cwl","owner":"pearxteam","description":"Custom Whitelist Message plugin for Sponge-based Minecraft servers.","archived":false,"fork":false,"pushed_at":"2018-07-23T09:42:29.000Z","size":125,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"sponge-api-7","last_synced_at":"2025-01-07T06:38:00.237Z","etag":null,"topics":["gradle","java","java-8","minecraft","sponge","sponge-api","sql","whitelist"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pearxteam.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":"2017-02-24T04:13:50.000Z","updated_at":"2018-07-23T09:42:30.000Z","dependencies_parsed_at":"2023-04-10T02:46:44.198Z","dependency_job_id":null,"html_url":"https://github.com/pearxteam/cwl","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/pearxteam%2Fcwl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pearxteam%2Fcwl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pearxteam%2Fcwl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pearxteam%2Fcwl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pearxteam","download_url":"https://codeload.github.com/pearxteam/cwl/tar.gz/refs/heads/sponge-api-7","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240518272,"owners_count":19814384,"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":["gradle","java","java-8","minecraft","sponge","sponge-api","sql","whitelist"],"created_at":"2024-11-10T09:18:40.099Z","updated_at":"2025-11-16T17:03:30.434Z","avatar_url":"https://github.com/pearxteam.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CWL\nCustom Whitelist plugin for Sponge-based Minecraft servers.\n\n# Custom Message\nCWL allows you to change the default message for non-whitelisted players in its config file.\n\n# Autogen\nFor config, see the `Config file` section.\n\nCWL allows you to automatically generate the whitelist.json file using a remote SQL database. This will be useful if you have your own Minecraft server with a \nwebsite with registration and whitelist requests, for example.\n\nTo generate it, execute a command \"/cwl whitelist\".\n\nCWL also can automatically sync the whitelist in background with the specified interval.\n\n# Reloading the plugin\nYou can execute the \"/cwl reload\" command to reload the config and restart the autosync task.\n\n# Config file \n```\nmain {\n  whitelist=\"Send a whitelist request firstly!\"\n  db_connection=\"jdbc:mysql://localhost/lc?user=YOUR_USERNAME\u0026password=YOUR_PASSWORD\"\n  db_query=\"SELECT `username`, `uuid` from `players` WHERE `access` = 2;\"\n  sync_delay=600\n}\n```\n\nThe `whitelist` field is a custom message that will be shown to the not whitelisted player when he joins the server. See the `Custom Message` section.\n\nThe `db_connection` field is a JDBC connection string. The format is `jdbc:CONNECTOR://HOST/TABLE?user=USERNAME\u0026password=PASSWORD`. This also will accept an alias set up in the Sponge config. See the `Autogen` section.\n\nThe `db_query` field is a SQL query string that will be used to get list of whitelisted users. Should return two columns: username and UUID. See the `Autogen` section.\n\nThe `sync_delay` field is an interval in seconds used to automatically sync the whitelist in background. Set to `0` to disable the autosyncing. See the `Autogen` section.\n\nYou can reload the config in runtime, see the `Reloading the plugin` section.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpearxteam%2Fcwl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpearxteam%2Fcwl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpearxteam%2Fcwl/lists"}