This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Hi,
i really like the simplicity of this portal mod.
I am not really familiar with minecraft / modding and got this to work with essentally no effort.
I like things which do what they are supposed to, and nothing else.
There are only 3 commands needed to create a portal, which is very nice.
Nice work, thank you.
I noticed an error message in the server log, which occurs only at the first time someone uses /mcp create <name>, after the first reboot of the server.
The mod does still work, portals can be created and removed.
The exception is thrown instantanious after issuing the "/mcp create <name>" command.
The server version is: CraftBukkit version git-Bukkit-3359cb1 (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT)
Exception + Stacktrace:
Fatal error trying to convert McPortals v0.2:me/mezzadev/mcportals/command/Marker.class org.bukkit.plugin.AuthorNagException: No legacy enum constant for STONE_SHOVEL. Did you forget to define api-version: 1.13 in your plugin.yml? at org.bukkit.craftbukkit.v1_13_R2.util.Commodore$1$1.visitFieldInsn(Commodore.java:154) ~[craftbukkit.jar:git-Bukkit-3359cb1] at org.objectweb.asm.ClassReader.readCode(ClassReader.java:2208) ~[craftbukkit.jar:git-Bukkit-3359cb1] at org.objectweb.asm.ClassReader.readMethod(ClassReader.java:1275) ~[craftbukkit.jar:git-Bukkit-3359cb1] at org.objectweb.asm.ClassReader.accept(ClassReader.java:679) ~[craftbukkit.jar:git-Bukkit-3359cb1] at org.objectweb.asm.ClassReader.accept(ClassReader.java:391) ~[craftbukkit.jar:git-Bukkit-3359cb1] at org.bukkit.craftbukkit.v1_13_R2.util.Commodore.convert(Commodore.java:130) ~[craftbukkit.jar:git-Bukkit-3359cb1] at org.bukkit.craftbukkit.v1_13_R2.util.CraftMagicNumbers.processClass(CraftMagicNumbers.java:221) ~[craftbukkit.jar:git-Bukkit-3359cb1] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:103) ~[craftbukkit.jar:git-Bukkit-3359cb1] at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:191) ~[craftbukkit.jar:git-Bukkit-3359cb1] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:87) ~[craftbukkit.jar:git-Bukkit-3359cb1] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:76) ~[craftbukkit.jar:git-Bukkit-3359cb1] at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_151] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_151] at me.mezzadev.mcportals.command.commands.Create.createPortal(Create.java:22) ~[?:?] at me.mezzadev.mcportals.command.MainCommand.onCommand(MainCommand.java:182) ~[?:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit.jar:git-Bukkit-3359cb1] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) ~[craftbukkit.jar:git-Bukkit-3359cb1] at org.bukkit.craftbukkit.v1_13_R2.CraftServer.dispatchCommand(CraftServer.java:679) ~[craftbukkit.jar:git-Bukkit-3359cb1] at net.minecraft.server.v1_13_R2.PlayerConnection.handleCommand(PlayerConnection.java:1587) ~[craftbukkit.jar:git-Bukkit-3359cb1] at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:1447) ~[craftbukkit.jar:git-Bukkit-3359cb1] at net.minecraft.server.v1_13_R2.PacketPlayInChat.a(SourceFile:37) ~[craftbukkit.jar:git-Bukkit-3359cb1] at net.minecraft.server.v1_13_R2.PacketPlayInChat.a(SourceFile:9) ~[craftbukkit.jar:git-Bukkit-3359cb1] at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.a(SourceFile:10) ~[craftbukkit.jar:git-Bukkit-3359cb1] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_151] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_151] at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [craftbukkit.jar:git-Bukkit-3359cb1] at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:843) [craftbukkit.jar:git-Bukkit-3359cb1] at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:382) [craftbukkit.jar:git-Bukkit-3359cb1] at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:796) [craftbukkit.jar:git-Bukkit-3359cb1] at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:699) [craftbukkit.jar:git-Bukkit-3359cb1] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
Example:
1. Server start
2. /mcp create test -> Server Console shows exception
2.5 Right Click with the marker -> /mcp complete
3. /mcp setdes test
4. Everything works
5. /mcp create abc -> No exception
5.5 /mcp complete
6. /mcp setdes abc
7. Everything works
8. Server reboot
9. /mcp create exceptionTest -> Server Console shows exception
9.5 Rigth Click with the marker -> /mcp complete
10. /mcp setdes exceptionTest
11. Everything works
Steps to reproduce:
1. Restart Server
2. Use command "/mcp create <name>
To post a comment, please login or register a new account.