diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..d572858 Binary files /dev/null and b/.DS_Store differ diff --git a/pom.xml b/pom.xml index 097a44f..e0dbd6d 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ me.itsnathang PictureLogin - 1.6 + 2.0 jar Picture Login @@ -23,7 +23,7 @@ placeholderapi - http://repo.extendedclip.com/content/repositories/placeholderapi/ + https://repo.placeholderapi.com/ CodeMC @@ -39,19 +39,19 @@ org.spigotmc spigot-api - 1.16.1-R0.1-SNAPSHOT + 1.21.4-R0.1-SNAPSHOT provided org.bstats bstats-bukkit - 1.7 + 3.0.2 compile me.clip placeholderapi - 2.9.2 + 2.11.5 provided @@ -80,21 +80,21 @@ maven-compiler-plugin - 3.1 + 3.11.0 - 1.8 - 1.8 + 17 + 17 org.apache.maven.plugins maven-jar-plugin - 3.0.2 + 3.3.0 org.apache.maven.plugins maven-shade-plugin - 3.1.0 + 3.5.1 @@ -131,4 +131,4 @@ - \ No newline at end of file + diff --git a/src/main/java/me/itsnathang/picturelogin/config/ConfigManager.java b/src/main/java/me/itsnathang/picturelogin/config/ConfigManager.java index 5da3ded..0f762e2 100644 --- a/src/main/java/me/itsnathang/picturelogin/config/ConfigManager.java +++ b/src/main/java/me/itsnathang/picturelogin/config/ConfigManager.java @@ -7,7 +7,6 @@ import java.util.Optional; import java.util.logging.Level; -import com.sun.tools.sjavac.Log; import org.bukkit.configuration.file.YamlConfiguration; import com.bobacadodl.imgmessage.ImageChar; diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 3517d01..54c8710 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ name: PictureLogin main: me.itsnathang.picturelogin.PictureLogin -api-version: 1.16 +api-version: 1.21 author: NathanG description: Display a cool login message with a picture of the player's skin. @@ -17,4 +17,3 @@ permisions: picturelogin.show: default: op description: Allows message to be shown - \ No newline at end of file