From ee440407896b34c2d9cb79f63ea5ac6427d7135b Mon Sep 17 00:00:00 2001 From: Bram <70259613+Bram1903@users.noreply.github.com> Date: Wed, 21 Feb 2024 15:42:55 +0100 Subject: [PATCH] Updated: BStats Version Bumped: Plugin Version --- build.gradle | 4 ++-- src/main/resources/plugin.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index eae1154..43b8a03 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'com.deathmotion.antihealthindicator' -version '1.1.1' +version '1.1.2' java { sourceCompatibility = JavaVersion.VERSION_1_8 @@ -25,7 +25,7 @@ dependencies { implementation 'com.github.retrooper.packetevents:spigot:2.2.1' implementation "net.kyori:adventure-platform-bukkit:4.3.2" implementation 'com.google.code.gson:gson:2.10.1' - implementation 'org.bstats:bstats-bukkit:3.0.0' + implementation 'org.bstats:bstats-bukkit:3.0.2' } tasks { diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index d1e0fd5..a82ccf4 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -3,7 +3,7 @@ author: Bram description: Spoofs certain information sent by the server to other players to prevent them from deducing information about the player's health, armor, held item, etc. website: https://github.com/Bram1903/AntiHealthIndicator main: com.deathmotion.antihealthindicator.AntiHealthIndicator -version: '1.1.1' +version: '1.1.2' api-version: '1.13' folia-supported: true load: POSTWORLD