{"id":21835593,"url":"https://github.com/wode490390/antixray","last_synced_at":"2025-04-14T09:11:40.580Z","repository":{"id":122975162,"uuid":"166610332","full_name":"wode490390/AntiXray","owner":"wode490390","description":"This plugin is used to counter X-RAY Client add-ons.","archived":false,"fork":false,"pushed_at":"2020-12-02T10:57:45.000Z","size":100,"stargazers_count":19,"open_issues_count":2,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-14T09:11:29.103Z","etag":null,"topics":["anti-cheat","minecraft","nukkit","obfuscator","orebfuscator","plugin","protect","xray"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wode490390.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":"2019-01-20T01:11:23.000Z","updated_at":"2024-09-25T11:10:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"4ecb6616-a7a7-4f29-bca2-407df74de099","html_url":"https://github.com/wode490390/AntiXray","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wode490390%2FAntiXray","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wode490390%2FAntiXray/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wode490390%2FAntiXray/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wode490390%2FAntiXray/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wode490390","download_url":"https://codeload.github.com/wode490390/AntiXray/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248852181,"owners_count":21171842,"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":["anti-cheat","minecraft","nukkit","obfuscator","orebfuscator","plugin","protect","xray"],"created_at":"2024-11-27T20:22:18.229Z","updated_at":"2025-04-14T09:11:40.571Z","avatar_url":"https://github.com/wode490390.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Anti X-Ray for Nukkit\n[![Nukkit](https://img.shields.io/badge/Nukkit-1.0-green)](https://github.com/NukkitX/Nukkit)\n[![Build](https://img.shields.io/circleci/build/github/wode490390/AntiXray/master)](https://circleci.com/gh/wode490390/AntiXray/tree/master)\n[![Release](https://img.shields.io/github/v/release/wode490390/AntiXray)](https://github.com/wode490390/AntiXray/releases)\n[![Release date](https://img.shields.io/github/release-date/wode490390/AntiXray)](https://github.com/wode490390/AntiXray/releases)\n\u003c!--[![MCBBS](https://img.shields.io/badge/-mcbbs-inactive)](https://www.mcbbs.net/thread-838490-1-1.html \"假矿\")\n[![Servers](https://img.shields.io/bstats/servers/5123)](https://bstats.org/plugin/bukkit/AntiXray/5123)\n[![Players](https://img.shields.io/bstats/players/5123)](https://bstats.org/plugin/bukkit/AntiXray/5123)--\u003e\n\nThis plugin is used to counter X-RAY Client add-ons.\n\nIt modifies data that are sent to clients to hide blocks.\n\nIt does not manipulate blocks in the level file, thus is safe to use.\n\n[![](https://i.loli.net/2019/01/27/5c4d21504445e.png)](# \"Texture Pack\")\n\n[![](https://i.loli.net/2019/08/14/2Wm3haAxELGOB15.png)](# \"Toolbox\")\n\nIf you found any bugs or have any suggestions, please open an issue on [GitHub](https://github.com/wode490390/AntiXray/issues).\n\nIf you like this plugin, please star it on [GitHub](https://github.com/wode490390/AntiXray).\n\n## Download\n- [Releases](https://github.com/wode490390/AntiXray/releases)\n- [Snapshots](https://circleci.com/gh/wode490390/AntiXray)\n\n## Configurations\n\n\u003cdetails\u003e\n\u003csummary\u003econfig.yml\u003c/summary\u003e\n\n```yaml\n# The smaller the value, the higher the performance (1~16)\nscan-chunk-height-limit: 4\n# Save a serialized copy of the chunk in memory for faster sending\nmemory-cache: false\n# Set this to false to use hidden mode\nobfuscator-mode: true\n# The fake block is used to replace ores in different dimensions (hidden mode only)\noverworld-fake-block: 1\nnether-fake-block: 87\n# Worlds that need to be protected\nprotect-worlds:\n  - \"world\"\n# Blocks that need to be hidden\nores:\n  - 14\n  - 15\n  - 16\n  - 21\n  - 56\n  - 73\n  - 74\n  - 129\n  - 153\n# Such as transparent blocks and non-full blocks\nfilters:\n  - 0\n  - 6\n  - 8\n  - 9\n  - 10\n  - 11\n  - 18\n  - 20\n  - 26\n  - 27\n  - 28\n  - 29\n  - 30\n  - 31\n  - 32\n  - 33\n  - 34\n  - 37\n  - 38\n  - 39\n  - 40\n  - 44\n  - 50\n  - 51\n  - 52\n  - 53\n  - 54\n  - 55\n  - 59\n  - 60\n  - 63\n  - 64\n  - 65\n  - 66\n  - 67\n  - 68\n  - 69\n  - 70\n  - 71\n  - 72\n  - 75\n  - 76\n  - 77\n  - 78\n  - 79\n  - 81\n  - 83\n  - 85\n  - 88\n  - 90\n  - 92\n  - 93\n  - 94\n  - 95\n  - 96\n  - 101\n  - 102\n  - 104\n  - 105\n  - 106\n  - 107\n  - 108\n  - 109\n  - 111\n  - 113\n  - 114\n  - 115\n  - 116\n  - 117\n  - 118\n  - 119\n  - 120\n  - 122\n  - 126\n  - 127\n  - 128\n  - 130\n  - 131\n  - 132\n  - 134\n  - 135\n  - 136\n  - 138\n  - 139\n  - 140\n  - 141\n  - 142\n  - 143\n  - 144\n  - 145\n  - 146\n  - 147\n  - 148\n  - 149\n  - 150\n  - 151\n  - 154\n  - 156\n  - 158\n  - 160\n  - 161\n  - 163\n  - 164\n  - 165\n  - 166\n  - 167\n  - 171\n  - 175\n  - 176\n  - 177\n  - 178\n  - 180\n  - 182\n  - 183\n  - 184\n  - 185\n  - 186\n  - 187\n  - 190\n  - 191\n  - 193\n  - 194\n  - 195\n  - 196\n  - 197\n  - 198\n  - 199\n  - 200\n  - 202\n  - 203\n  - 204\n  - 205\n  - 207\n  - 208\n  - 218\n  - 230\n  - 238\n  - 239\n  - 240\n  - 241\n  - 244\n  - 250\n  - 253\n  - 254\n```\n\u003c/details\u003e\n\n## Compiling\n1. Install [Maven](https://maven.apache.org/).\n2. Run `mvn clean package`. The compiled JAR can be found in the `target/` directory.\n\n## Metrics Collection\n\nThis plugin uses [bStats](https://github.com/wode490390/bStats-Nukkit). You can opt out using the global bStats config; see the [official website](https://bstats.org/getting-started) for more details.\n\n\u003c!--[![Metrics](https://bstats.org/signatures/bukkit/AntiXray.svg)](https://bstats.org/plugin/bukkit/AntiXray/5123)--\u003e\n\n###### If I have any grammar and/or term errors, please correct them :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwode490390%2Fantixray","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwode490390%2Fantixray","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwode490390%2Fantixray/lists"}