Skip to content

Commit

Permalink
Update to Folia 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cavallium committed Jul 6, 2023
1 parent a6c8d60 commit 1924ac5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>dev.folia</groupId>
<artifactId>folia-api</artifactId>
<version>1.19.4-R0.1-SNAPSHOT</version>
<version>1.20.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: ${project.name}
main: ${project.groupId}.coordinatesobfuscator.CoordinatesObfuscator
version: ${project.version}
api-version: 1.19
api-version: 1.20.1

This comment has been minimized.

Copy link
@joshuaprince

joshuaprince Jul 7, 2023

Contributor

This needs to be "1.20" (quotes required on this version). The latest release is giving an error on load:

[23:09:50 ERROR]: [ModernPluginLoadingStrategy] Could not load plugin 'CoordinatesObfuscator-1.4.12.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: Unsupported API version 1.20.1
        at org.bukkit.craftbukkit.v1_20_R1.util.CraftMagicNumbers.checkSupported(CraftMagicNumbers.java:380) ~[paper-1.20.1.jar:git-Paper-60]
author: Cavallium
depend: [ ProtocolLib ]
folia-supported: true
Expand Down

0 comments on commit 1924ac5

Please sign in to comment.