1.13.x support
Nicofisi opened this issue · 18 comments
That's it. 1.13.x support
[01:58:09 INFO]: Nicofisi użył komendy /tomap http://static.cdprojektred.com/thewitcher.com/media/wallpapers/witcher3/full/witcher3_en_wallpaper_the_witcher_3_wild_hunt_ciri_meditating_1920x1080_1446715311.png
[01:58:11 WARN]: [ImageOnMap] Task #22 for ImageOnMap v3.1 generated an exception
java.lang.NoSuchMethodError: org.bukkit.enchantments.EnchantmentWrapper.<init>(I)V
at fr.moribus.imageonmap.tools.items.GlowEffect.<init>(GlowEffect.java:53) ~[?:?]
at fr.moribus.imageonmap.tools.items.GlowEffect.getGlow(GlowEffect.java:83) ~[?:?]
at fr.moribus.imageonmap.tools.items.GlowEffect.addGlow(GlowEffect.java:107) ~[?:?]
at fr.moribus.imageonmap.tools.items.ItemStackBuilder.item(ItemStackBuilder.java:185) ~[?:?]
at fr.moribus.imageonmap.ui.SplatterMapManager.makeSplatterMap(SplatterMapManager.java:60) ~[?:?]
at fr.moribus.imageonmap.ui.MapItemManager.give(MapItemManager.java:78) ~[?:?]
at fr.moribus.imageonmap.ui.MapItemManager.give(MapItemManager.java:64) ~[?:?]
at fr.moribus.imageonmap.map.ImageMap.give(ImageMap.java:84) ~[?:?]
at fr.moribus.imageonmap.commands.maptool.NewCommand$1.finished(NewCommand.java:70) ~[?:?]
at fr.moribus.imageonmap.commands.maptool.NewCommand$1.finished(NewCommand.java:65) ~[?:?]
at fr.moribus.imageonmap.components.worker.WorkerCallbackManager$WorkerRunnableInfo.runCallback(WorkerCallbackManager.java:141) ~[?:?]
at fr.moribus.imageonmap.components.worker.WorkerCallbackManager.run(WorkerCallbackManager.java:113) ~[?:?]
at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:63) ~[patched_1.13.1.jar:git-Paper-193]
at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:423) ~[patched_1.13.1.jar:git-Paper-193]
at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1000) ~[patched_1.13.1.jar:git-Paper-193]
at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:428) ~[patched_1.13.1.jar:git-Paper-193]
at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:936) ~[patched_1.13.1.jar:git-Paper-193]
at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:834) ~[patched_1.13.1.jar:git-Paper-193]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
I too would like to see this updated for 1.13.x It has been an essential part of my server for years and before this I used ImageToMap, etc. 1.13 broke this awesome plugin and I really hope it can be fixed soon.
You have to understand that I have to make choices and priorities. IoM is not abandoned, but there is a whole chain of dependencies to update before and it is a certain work, plus other unrelated and higher-priority projects.
The reported exception is related to zLib being not compatible with MC 1.13 (the second item of the chain), not IoM.
I hope to be able to update IoM before 2019.
I appreciate and understand your position. Thank you for the information and all of your hard work!
In the meantime a temporary solution has been to use: https://www.spigotmc.org/resources/custom-images.53036/ until IoM can be updated. It pales in comparison to IoM, but should suffice for those who need a quick, temporary fix.
Hi,
I would know if the plugin will manage 1.13.X support before summer? I've some features which work with IoM and i have to know if i could wait or choose another way than this plugin to fit my needs :s
Thanks for the answer.
@Nicofisi @klugemonkey @tianji1993 @Xeddius @AmauryCarrade
I just completed updating the plugin to 1.13.2 Ill be uploading the source code in a few min :D
#58 @Nicofisi @klugemonkey @tianji1993 @Xeddius @AmauryCarrade has one known gotcha. Other than that works :)
i've try your version @Xernium but... it doesn't work :( Even if i change the POM to specify 1.13.2.
I'm not sure to know how to contact you by discord (impossible to add you as friend :p)
@Tiplish I do have my friends settings set to open. I can try adding you instead if you don't mind sharing your nametag#number
zLib needs updating since EnchantmentWrapper no longer takes id, but rather a string. zLib probably should be fixed for 1.13, since other issues with Banner colors need to be addressed.
4.0-pre1 (including 1.13 and 1.14 support) has been released!