Visual1mpact / Paradox_AntiCheat

A utility to fight against malicious hackers on Bedrock Edition.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paradox AntiCheat Logo

Under Development
Paradox AntiCheat is currently undergoing a complete rewrite and revamp. Stay tuned for exciting updates!

About Paradox AntiCheat

Paradox AntiCheat is a powerful tool designed to combat cheating in Minecraft Bedrock worlds. The name "Paradox" was chosen because the concept of paradox perfectly represents the essence of what we do.

Paradox AntiCheat is a statement that contradicts itself. It is a tool that fights cheating by using advanced algorithms and techniques that are themselves paradoxical in nature.

Paradox: A statement or situation that contradicts itself, opposed to common sense and yet perhaps true.

Paradox AntiCheat offers a comprehensive solution for detecting and preventing cheating in Minecraft Bedrock. It uses detection methods to ensure that cheaters are caught and punished. In addition, Paradox AntiCheat is highly customizable, allowing game developers to tailor the tool to their specific needs and requirements.

If you're looking for a reliable and effective anti-cheat solution for your Minecraft Bedrock experience, look no further than Paradox AntiCheat. For more information, check out the Documentation.


Get Support

Join the Paradox AntiCheat community on Discord for support. Our community is active and dedicated to providing help and assistance to game developers who use Paradox AntiCheat in their projects. We also welcome feedback and suggestions on how we can improve the tool.

Project Status

Grade Downloads Latest Downloads Commits Per Month Last Commit License

Applying the Paradox AntiCheat Pack

When applying the pack to your world, make sure the addon is at the top of the behavior pack list and Beta APIs is enabled. This is to ensure all checks and systems work properly. The versioning system for Paradox goes as follows:

  • The first number denotes the pack version. This will rarely change unless there have been major changes to the code.
  • The second number denotes the major revision of the pack version. These particular changes mostly involve features being added or removed.
  • The third number indicates the minor revision of the Pack. This evolves around bug fixes.

Installing the Paradox AntiCheat Pack

To install this anticheat to your realm/world, follow these steps:

  1. Install the .mcpack.
  2. Apply it to your world.
  3. Enable Beta APIs.

Once you have done this, the anticheat should be fully up and running.

Development Environment Setup:

  1. Install Visual Studio Code (VSC) from the official website: https://code.visualstudio.com/
  2. Install the latest Node.js version from the official website: https://nodejs.org/

Got it! Here's the "Contributing to the Project" section in a single markdown format:

Contributing to the Project

  1. Fork the project repository: Click on the "Fork" button in the top-right corner of the repository page: Paradox_AntiCheat_Fork
  2. Clone the forked repository to your local machine:
    git clone https://github.com/<your-github-username>/Paradox_AntiCheat.git
  3. Navigate to the cloned project directory:
    cd Paradox_AntiCheat
  4. Install project dependencies:
    npm install
  5. Make changes to the project files.
  6. Save the files.
  7. Stage the changes to include all modifications:
    git add .
  8. Commit the changes with a meaningful commit message:
    git commit -m "Your commit message here"
  9. Push the committed changes to your forked repository on GitHub:
    git push origin main
  10. Create a pull request to submit the changes to the original repository.

About

A utility to fight against malicious hackers on Bedrock Edition.

License:GNU General Public License v3.0


Languages

Language:TypeScript 81.2%Language:JavaScript 18.8%