Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metaphoriker/antiac
🛑 An anti-autoclicker plugin for minecraft
https://github.com/metaphoriker/antiac
algorithm anti-autoclicker antiac anticheat detection java paper plugin spigot
Last synced: about 1 month ago
JSON representation
🛑 An anti-autoclicker plugin for minecraft
- Host: GitHub
- URL: https://github.com/metaphoriker/antiac
- Owner: Metaphoriker
- License: mit
- Created: 2024-09-16T20:25:57.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-10-01T17:35:32.000Z (about 2 months ago)
- Last Synced: 2024-10-12T04:03:21.839Z (about 1 month ago)
- Topics: algorithm, anti-autoclicker, antiac, anticheat, detection, java, paper, plugin, spigot
- Language: Java
- Homepage: https://www.spigotmc.org/resources/anti-autoclicker.74933/
- Size: 157 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Anti-Autoclicker V3
This is the successor to [AntiAC](https://github.com/GodCipher/Anti-AutoClicker). Rebuilt from the ground up, AntiAC v3 is set to shine once again in the near future. Its arsenal has been expanded and will soon be deployed in the fight against autoclickers. Stay tuned!
## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Installation](#installation)
- [Configuration](#configuration)
- [Usage](#usage)
- [Dependencies](#dependencies)
- [Contributing](#contributing)
- [License](#license)## Introduction
Anti-Autoclicker V3 (AntiAC v3) is a Minecraft plugin designed to detect and prevent the use of autoclickers. Autoclickers give players an unfair advantage by automating mouse clicks, which can disrupt the balance of gameplay. AntiAC v3 aims to provide server administrators with a robust tool to maintain fair play.
## Features
- **Advanced Detection Algorithms**: Utilizes sophisticated algorithms to detect autoclicking behavior.
- **Real-time Monitoring**: Continuously monitors player actions to detect suspicious activity.
- **Customizable Settings**: Allows server administrators to fine-tune detection parameters.
- **Integration with Other Plugins**: Compatible with various other plugins for enhanced functionality.
- **Detailed Logging**: Provides comprehensive logs for detected incidents.## Installation
To install AntiAC v3, follow these steps:
1. Download the latest release from the [releases page](https://github.com/GodCipher/Anti-AutoClicker/releases).
2. Place the `AntiAC.jar` file in your server's `plugins` directory.
3. Restart your server to load the plugin.**NOTE:** You will need Java 21 or higher to run AntiAC v3.
## Configuration
After installation, you can configure AntiAC v3 by editing the `config.yml` file located in the `plugins/AntiAC` directory.
The checks can be configured in the `checks` directory within `plugins/AntiAC`.## Usage
Once installed and configured, AntiAC v3 will automatically start monitoring player actions. You can use the following commands to interact with the plugin:- /antiac check : Manually checks a player for autoclicking behavior.
- /antiac checks: Lists all available checks and an option to toggle them.## Contributing
We welcome contributions from the community! To contribute to AntiAC v3, follow these steps:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Commit your changes and push them to your fork.
- Submit a pull request with a detailed description of your changes.## License
AntiAC v3 is licensed under the MIT License. See the LICENSE file for more information.