{"id":15143933,"url":"https://github.com/javierleon9966/alias","last_synced_at":"2025-10-23T20:31:15.905Z","repository":{"id":43806886,"uuid":"351213446","full_name":"JavierLeon9966/Alias","owner":"JavierLeon9966","description":"Detects players possible alternatives accounts","archived":false,"fork":false,"pushed_at":"2023-07-03T20:22:52.000Z","size":101,"stargazers_count":7,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"stable","last_synced_at":"2024-09-27T10:21:13.875Z","etag":null,"topics":["php","pmmp-plugin","pocketmine-plugin","pocketmine-plugins"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/JavierLeon9966.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":"2021-03-24T20:24:42.000Z","updated_at":"2023-08-03T19:08:04.000Z","dependencies_parsed_at":"2024-09-21T16:01:39.148Z","dependency_job_id":"8755a5e9-fbb5-4eb8-b49e-d08ab30d522a","html_url":"https://github.com/JavierLeon9966/Alias","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JavierLeon9966%2FAlias","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JavierLeon9966%2FAlias/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JavierLeon9966%2FAlias/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JavierLeon9966%2FAlias/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JavierLeon9966","download_url":"https://codeload.github.com/JavierLeon9966/Alias/tar.gz/refs/heads/stable","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219867846,"owners_count":16555812,"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":["php","pmmp-plugin","pocketmine-plugin","pocketmine-plugins"],"created_at":"2024-09-26T10:20:39.183Z","updated_at":"2025-10-23T20:31:15.900Z","avatar_url":"https://github.com/JavierLeon9966.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Alias\nDetects players possible alternatives accounts\n\n## Overview\nThis plugin stores players `Address`, `ClientRandomId`, `DeviceId`, `SelfSignedId`, and `XUID`.\nWhich will detect players accurately and hard for hackers to ban evade.\n\nAlso it has a command and alert system to staff members.\n\n## Configuration\nIn the configuration you can modify the `mode`, `data` and `alert`.\n\nHere's a example of the default configuration:\n```yaml\nalert: false #Everyone that has alias.alerts permission\nban: 'You are banned' #Ban message\nmode: none #Options: none, ban\ndata: ['Address', 'ClientRandomId', 'DeviceId', 'SelfSignedId', 'XUID'] #Check for matching data in which will alert the staff members or ban the player\n# Data that can be saved from a detected player, usually you would want to save the data that can't be spoofed, so it doesn't ban\n# innocent players, but you may also want to save legit players that attempt to ban evade.\nsave: ['Address', 'XUID']\n```\n\n## Command\n`/alias \u003cname: target\u003e`\n\nOnly users with `alias.command.alias` permission can execute this command.\n\nReturns a list of possible players matching `IP`, `ClientRandomId`, `DeviceId`, `SelfSignedId`, and `XUID`.\n\n## API\nYou can use this plugin API by the following:\n```php\nuse JavierLeon9966\\Alias\\Alias;\nuse SOFe\\AwaitGenerator\\Await;\n\nAwait::f2c(function() use($player){\n    $database = yield from Alias::getDatabase();\n    $players = yield from $database-\u003egetPlayersMatchingAddressesFrom($player-\u003egetName());\n    //Do something with the players whose adresses match the given player's name\n});\n```\n\n## Database\nIn the data folder of this plugin there is a file called `players.sqlite` which there's stored all the players that have logged into the server.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavierleon9966%2Falias","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjavierleon9966%2Falias","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavierleon9966%2Falias/lists"}