Skip to content

Commit

Permalink
Update to 3.18.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanceSD committed May 23, 2024
1 parent bfc7831 commit aba38c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ To install and use the plugin, check the [Wiki](https://github.com/ChanceSD/PvPM

Useful Links
------------
**Spigot:** https://www.spigotmc.org/resources/pvpmanager-lite.845/
**Bukkit:** https://dev.bukkit.org/bukkit-plugins/pvpmanager/
**Discord:** https://discord.gg/QFTjs3g
**Dev Builds:** https://ci.codemc.io/job/ChanceSD/job/PvPManager/
**Crowdin Translations:** https://crowdin.com/project/pvpmanager
**Spigot:** https://www.spigotmc.org/resources/pvpmanager-lite.845/
**Bukkit:** https://dev.bukkit.org/bukkit-plugins/pvpmanager/
**Discord:** https://discord.gg/QFTjs3g
**Dev Builds:** https://ci.codemc.io/job/ChanceSD/job/PvPManager/
**Crowdin Translations:** https://crowdin.com/project/pvpmanager

Developers ([API](https://github.com/ChanceSD/PvPManager/wiki/Developer-API))
------
Expand All @@ -33,15 +33,15 @@ Artifact Information:
<dependency>
<groupId>me.NoChance.PvPManager</groupId>
<artifactId>pvpmanager</artifactId>
<version>3.18.7</version>
<version>3.18.10</version>
<scope>provided</scope>
</dependency>
```

Description
------------
PvPManager is an all in one PvP plugin.
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.
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.

**Some of the plugin's main features are:**
- Toggle PvP for each player, world, server
Expand All @@ -53,7 +53,7 @@ There are some features that are better covered by a dedicated separate plugin.
- Give money rewards, penalties, steal money or execute commands when a player kills another
- Keep/Drop player inventory depending whether they died in PvP or transfer drops directly to the killer

There is a more detailed description of all features on the plugin page and in the config.
There is a more detailed description of all features on the plugin page and in the config.

bStats
-----------
Expand All @@ -62,7 +62,7 @@ bStats

![YourKit](https://www.yourkit.com/images/yklogo.png)

PvPManager uses YourKit to make sure everything runs smoothly in your server.
PvPManager uses YourKit to make sure everything runs smoothly in your server.
YourKit supports open source projects with innovative and intelligent tools
for monitoring and profiling Java and .NET applications.
YourKit is the creator of <a href="https://www.yourkit.com/java/profiler/">YourKit Java Profiler</a>,
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sonar.organization>chancesd</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<revision>3.18.7</revision>
<revision>3.18.10</revision>
</properties>

<distributionManagement>
Expand Down

0 comments on commit aba38c5

Please sign in to comment.