TeamBergerhealer submitted a new resource: MyWorlds - World Management - Simplified Read more about this resource...
Hi, This plugin and bkcmmonlib needs update for 1.12 ``` ] Unhandled exception executing command 'mw' in plugin My_Worlds v1.11.2-v2-SNAPSHOT [22:00:40 WARN]: java.lang.UnsupportedOperationException: Field is not available [22:00:40 WARN]: at com.bergerkiller.mountiplex.reflection.util.FastField.checkInit(FastField.java:41) [22:00:40 WARN]: at com.bergerkiller.mountiplex.reflection.util.FastField.read(FastField.java:104) [22:00:40 WARN]: at com.bergerkiller.mountiplex.reflection.util.FastField.get(FastField.java:189) [22:00:40 WARN]: at com.bergerkiller.mountiplex.reflection.declarations.Template$Field.get(Template.java:1340) [22:00:40 WARN]: at com.bergerkiller.generated.net.minecraft.server.EntityPlayerHandle.getRemoveQueue(EntityPlayerHandle.java:39) [22:00:40 WARN]: at com ``` And many other errors with unsupportedoperation.
What command did you try? Is this pre-5, pre-6, etc, of mc 1.12? Is this also with the latest BKCommonLib found on the CI? https://ci.mg-dev.eu/ EDIT I've made some changes that will for sure fix any errors to do with the removequeue field. https://ci.mg-dev.eu/job/BKCommonLib/45/
Code (Text): 23:32:37] [Server thread/INFO]: [BKCommonLib] Loading BKCommonLib v1.11.2-v2-SNAPSHOT [23:32:37] [Server thread/WARN]: Failed to find method public void begin:a(String label); [23:32:37] [Server thread/WARN]: Alternatives: [23:32:37] [Server thread/WARN]: - public final void c(String arg0); [23:32:37] [Server thread/WARN]: - public final void a(String arg0); [23:32:37] [Server thread/WARN]: Failed to find method public void end:b(); [23:32:37] [Server thread/WARN]: Alternatives: [23:32:37] [Server thread/WARN]: - public final String c(); [23:32:37] [Server thread/WARN]: - public final void b(); [23:32:37] [Server thread/WARN]: - public final void a(); [23:32:37] [Server thread/WARN]: Failed to find field public final (List<TileEntityHandle>) List<TileEntity> tileEntityList; [23:32:37] [Server thread/WARN]: Failed to find field public final Set<Long> unloadQueue; [23:32:37] [Server thread/WARN]: Failed to find method public (BlockData) IBlockData getBlockData((IntVector3) BlockPosition blockposition); [23:32:37] [Server thread/WARN]: Alternatives: [23:32:37] [Server thread/WARN]: - public boolean c(v1_12_R1.BlockPosition arg0); [23:32:37] [Server thread/WARN]: - public void c(long arg0); [23:32:37] [Server thread/WARN]: - public void b(boolean arg0); [23:32:37] [Server thread/WARN]: - public int b(v1_12_R1.BlockPosition arg0); [23:32:37] [Server thread/WARN]: - public void b(v1_12_R1.Entity arg0); [23:32:37] [Server thread/WARN]: - public void e(boolean arg0); [23:32:37] [Server thread/WARN]: - public int e(v1_12_R1.BlockPosition arg0); [23:32:37] [Server thread/WARN]: - public void a(byte[] arg0); [23:32:37] [Server thread/WARN]: - public void a(v1_12_R1.TileEntity arg0); [23:32:37] [Server thread/WARN]: - protected void a(v1_12_R1.ChunkGenerator arg0); [23:32:37] [Server thread/WARN]: - public void a(int[] arg0); [23:32:37] [Server thread/WARN]: - private void a(v1_12_R1.EnumDirection arg0); [23:32:37] [Server thread/WARN]: - public Random a(long arg0); [23:32:37] [Server thread/WARN]: - public void a(v1_12_R1.ChunkSection[] arg0); [23:32:37] [Server thread/WARN]: - public boolean a(boolean arg0); [23:32:37] [Server thread/WARN]: - public void a(v1_12_R1.Entity arg0); [23:32:37] [Server thread/WARN]: - private void h(boolean arg0); [23:32:37] [Server thread/WARN]: - public void d(boolean arg0); [23:32:37] [Server thread/WARN]: - public void d(v1_12_R1.BlockPosition arg0); [23:32:37] [Server thread/WARN]: - public void g(boolean arg0); [23:32:37] [Server thread/WARN]: - private v1_12_R1.TileEntity g(v1_12_R1.BlockPosition arg0); [23:32:37] [Server thread/WARN]: - public void f(boolean arg0); [23:32:37] [Server thread/WARN]: - public v1_12_R1.BlockPosition f(v1_12_R1.BlockPosition arg0); [23:32:37] [Server thread/WARN]: - public final v1_12_R1.IBlockData getBlockData(v1_12_R1.BlockPosition arg0); [23:32:37] [Server thread/WARN]: - public final v1_12_R1.TileEntity getTileEntityImmediately(v1_12_R1.BlockPosition arg0); [23:32:37] [Server thread/WARN]: - public boolean areNeighborsLoaded(int arg0); [23:32:37] [Server thread/WARN]: - public void setShouldUnload(boolean arg0); [23:32:37] [Server thread/WARN]: - private void recheckGaps(boolean arg0); [23:32:37] [Server thread/WARN]: - private void lambda$h$0(boolean arg0); [23:32:37] [Server thread/WARN]: - public void setLastSaved(long arg0); [23:32:37] [Server thread/WARN]: - public void removeTileEntity(v1_12_R1.BlockPosition arg0); [23:32:38] [Server thread/WARN]: Field 'tileEntityList' not found in template for net.minecraft.server.v1_12_R1.World [23:32:38] [Server thread/WARN]: Method 'begin' not found in template for net.minecraft.server.v1_12_R1.MethodProfiler [23:32:38] [Server thread/WARN]: Method 'end' not found in template for net.minecraft.server.v1_12_R1.MethodProfiler [23:32:38] [Server thread/WARN]: Method 'getBlockData' not found in template for net.minecraft.server.v1_12_R1.Chunk There are some warns but the plugin is working
Jikes! That is a lot of warnings. Are you using Paperspigot or some other derivative by chance? Some of those look pretty serious and will need looking into... EDIT I've made several changes to Mountiplex and BKCommonLib to hopefully better deal with what looks like Paperspigot. It should fix most, hopefully all, the warnings you're getting. https://ci.mg-dev.eu/job/BKCommonLib/48/
Yes im using paperspigot I updated to the latest BKCommonLib but the warns still persist Code (Text): [10:23:05 INFO]: [BKCommonLib] Loading BKCommonLib v1.11.2-v2-SNAPSHOT [10:23:05 WARN]: Failed to find method public void begin:a(String label); [10:23:05 WARN]: Alternatives: [10:23:05 WARN]: - public final void c(String arg0); [10:23:05 WARN]: - public final void a(String arg0); [10:23:05 WARN]: Failed to find method public void end:b(); [10:23:05 WARN]: Alternatives: [10:23:05 WARN]: - public final String c(); [10:23:05 WARN]: - public final void b(); [10:23:05 WARN]: - public final void a(); [10:23:05 WARN]: Failed to find field public final Set<Long> unloadQueue; [10:23:05 WARN]: Failed to find method public (BlockData) IBlockData getBlockData((IntVector3) BlockPosition blockposition); [10:23:05 WARN]: Alternatives: [10:23:05 WARN]: - public void c(long arg0); [10:23:05 WARN]: - public boolean c(v1_12_R1.BlockPosition arg0); [10:23:05 WARN]: - public void e(boolean arg0); [10:23:05 WARN]: - public int e(v1_12_R1.BlockPosition arg0); [10:23:05 WARN]: - public void b(boolean arg0); [10:23:05 WARN]: - public int b(v1_12_R1.BlockPosition arg0); [10:23:05 WARN]: - public void b(v1_12_R1.Entity arg0); [10:23:05 WARN]: - public void a(v1_12_R1.TileEntity arg0); [10:23:05 WARN]: - public void a(byte[] arg0); [10:23:05 WARN]: - public boolean a(boolean arg0); [10:23:05 WARN]: - public Random a(long arg0); [10:23:05 WARN]: - protected void a(v1_12_R1.ChunkGenerator arg0); [10:23:05 WARN]: - public void a(v1_12_R1.ChunkSection[] arg0); [10:23:05 WARN]: - public void a(int[] arg0); [10:23:05 WARN]: - private void a(v1_12_R1.EnumDirection arg0); [10:23:05 WARN]: - public void a(v1_12_R1.Entity arg0); [10:23:05 WARN]: - private void h(boolean arg0); [10:23:05 WARN]: - public void d(v1_12_R1.BlockPosition arg0); [10:23:05 WARN]: - public void d(boolean arg0); [10:23:05 WARN]: - private v1_12_R1.TileEntity g(v1_12_R1.BlockPosition arg0); [10:23:05 WARN]: - public void g(boolean arg0); [10:23:05 WARN]: - public void f(boolean arg0); [10:23:05 WARN]: - public v1_12_R1.BlockPosition f(v1_12_R1.BlockPosition arg0); [10:23:05 WARN]: - public final v1_12_R1.IBlockData getBlockData(v1_12_R1.BlockPosition arg0); [10:23:05 WARN]: - public final v1_12_R1.TileEntity getTileEntityImmediately(v1_12_R1.BlockPosition arg0); [10:23:05 WARN]: - public boolean areNeighborsLoaded(int arg0); [10:23:05 WARN]: - public void removeTileEntity(v1_12_R1.BlockPosition arg0); [10:23:05 WARN]: - public void setShouldUnload(boolean arg0); [10:23:05 WARN]: - private void recheckGaps(boolean arg0); [10:23:05 WARN]: - private void lambda$h$0(boolean arg0); [10:23:05 WARN]: - public void setLastSaved(long arg0); [10:23:06 WARN]: Method 'begin' not found in template for net.minecraft.server.v1_12_R1.MethodProfiler [10:23:06 WARN]: Method 'end' not found in template for net.minecraft.server.v1_12_R1.MethodProfiler [10:23:06 WARN]: Method 'getBlockData' not found in template for net.minecraft.server.v1_12_R1.Chunk Also i tried to install traincarts and this is what i get in console: Code (Text): [CODE][10:23:16 INFO]: [Train_Carts] Enabling Train_Carts v1.11.2-v2-SNAPSHOT [10:23:16 INFO]: [BKCommonLib] [Configuration] File 'plugins\Train_Carts\PermissionDefaults.yml' has been generated [10:23:16 INFO]: [BKCommonLib] [Configuration] File 'plugins\Train_Carts\Localization.yml' has been generated [10:23:16 ERROR]: [Train_Carts] Error while initializing sign power states in world world java.lang.UnsupportedOperationException: Method is not available at com.bergerkiller.mountiplex.reflection.util.FastMethod.checkInit(FastMethod.java:30) ~[BKCommonLib.jar:?] at com.bergerkiller.mountiplex.reflection.util.FastMethod.init(FastMethod.java:60) ~[BKCommonLib.jar:?] at com.bergerkiller.mountiplex.reflection.util.FastMethod.invoke(FastMethod.java:79) ~[BKCommonLib.jar:?] at com.bergerkiller.mountiplex.reflection.declarations.Template$Method.invoke(Template.java:779) ~[BKCommonLib.jar:?] at com.bergerkiller.bukkit.common.utils.ChunkUtil.getBlockData(ChunkUtil.java:145) ~[BKCommonLib.jar:?] at com.bergerkiller.bukkit.common.utils.WorldUtil.getBlockData(WorldUtil.java:58) ~[BKCommonLib.jar:?] at com.bergerkiller.bukkit.common.utils.BlockUtil.getData(BlockUtil.java:135) ~[BKCommonLib.jar:?] at com.bergerkiller.bukkit.tc.PowerState.get(PowerState.java:68) ~[TrainCarts.jar:?] at com.bergerkiller.bukkit.tc.PowerState.isSignPowered(PowerState.java:150) ~[TrainCarts.jar:?] at com.bergerkiller.bukkit.tc.PowerState.isSignPowered(PowerState.java:130) ~[TrainCarts.jar:?] at com.bergerkiller.bukkit.tc.RedstoneTracker.initPowerLevels(RedstoneTracker.java:90) [TrainCarts.jar:?] at com.bergerkiller.bukkit.tc.RedstoneTracker.<init>(RedstoneTracker.java:69) [TrainCarts.jar:?] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_131] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) [?:1.8.0_131] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) [?:1.8.0_131] at java.lang.reflect.Constructor.newInstance(Unknown Source) [?:1.8.0_131] at java.lang.Class.newInstance(Unknown Source) [?:1.8.0_131] at com.bergerkiller.bukkit.common.PluginBase.register(PluginBase.java:229) [BKCommonLib.jar:?] at com.bergerkiller.bukkit.tc.TrainCarts.enable(TrainCarts.java:503) [TrainCarts.jar:?] at com.bergerkiller.bukkit.common.PluginBase.onEnable(PluginBase.java:771) [BKCommonLib.jar:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) [patched_1.12-pre6.jar:git-Paper-"04d2d385"] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:316) [patched_1.12-pre6.jar:git-Paper-"04d2d385"] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [patched_1.12-pre6.jar:git-Paper-"04d2d385"] at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:379) [patched_1.12-pre6.jar:git-Paper-"04d2d385"] at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:329) [patched_1.12-pre6.jar:git-Paper-"04d2d385"] at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:438) [patched_1.12-pre6.jar:git-Paper-"04d2d385"] at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:399) [patched_1.12-pre6.jar:git-Paper-"04d2d385"] at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:337) [patched_1.12-pre6.jar:git-Paper-"04d2d385"] at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:276) [patched_1.12-pre6.jar:git-Paper-"04d2d385"] at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:612) [patched_1.12-pre6.jar:git-Paper-"04d2d385"] at java.lang.Thread.run(Unknown Source) [?:1.8.0_131] [10:23:16 ERROR]: [Train_Carts] Error while initializing sign power states in world alpha-world java.lang.UnsupportedOperationException: Method is not available at com.bergerkiller.mountiplex.reflection.util.FastMethod.checkInit(FastMethod.java:30) ~[BKCommonLib.jar:?] at com.bergerkiller.mountiplex.reflection.util.FastMethod.init(FastMethod.java:60) ~[BKCommonLib.jar:?] at com.bergerkiller.mountiplex.reflection.util.FastMethod.invoke(FastMethod.java:79) ~[BKCommonLib.jar:?] at com.bergerkiller.mountiplex.reflection.declarations.Template$Method.invoke(Template.java:779) ~[BKCommonLib.jar:?] at com.bergerkiller.bukkit.common.utils.ChunkUtil.getBlockData(ChunkUtil.java:145) ~[BKCommonLib.jar:?] at com.bergerkiller.bukkit.common.utils.WorldUtil.getBlockData(WorldUtil.java:58) ~[BKCommonLib.jar:?] at com.bergerkiller.bukkit.common.utils.BlockUtil.getData(BlockUtil.java:135) ~[BKCommonLib.jar:?] at com.bergerkiller.bukkit.tc.PowerState.get(PowerState.java:68) ~[TrainCarts.jar:?] at com.bergerkiller.bukkit.tc.PowerState.isSignPowered(PowerState.java:150) ~[TrainCarts.jar:?] at com.bergerkiller.bukkit.tc.PowerState.isSignPowered(PowerState.java:130) ~[TrainCarts.jar:?] at com.bergerkiller.bukkit.tc.RedstoneTracker.initPowerLevels(RedstoneTracker.java:90) [TrainCarts.jar:?] at com.bergerkiller.bukkit.tc.RedstoneTracker.<init>(RedstoneTracker.java:69) [TrainCarts.jar:?] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_131] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) [?:1.8.0_131] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) [?:1.8.0_131] at java.lang.reflect.Constructor.newInstance(Unknown Source) [?:1.8.0_131] at java.lang.Class.newInstance(Unknown Source) [?:1.8.0_131] at com.bergerkiller.bukkit.common.PluginBase.register(PluginBase.java:229) [BKCommonLib.jar:?] at com.bergerkiller.bukkit.tc.TrainCarts.enable(TrainCarts.java:503) [TrainCarts.jar:?] at com.bergerkiller.bukkit.common.PluginBase.onEnable(PluginBase.java:771) [BKCommonLib.jar:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) [patched_1.12-pre6.jar:git-Paper-"04d2d385"] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:316) [patched_1.12-pre6.jar:git-Paper-"04d2d385"] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [patched_1.12-pre6.jar:git-Paper-"04d2d385"] at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:379) [patched_1.12-pre6.jar:git-Paper-"04d2d385"] at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:329) [patched_1.12-pre6.jar:git-Paper-"04d2d385"] at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:438) [patched_1.12-pre6.jar:git-Paper-"04d2d385"] at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:399) [patched_1.12-pre6.jar:git-Paper-"04d2d385"] at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:337) [patched_1.12-pre6.jar:git-Paper-"04d2d385"] at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:276) [patched_1.12-pre6.jar:git-Paper-"04d2d385"] at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:612) [patched_1.12-pre6.jar:git-Paper-"04d2d385"] at java.lang.Thread.run(Unknown Source) [?:1.8.0_131] [10:23:16 INFO]: [BKCommonLib] [Configuration] File 'plugins\Train_Carts\config.yml' has been generated [10:23:16 INFO]: [BKCommonLib] [Configuration] File 'plugins\Train_Carts\DefaultTrainProperties.yml' has been generated [10:23:16 INFO]: [Train_Carts] Restoring trains and loading nearby chunks... [10:23:16 INFO]: [Train_Carts] MyWorlds detected, support for portal sign train teleportation added! [10:23:16 INFO]: [Train_Carts] Train_Carts version 1.11.2-v2-SNAPSHOT enabled! (0.565s) The plugin is loaded but when i tried to ride cart this is what i get https://paste.md-5.net/tocinoquqe.avrasm Thanks!
Went and downloaded paperspigot myself. Now some tweaking and rewriting later it is fully 100% working. https://ci.mg-dev.eu/job/BKCommonLib/49/ Previous errors werent fixed because Mountiplex (dependency) didnt update accordingly. Cleared cache on the CI and rebuilt, and that too is all good now. Enjoy!
TeamBergerhealer updated MyWorlds with a new update entry: Posterity update (MC1.12), includes teleport related bugfix Read the rest of this update entry...
I tried to reproduce it but am having issues. Set world hunger to disabled/false, then restarted the server. It was still set to disabled and I could not get my hunger bars to go down. Is there a specific way to reproduce it? Also, this is on the latest 1.12 beta builds on the CI server.
Okay, sorry. It was because I was changing the config without doing /world config load. That's not very natural for most server owners to do I think. Also, /myworlds help says to type /help myworlds which doesn't bring up anything
Ohh I see. Yeah, it is best to have the server turned off while configuring, or only use commands to change settings. Strange that /help doesn't work, there definitely are help pages defined in the plugin.yml. Something to look at...
Using : MyWorlds-1.11.2-v2.jar BKCommonLib-1.12-v1.jar *Edit* Still happening with build #11 I have set MyWorlds not to handle portals at all and this is what happens : It causes the server to run out of memory and crash. Code (Text): 26.06 00:44:39 [Server] ERROR Encountered an unexpected exception 26.06 00:44:39 [Server] INFO net.minecraft.server.v1_12_R1.ReportedException: Ticking player 26.06 00:44:39 [Server] INFO at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:825) ~[spigot100.jar:git-Spigot-d5dfb24-ed8c725] 26.06 00:44:39 [Server] INFO at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) ~[spigot100.jar:git-Spigot-d5dfb24-ed8c725] 26.06 00:44:39 [Server] INFO at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) ~[spigot100.jar:git-Spigot-d5dfb24-ed8c725] 26.06 00:44:39 [Server] INFO at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot100.jar:git-Spigot-d5dfb24-ed8c725] 26.06 00:44:39 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121] 26.06 00:44:39 [Server] INFO Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded 26.06 00:44:39 [Server] INFO at net.minecraft.server.v1_12_R1.PacketPlayOutMapChunk.<init>(SourceFile:39) ~[spigot100.jar:git-Spigot-d5dfb24-ed8c725] 26.06 00:44:39 [Server] INFO at net.minecraft.server.v1_12_R1.PlayerChunk.sendChunk(PlayerChunk.java:147) ~[spigot100.jar:git-Spigot-d5dfb24-ed8c725] 26.06 00:44:39 [Server] INFO at net.minecraft.server.v1_12_R1.PlayerChunk.a(PlayerChunk.java:66) ~[spigot100.jar:git-Spigot-d5dfb24-ed8c725] 26.06 00:44:39 [Server] INFO at net.minecraft.server.v1_12_R1.PlayerChunkMap.addPlayer(PlayerChunkMap.java:287) ~[spigot100.jar:git-Spigot-d5dfb24-ed8c725] 26.06 00:44:39 [Server] INFO at net.minecraft.server.v1_12_R1.PlayerList.moveToWorld(PlayerList.java:682) ~[spigot100.jar:git-Spigot-d5dfb24-ed8c725] 26.06 00:44:39 [Server] INFO at net.minecraft.server.v1_12_R1.PlayerList.changeDimension(PlayerList.java:771) ~[spigot100.jar:git-Spigot-d5dfb24-ed8c725] 26.06 00:44:39 [Server] INFO at net.minecraft.server.v1_12_R1.EntityPlayer.b(EntityPlayer.java:618) ~[spigot100.jar:git-Spigot-d5dfb24-ed8c725] 26.06 00:44:39 [Server] INFO at net.minecraft.server.v1_12_R1.Entity.postTick(Entity.java:339) ~[spigot100.jar:git-Spigot-d5dfb24-ed8c725] 26.06 00:44:39 [Server] INFO at net.minecraft.server.v1_12_R1.World.entityJoinedWorld(World.java:1639) ~[spigot100.jar:git-Spigot-d5dfb24-ed8c725] 26.06 00:44:39 [Server] INFO at net.minecraft.server.v1_12_R1.World.h(World.java:1608) ~[spigot100.jar:git-Spigot-d5dfb24-ed8c725] 26.06 00:44:39 [Server] INFO at net.minecraft.server.v1_12_R1.WorldServer.l(WorldServer.java:640) ~[spigot100.jar:git-Spigot-d5dfb24-ed8c725] 26.06 00:44:39 [Server] INFO at net.minecraft.server.v1_12_R1.World.tickEntities(World.java:1402) ~[spigot100.jar:git-Spigot-d5dfb24-ed8c725] 26.06 00:44:39 [Server] INFO at net.minecraft.server.v1_12_R1.WorldServer.tickEntities(WorldServer.java:617) ~[spigot100.jar:git-Spigot-d5dfb24-ed8c725] 26.06 00:44:39 [Server] INFO at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:814) ~[spigot100.jar:git-Spigot-d5dfb24-ed8c725]
TeamBergerhealer updated MyWorlds with a new update entry: BKCommonLib compatibility update. Adds support for Minecraft 1.8.8 - 1.12 Read the rest of this update entry...
I had some troubles as well but more so that I can't get portal teleportation to work at all when portals were disabled. I had to re-release because of the breaking BKCommonLib changes. I have added an issue ticket on our github for this problem. It may take a bit to fix while I work that out, as I'm also involved with some other projects at the moment. EDIT I had nether disabled in server.properties and managed to reproduce your bug almost instantly. I'll work on a fix. I suspect something went wrong with a nether portal find algorithm causing it to load way too many chunks or something like it.