The Vulcan Anticheat Analysis is a React-based web application designed to visualize and analyze anticheat data from Minecraft servers using the Vulcan Anticheat plugin. This tool provides insights into player behavior, violation patterns, and overall server security.
Click Here To View This Dashboard Online!
- File upload for
punishments.txtandviolations.txt - Interactive data visualization for punishments and violations
- Detailed analysis of anticheat data
- Player search functionality
- Date range selection for filtered analysis
- Responsive design for various screen sizes
Users can interact with the Vulcan Anticheat Analysis dashboard in the following ways:
- Upload Files: Upload punishments.txt and violations.txt files from your Vulcan Anticheat logs.
- View Analytics: See detailed visualizations of punishment and violation data.
- Search Players: Use the player search feature to find specific player's anticheat history.
- Date Range Selection: Filter data based on specific date ranges.
- Punishment Analysis: View total punishments, punishments by type, and top punished players.
- Violation Analysis: Examine total violations, violations by type, and top violating players.
- Trend Analysis: Analyze violation trends over time.
- Node.js 14.0 or higher
- npm 6.0 or higher
-
Clone the repository:
git clone https://github.com/Kaludii/vulcan-anticheat-analysis.git -
Navigate to the project directory:
cd vulcan-anticheat-analysis -
Install the required packages:
npm install -
Run the app in development mode:
npm startOpen http://localhost:3000 to view it in your browser.
-
To create a production build:
npm run build