Skip to content

Commit

Permalink
New version 1.0.5 📝
Browse files Browse the repository at this point in the history
  • Loading branch information
Sstudiosdev authored Jun 14, 2024
1 parent 15f7814 commit 66784b2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.sstudiosdev</groupId>
<artifactId>BetterPvP</artifactId>
<version>1.0.4-Stable</version>
<version>1.0.5-Stable</version>
<name>BetterPvP</name>

<!-- Project Properties -->
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/io/github/sstudiosdev/BetterPvP.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public final class BetterPvP extends JavaPlugin {
private String currentVersion;
private String latestVersion;

private static final String PLUGIN_VERSION = "1.0.4";
private static final String PLUGIN_VERSION = "1.0.5";

private static final List<String> incompatiblePlugins = Arrays.asList(
"epicplugin-1.0",
Expand Down Expand Up @@ -172,7 +172,7 @@ private void registerEvents() {
*/
private void displayConsoleInfo() {
sendMessageToConsole(" &3_____");
sendMessageToConsole(" &3| __ \\ &3BetterPvP &7v1.0.4-Stable ");
sendMessageToConsole(" &3| __ \\ &3BetterPvP &7v1.0.5-Stable ");
sendMessageToConsole(" &3| | | | &7Running on Bukkit - Paper ");
sendMessageToConsole(" &3| |___ | &fPlugin by &3[srstaff_tv, sstudios, 1vcb, Updated by pichema and more]");
sendMessageToConsole(" &3| |__| | ");
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
prefix: "&8[&3BetterPvP&8]"
load-license-file: true
error-handler: true # It is recommended to have it activated
version: 1.0.4 # Do not touch this part is handled by the version of the plugin with our api.
version: 1.0.5 # Do not touch this part is handled by the version of the plugin with our api.

# ============================================================
# | Messages |
Expand Down Expand Up @@ -139,4 +139,4 @@ respawn-protection:
enabled: true

# End Config.yml
# Thank you pichema ❤
# Thank you pichema ❤
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: BetterPvP
version: '1.0.4-Stable'
version: '1.0.5-Stable'
main: io.github.sstudiosdev.BetterPvP
api-version: '1.13'
author: Sstudiosdev, staFF6773, Akit, pichema, 1vcbGH and more
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/sound.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ self-kill: ENTITY_WITHER_DEATH
# --------------------------------------------------------

respawn-player: ENTITY_EXPERIENCE_ORB_PICKUP
protection-attack: ENTITY_VILLAGER_NO
protection-attack: ENTITY_VILLAGER_NO

0 comments on commit 66784b2

Please sign in to comment.