PVPStatsForClans is a plugin designed for tracking player stats in PvP-based Minecraft servers. It integrates with the Party and Friends plugin and provides detailed statistics for clans. This plugin supports Velocity proxy servers and is intended to be used with for a PvP Server but can be customized for other PvP configurations like KitPvP.
- Add BungeeCord support
- Track and manage player statistics for clans.
- Integrates with the Party and Friends plugin for enhanced functionality.
- Configurable to use with KitPvP or other PvP setups.
- Supports Velocity proxies.
-
Download the Plugin:
- Get the latest release from the releases page.
-
Place the Plugin:
- Put the
PVPStatsForClans.jar
file into theplugins
directory of your Velocity server.
- Put the
-
Install Dependencies:
- Ensure you have the following dependencies installed on your server:
- Velocity proxy is required and can be found here.
- Create/Edit Configuration File:
- Locate the
config.toml
file in the plugin's data directory. If it does not exist, it will be created automatically with default values. - Modify the
config.toml
file to configure your database and plugin settings.
- Locate the
[database]
host = "localhost"
port = 3306
user = "root"
password = "password"
database = "pvpstats"
[plugin]
name = "PvP-Stats" # Default name, can be customized
host
: The database server address.port
: The port for the database server.user
: The database username.password
: The database password.database
: The name of the database to connect to.name
: The name of the plugin, which can be customized.
- Customize Plugin Name:
- To customize the plugin name, modify the
name
field in theconfig.toml
file. The default is"PvP-Stats"
, but you can set it to any string you prefer.
- To customize the plugin name, modify the
- Reloading the Plugin: Use the
/psc reload
command to reload the plugin configuration. - Viewing Player Stats: The plugin will automatically retrieve and display player stats as defined in the database.
- Plugin Not Loading: Ensure all dependencies are correctly installed and loaded before PVPStatsForClans.
- Database Errors: Check the database connection details in the
config.toml
file and ensure the database is accessible.
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature
). - Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/your-feature
). - Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
For support or inquiries, please contact itzMiney.
Enjoy using PVPStatsForClans! If you have any questions or need help, feel free to open an issue or contact us directly.