Initial Commit :)

This commit is contained in:
James David Clarke
2024-01-05 00:34:42 +00:00
commit f7413116ac
5 changed files with 125 additions and 0 deletions

26
README.md Normal file
View File

@@ -0,0 +1,26 @@
# PVP Choice
PVP Choice empowers players with the ability to toggle Player vs Player (PVP) interactions, providing a customizable experience in player interactions. This tool is ideal for those who prefer a more collaborative and peaceful environment or for times when engaging in combat isn't desired.
## Features
- **PVP Toggle Command**: Players can use `/toggle_pvp` to switch their PVP setting on or off.
- **Flexible Player Interactions**: If any player involved in a conflict has PVP disabled, damage between them is prevented.
- **Intuitive Player Settings**: PVP preferences are stored as player metadata, maintaining individual choices across sessions.
## Commands
- `/toggle_pvp`: Enables or disables PVP for the player issuing the command. By default, PVP is disabled.
## Compatibility
- Designed to integrate seamlessly with existing player interaction systems.
- Compatible with various player and combat-related functionalities.
## License
This project is under the GPLv3-or-later license. For more information, see the `LICENSE` file.
---
T