Open eyebrawl123 opened 3 years ago
I got it to run (Area Shop dev #299) on latest paper (1.17.1#99), latest WE dev build (#5862), latest WG dev build (#2137) and the latest Vault version (1.7.3).
You can try using a fork by one of the community members. https://github.com/TreasureIslandMC/AreaShop <- This is my fork. Or https://github.com/Curtis73/AreaShop/releases
You can try using a fork by one of the community members. https://github.com/TreasureIslandMC/AreaShop <- This is my fork. Or https://github.com/Curtis73/AreaShop/releases
Will you update your fork for further Minecraft versions? And can I replace the original Jar with your fork without reconfiguring something?
Yes. This is what I did. Keep in mind that this only supports 1.16.5 and latest versions of worldguard / worldedit. It also doesn't have support for FAWE yet if you're looking for that.
I plan on updating it further + add back support for FAWE in the future.
On Wed, Jul 14, 2021, 10:40 xManInWhitex @.***> wrote:
You can try using a fork by one of the community members. https://github.com/TreasureIslandMC/AreaShop <- This is my fork. Or https://github.com/Curtis73/AreaShop/releases
Will you update this fork for further Minecraft versions? And can I replace the original Jar with your fork without reconfiguring something?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/NLthijs48/AreaShop/issues/587#issuecomment-879669926, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABEU22XKFKHIVE3X5T2EG7LTXU5NLANCNFSM5ADHOTKA .
I recommend you test it on a test server first and see if it works for you before you put it on your production server.
On Wed, Jul 14, 2021, 14:30 Omer Oreg @.***> wrote:
Yes. This is what I did. Keep in mind that this only supports 1.16.5 and latest versions of worldguard / worldedit. It also doesn't have support for FAWE yet if you're looking for that.
I plan on updating it further + add back support for FAWE in the future.
On Wed, Jul 14, 2021, 10:40 xManInWhitex @.***> wrote:
You can try using a fork by one of the community members. https://github.com/TreasureIslandMC/AreaShop <- This is my fork. Or https://github.com/Curtis73/AreaShop/releases
Will you update this fork for further Minecraft versions? And can I replace the original Jar with your fork without reconfiguring something?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/NLthijs48/AreaShop/issues/587#issuecomment-879669926, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABEU22XKFKHIVE3X5T2EG7LTXU5NLANCNFSM5ADHOTKA .
Areashop funktioniert mit den neusten WE und WG Updates :) danke für die Hilfe
@sarhatabaot Your version works without any errors on latest 1.17.1 paper 👍 but sadly all click actions on region signs don't work anymore. Any idea what might happened?
Unsure, do you have any errors in the console? If so, can you paste your log?
@sarhatabaot Unfortunately not, but if you can't think of anything in a hurry, I'll probably just look at the code myself in the days.
Edit: So I figured it out some days ago and created a Pull Request with a fix for sarhatabaot's fork. The problem was a result of some refactoring messing with the FeatureManger's way of loading the features. Because of this the signs and friends features were not loaded anymore. Since the resulting error was catched at some point in the code no error was shown that's probably why nobody noticed.
Yes. This is what I did. Keep in mind that this only supports 1.16.5 and latest versions of worldguard / worldedit. It also doesn't have support for FAWE yet if you're looking for that. I plan on updating it further + add back support for FAWE in the future. … On Wed, Jul 14, 2021, 10:40 xManInWhitex @.***> wrote: You can try using a fork by one of the community members. https://github.com/TreasureIslandMC/AreaShop <- This is my fork. Or https://github.com/Curtis73/AreaShop/releases Will you update this fork for further Minecraft versions? And can I replace the original Jar with your fork without reconfiguring something? — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#587 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABEU22XKFKHIVE3X5T2EG7LTXU5NLANCNFSM5ADHOTKA .
hello, I wanted to see if you will release a version with support for fawe for 1.17.1?
Hi, after the update to Paper-Spigot 1.17.1 and Worldedit 7.2.6 beta, Areashop no longer works. Error message:
[20:09:25] [Server thread/INFO]: [AreaShop] Enabling AreaShop v2.6.0#299 [20:09:25] [Server thread/ERROR]: Error occurred while enabling AreaShop v2.6.0#299 (Is it up to date?) java.lang.NoClassDefFoundError: com/sk89q/worldedit/Vector at java.lang.Class.forName0(Native Method) ~[?:?] at java.lang.Class.forName(Class.java:375) ~[?:?] at me.wiefferink.areashop.AreaShop.onEnable(AreaShop.java:299) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.17.1.jar:git-Paper-95] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.17.1.jar:git-Paper-95] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.17.1.jar:git-Paper-95] at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.17.1.jar:git-Paper-95] at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.17.1.jar:git-Paper-95] at net.minecraft.server.MinecraftServer.loadWorld(MinecraftServer.java:639) ~[patched_1.17.1.jar:git-Paper-95] at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:306) ~[patched_1.17.1.jar:git-Paper-95] at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1126) ~[patched_1.17.1.jar:git-Paper-95] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[patched_1.17.1.jar:git-Paper-95] at java.lang.Thread.run(Thread.java:831) [?:?] Caused by: java.lang.ClassNotFoundException: com.sk89q.worldedit.Vector at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:146) ~[patched_1.17.1.jar:git-Paper-95] at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:103) ~[patched_1.17.1.jar:git-Paper-95] at java.lang.ClassLoader.loadClass(ClassLoader.java:519) ~[?:?] ... 13 more
Will areashop still be updated?