ervinchai / VoxelSniper

The premier long-distance brush editor for Minecraft, rebooted!
38 stars 27 forks source link

Paper1.13.2 support #24

Open sokz5 opened 4 years ago

sokz5 commented 4 years ago

The latest version didn't work in Paper 1.13.2. This is because the following errors appear.

[00:09:08 ERROR]: Could not load 'plugins/VoxelSniper-6.1.2.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: Unsupported API version 1.13.2 at org.bukkit.craftbukkit.v1_13_R2.util.CraftMagicNumbers.checkSupported(CraftMagicNumbers.java:226) ~[patched_1.13.2.jar:git-Paper-655] at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:130) ~[patched_1.13.2.jar:git-Paper-655] at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:334) ~[patched_1.13.2.jar:git-Paper-655] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:255) ~[patched_1.13.2.jar:git-Paper-655] at org.bukkit.craftbukkit.v1_13_R2.CraftServer.loadPlugins(CraftServer.java:331) ~[patched_1.13.2.jar:git-Paper-655] at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:235) ~[patched_1.13.2.jar:git-Paper-655] at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:787) ~[patched_1.13.2.jar:git-Paper-655] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]

However, I changed some of the code and now it works with 1.13.2. Do you have any plans to officially support 1.13?