Skip to content

Commit dcacb31

Browse files
committed
Update README.md
1 parent ddee6c5 commit dcacb31

1 file changed

Lines changed: 23 additions & 15 deletions

File tree

README.md

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Useful Links
1717
**Bukkit:** https://dev.bukkit.org/bukkit-plugins/pvpmanager/
1818
**Modrinth:** https://modrinth.com/plugin/pvpmanager
1919

20-
**Discord:** https://discord.gg/QFTjs3g
2120
**Dev Builds:** https://ci.codemc.io/job/ChanceSD/job/PvPManager/
2221
**Crowdin Translations:** https://crowdin.com/project/pvpmanager
2322

@@ -33,29 +32,38 @@ Maven Repo:
3332
Artifact Information:
3433
```xml
3534
<dependency>
36-
<groupId>me.NoChance.PvPManager</groupId>
35+
<groupId>me.chancesd.pvpmanager</groupId>
3736
<artifactId>pvpmanager</artifactId>
38-
<version>3.19.10</version>
37+
<version>4.0</version>
3938
<scope>provided</scope>
4039
</dependency>
4140
```
4241

4342
Description
4443
------------
45-
PvPManager is an all in one PvP plugin.
46-
There are some features that are better covered by a dedicated separate plugin. Even so, PvPManager aims to cover most of those even if in a more superficial way, always maintaining good performance as a goal.
44+
PvPManager is a comprehensive PvP management plugin that handles combat mechanics, player protection, and server administration. It covers most PvP-related features while maintaining excellent performance.
4745

48-
**Some of the plugin's main features are:**
49-
- Toggle PvP for each player, world, server
50-
- Stop combat logging by issuing punishments
51-
- Disable several actions while in combat such as fly, gamemode, blocking commands, etc
52-
- Stop what we named as "border hopping" which happens when a player enters combat and attempts to run away to a safezone
53-
- Protect new players from being killed by other players
54-
- Stop spawn killing or KDR abuse by issuing a kick or any other custom command
55-
- Give money rewards, penalties, steal money or execute commands when a player kills another
56-
- Keep/Drop player inventory depending whether they died in PvP or transfer drops directly to the killer
46+
**Combat Management:**
47+
- Toggle PvP for individual players, worlds, or the entire server
48+
- Combat tagging with customizable timers and visual indicators
49+
- Action bar and boss bar displays for combat status
50+
- Disable actions while in combat (fly, gamemode, commands, etc.)
51+
- Prevent combat logging with flexible punishment system
5752

58-
There is a more detailed description of all features on the plugin page and in the config.
53+
**Player Protection:**
54+
- Newbie protection for new players
55+
- Respawn and teleport protection
56+
- Stop "border hopping" when players flee to safezones during combat
57+
- Prevent KDR abuse with configurable kick thresholds
58+
59+
**Additional Features:**
60+
- Money rewards, penalties, and custom commands on kills
61+
- Flexible inventory handling (keep/drop/transfer to killer)
62+
- Item cooldown system and combat action restrictions
63+
- PlaceholderAPI support and plugin integrations (WorldGuard, Citizens, etc.)
64+
- [Premium version](https://www.spigotmc.org/resources/pvpmanager.10610/) available with additional features
65+
66+
For detailed feature descriptions and configuration options, check the [Wiki](https://github.com/ChanceSD/PvPManager/wiki).
5967

6068
bStats
6169
-----------

0 commit comments

Comments
 (0)