Skip to content

Commit 66784b2

Browse files
authored
New version 1.0.5 📝
1 parent 15f7814 commit 66784b2

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>io.github.sstudiosdev</groupId>
1010
<artifactId>BetterPvP</artifactId>
11-
<version>1.0.4-Stable</version>
11+
<version>1.0.5-Stable</version>
1212
<name>BetterPvP</name>
1313

1414
<!-- Project Properties -->

src/main/java/io/github/sstudiosdev/BetterPvP.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public final class BetterPvP extends JavaPlugin {
4444
private String currentVersion;
4545
private String latestVersion;
4646

47-
private static final String PLUGIN_VERSION = "1.0.4";
47+
private static final String PLUGIN_VERSION = "1.0.5";
4848

4949
private static final List<String> incompatiblePlugins = Arrays.asList(
5050
"epicplugin-1.0",
@@ -172,7 +172,7 @@ private void registerEvents() {
172172
*/
173173
private void displayConsoleInfo() {
174174
sendMessageToConsole(" &3_____");
175-
sendMessageToConsole(" &3| __ \\ &3BetterPvP &7v1.0.4-Stable ");
175+
sendMessageToConsole(" &3| __ \\ &3BetterPvP &7v1.0.5-Stable ");
176176
sendMessageToConsole(" &3| | | | &7Running on Bukkit - Paper ");
177177
sendMessageToConsole(" &3| |___ | &fPlugin by &3[srstaff_tv, sstudios, 1vcb, Updated by pichema and more]");
178178
sendMessageToConsole(" &3| |__| | ");

src/main/resources/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
prefix: "&8[&3BetterPvP&8]"
2121
load-license-file: true
2222
error-handler: true # It is recommended to have it activated
23-
version: 1.0.4 # Do not touch this part is handled by the version of the plugin with our api.
23+
version: 1.0.5 # Do not touch this part is handled by the version of the plugin with our api.
2424

2525
# ============================================================
2626
# | Messages |
@@ -139,4 +139,4 @@ respawn-protection:
139139
enabled: true
140140

141141
# End Config.yml
142-
# Thank you pichema ❤
142+
# Thank you pichema ❤

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: BetterPvP
2-
version: '1.0.4-Stable'
2+
version: '1.0.5-Stable'
33
main: io.github.sstudiosdev.BetterPvP
44
api-version: '1.13'
55
author: Sstudiosdev, staFF6773, Akit, pichema, 1vcbGH and more

src/main/resources/sound.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ self-kill: ENTITY_WITHER_DEATH
3939
# --------------------------------------------------------
4040

4141
respawn-player: ENTITY_EXPERIENCE_ORB_PICKUP
42-
protection-attack: ENTITY_VILLAGER_NO
42+
protection-attack: ENTITY_VILLAGER_NO

0 commit comments

Comments
 (0)