Skip to content

Commit aba38c5

Browse files
committed
Update to 3.18.10
1 parent bfc7831 commit aba38c5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ To install and use the plugin, check the [Wiki](https://github.com/ChanceSD/PvPM
1313

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

2222
Developers ([API](https://github.com/ChanceSD/PvPManager/wiki/Developer-API))
2323
------
@@ -33,15 +33,15 @@ Artifact Information:
3333
<dependency>
3434
<groupId>me.NoChance.PvPManager</groupId>
3535
<artifactId>pvpmanager</artifactId>
36-
<version>3.18.7</version>
36+
<version>3.18.10</version>
3737
<scope>provided</scope>
3838
</dependency>
3939
```
4040

4141
Description
4242
------------
4343
PvPManager is an all in one PvP plugin.
44-
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+
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.
4545

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

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

5858
bStats
5959
-----------
@@ -62,7 +62,7 @@ bStats
6262

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

65-
PvPManager uses YourKit to make sure everything runs smoothly in your server.
65+
PvPManager uses YourKit to make sure everything runs smoothly in your server.
6666
YourKit supports open source projects with innovative and intelligent tools
6767
for monitoring and profiling Java and .NET applications.
6868
YourKit is the creator of <a href="https://www.yourkit.com/java/profiler/">YourKit Java Profiler</a>,

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1212
<sonar.organization>chancesd</sonar.organization>
1313
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
14-
<revision>3.18.7</revision>
14+
<revision>3.18.10</revision>
1515
</properties>
1616

1717
<distributionManagement>

0 commit comments

Comments
 (0)