Multiverse-Portals

Multiverse-Portals

2M Downloads

1.14 upgrade

SlimeDog opened this issue ยท 10 comments

commented

Spigot 1.14 (2235 and previous)
Multiverse-Core 3.0.0-SNAPSHOT-b761
Multiverse-Portals 3.0.0-SNAPSHOT-b790

On server start-up

[06:43:02] [Server thread/ERROR]: Error occurred while enabling Multiverse-Portals v3.0.0-SNAPSHOT-b790 (Is it up to date?)
java.lang.NoClassDefFoundError: org/bukkit/TravelAgent
        at com.onarandombox.MultiversePortals.MultiversePortals.registerEvents(MultiversePortals.java:152) ~[?:?]
        at com.onarandombox.MultiversePortals.MultiversePortals.onEnable(MultiversePortals.java:144) ~[?:?]
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[spigot-1.14.jar-2019-04-30-0641:git-Spigot-1eece4f-dadc539]
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352) [spigot-1.14.jar-2019-04-30-0641:git-Spigot-1eece4f-dadc539]
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:416) [spigot-1.14.jar-2019-04-30-0641:git-Spigot-1eece4f-dadc539]
        at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:458) [spigot-1.14.jar-2019-04-30-0641:git-Spigot-1eece4f-dadc539]
        at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:372) [spigot-1.14.jar-2019-04-30-0641:git-Spigot-1eece4f-dadc539]
        at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:440) [spigot-1.14.jar-2019-04-30-0641:git-Spigot-1eece4f-dadc539]
        at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:258) [spigot-1.14.jar-2019-04-30-0641:git-Spigot-1eece4f-dadc539]
        at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:758) [spigot-1.14.jar-2019-04-30-0641:git-Spigot-1eece4f-dadc539]
        at java.lang.Thread.run(Thread.java:834) [?:?]
Caused by: java.lang.ClassNotFoundException: org.bukkit.TravelAgent
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.14.jar-2019-04-30-0641:git-Spigot-1eece4f-dadc539]
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:81) ~[spigot-1.14.jar-2019-04-30-0641:git-Spigot-1eece4f-dadc539]
        at java.lang.ClassLoader.loadClass(ClassLoader.java:588) ~[?:?]
        at java.lang.ClassLoader.loadClass(ClassLoader.java:521) ~[?:?]
        ... 11 more
commented

I have the same issue. Portals wont work at all.

commented

Same here.

commented

I'm guessing this would be a similar fix like the PR in -Core

commented

how so? @MonstahGames

commented

@cheesepufftyler The error in console says that it can't find TravelAgent, this is because it was removed in 1.14. It was a similar thing in -Core

commented

I made a PR for this at #504

commented

Have we lost the dumptruckman? The four major MV components need updates to 1.14, but especially MV-Portals.

commented

yep looks the same reason I had to remove it
Spigot-1eece4f-fe1199c (MC: 1.14) API version 1.14-R0.1-SNAPSHOT
Multiverse-Core 3.0.0-SNAPSHOT-b761
Multiverse-Portals 3.0.0-SNAPSHOT-b790

On server start-up

[22:39:25] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v3.0.0-SNAPSHOT-b790
[22:39:25] [Server thread/INFO]: [Multiverse-Portals] - Version 3.0.0-SNAPSHOT-b790 Enabled - By Rigby and fernferret
[22:39:25] [Server thread/INFO]: [MVPLogging] 0 - Portals(s) loaded
[22:39:25] [Server thread/ERROR]: Error occurred while enabling Multiverse-Portals v3.0.0-SNAPSHOT-b790 (Is it up to date?)
java.lang.NoClassDefFoundError: org/bukkit/TravelAgent
at com.onarandombox.MultiversePortals.MultiversePortals.registerEvents(MultiversePortals.java:152) ~[?:?]
at com.onarandombox.MultiversePortals.MultiversePortals.onEnable(MultiversePortals.java:144) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[spigot-1.14.jar:git-Spigot-1eece4f-fe1199c]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352) [spigot-1.14.jar:git-Spigot-1eece4f-fe1199c]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:416) [spigot-1.14.jar:git-Spigot-1eece4f-fe1199c]
at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:458) [spigot-1.14.jar:git-Spigot-1eece4f-fe1199c]
at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:372) [spigot-1.14.jar:git-Spigot-1eece4f-fe1199c]
at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:441) [spigot-1.14.jar:git-Spigot-1eece4f-fe1199c]
at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:258) [spigot-1.14.jar:git-Spigot-1eece4f-fe1199c]
at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:762) [spigot-1.14.jar:git-Spigot-1eece4f-fe1199c]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201]
Caused by: java.lang.ClassNotFoundException: org.bukkit.TravelAgent
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.14.jar:git-Spigot-1eece4f-fe1199c]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:81) ~[spigot-1.14.jar:git-Spigot-1eece4f-fe1199c]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_201]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_201]
... 11 more

commented

Yeah, TravelAgent was removed in 1.14.

commented

This is fixed in the latest version of the Multiverse plugins.