Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samolego/icejar
Fabric port of some NoCheatPlus & AntiCheatReloaded checks, additional GolfIV stuff and more.
https://github.com/samolego/icejar
anticheat fabric minecraft mod
Last synced: 2 months ago
JSON representation
Fabric port of some NoCheatPlus & AntiCheatReloaded checks, additional GolfIV stuff and more.
- Host: GitHub
- URL: https://github.com/samolego/icejar
- Owner: samolego
- License: gpl-3.0
- Created: 2021-12-18T15:35:29.000Z (about 3 years ago)
- Default Branch: 1.19
- Last Pushed: 2022-12-07T20:25:04.000Z (about 2 years ago)
- Last Synced: 2023-03-04T18:42:34.946Z (almost 2 years ago)
- Topics: anticheat, fabric, minecraft, mod
- Language: Java
- Homepage:
- Size: 303 KB
- Stars: 13
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IceJar
Port of some [ACR](https://github.com/Rammelkast/AntiCheatReloaded) and [NCP](https://github.com/Updated-NoCheatPlus/NoCheatPlus) anticheat checks to Fabric,
with additional [GolfIV](https://github.com/samolego/GolfIV) & other stuff.## Download
IceJar has a long way to go and release as stable.
You can however play with it and test it at your own risk.
Download the latest version from [CircleCI](https://app.circleci.com/pipelines/github/samolego/IceJar)
(navigate to latest build and click the "artifacts" tab).**Please report false positives for checks that cannot be configured.**
Also, currently there's no special mod compatibility system, so please avoid
reporting false positives that are a result of mod incompatibility.Thanks :)
## Features
* When blocking some sorts of hacks, fake info is sent to player
to make it seem like cheat worked.
* Each check can be configured in config file.## Permissions
Bypass a check:
`icejar.checks.bypass.`Get reports:
`icejar.checks.get_report.`*Check types can be found in [CheckType file](./src/main/java/org/samo_lego/icejar/check/CheckType.java).
Make sure to use them in lower-case style.*## License
This mod inherits the license of NoCheatPlus & AntiCheatReloaded, therefore
it's licensed under the terms of the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).