{"id":14969727,"url":"https://github.com/lilgallon/bleach","last_synced_at":"2026-02-12T04:41:21.515Z","repository":{"id":141096138,"uuid":"105637771","full_name":"lilgallon/Bleach","owner":"lilgallon","description":"[PROJECT PAUSED] Bleach is an anti-cheat plugin for minecraft servers","archived":false,"fork":false,"pushed_at":"2017-10-11T11:45:26.000Z","size":164752,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"MC_1.12.2","last_synced_at":"2025-03-11T12:16:36.585Z","etag":null,"topics":["anticheat","bukkit","craftbukkit","eclipse","minecraft","mod","multiplayer","plugin","server","spigot"],"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/lilgallon.png","metadata":{"files":{"readme":"README.MD","changelog":"CHANGELOG.MD","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-10-03T10:09:48.000Z","updated_at":"2019-03-28T09:18:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"1e1603bd-2304-44df-bd79-e5adf6b53dd3","html_url":"https://github.com/lilgallon/Bleach","commit_stats":{"total_commits":23,"total_committers":2,"mean_commits":11.5,"dds":"0.13043478260869568","last_synced_commit":"ab27bb54086931af18374e3621d0f3d49dcc85cf"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lilgallon%2FBleach","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lilgallon%2FBleach/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lilgallon%2FBleach/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lilgallon%2FBleach/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lilgallon","download_url":"https://codeload.github.com/lilgallon/Bleach/tar.gz/refs/heads/MC_1.12.2","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243030814,"owners_count":20224666,"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":["anticheat","bukkit","craftbukkit","eclipse","minecraft","mod","multiplayer","plugin","server","spigot"],"created_at":"2024-09-24T13:42:16.828Z","updated_at":"2026-02-12T04:41:21.473Z","avatar_url":"https://github.com/lilgallon.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"![banner](images/bleach-banner.png)\n\n*Bleach is an anti-cheat plugin for minecraft servers developped by N3RO.*\n\n### I. Instructions\n\n#### 1. Setting up eclipse\n\n##### a) Get the files\nFirst, open a terminal, go to the \"Bleach\" folder (create it if it doesn't exist) and write :\n\u003e - git init\n\u003e - git clone git@gitlab-ce.iut.u-bordeaux.fr:lgallon/Bleach.git\n\nIf you don't have any terminal that accepts git commands, download the archive containing the files, and extrat everything in the \"Bleach\"  folder (create it if it doesn't exist).\n\n##### b) Set up eclipse\n\nOpen Eclipse, set the working directory in the Bleach/ folder. Create a new java project named \"Bleach\", and the, reload src/. \nMake sure to add an external library : libs/craftbukkit-1.12.2.jar.\n\n#### 2. Setting up the server\n\nClick on setup_server.bat\n\n#### 3. Exporting the plugin\n\nIn Eclipse, File\u003eExport\u003eJava\u003eJAR File, once the \"JAR Export\" window appears, select \"Bleach\" folder, and set the JAR File path to Server/plugins. Then click on finish.\n\n### II. Goal of the project\n\n#### 1. Description\n\nThe anti-cheat aims to catch players using external help.\nThe main feature of the anticheat is to give a suspicious percentage to every player. The anticheat will adapt its behaviour according to every player, and store the informations.\nIf a gap is reached, the player that reached the gap could be send to admins, or even could be immediatly banned.\n\n#### 2. Releases\n\nReleases are available in the Releases folder. Please check CHANGELOG.MD to get the informations about the updates.\n\n#### 3. Goals\n\nThe goal is to use [N3RO Ghost client](https://github.com/N3ROO/Ghost) and [N3RO BetterColors](https://github.com/N3ROO/Bettercolors) and to make them detected. Those are undetected on the biggest minecraft servers at the moment. These hacks were made by N3RO to understand and find what are the weakness of popular anticheats. (Those \"hacks\" have never been shared with malicious people).\nIf you are not allowed to view the code of the hacks, please contat N3RO: nero98@sfr.fr. This is to prevent malicious people to use the hack at their advantage.\n- [ ] Speed anticheat\n- [ ] Reach anticheat\n- [ ] Fast click anticheat\n- [ ] Spam detection\n- [ ] Aimbot anticheat\n- [ ] Killaura bot anticheat (catch a player using killaura)\n- [ ] Movement anticheat (fly/step)\n- [ ] Packet abuse anticheat (used in hacked client to bridge faster and to improve the player's reach)\n- [ ] Fast place anticheat\n\n### III. Misc\n\n[Spigot documentation](https://hub.spigotmc.org/javadocs/spigot/)\n- Library used: craftbukkit-1.12.2.jar\n- Licence: GNU GPL\n\nDeveloppment status for 1.0 release:\n- [x] Commands system *(26/07/18 | v.0.1)*\n- [x] Log system *(28/07/18 | v.0.2)*\n- [x] Event system *(28/07/18 | v.0.2)*\n- [ ] File manager system\n- [ ] Permission system\n- [ ] AC Module system","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flilgallon%2Fbleach","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flilgallon%2Fbleach","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flilgallon%2Fbleach/lists"}