You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have my mini-game and the lobby for it in separate worlds (using multiverse), very commonly when I end a match if i'm using teleportOut it does not bring them back to the lobby but instead brings them to a void where they can't die (this causes huge lag spikes for the server) and can't use any commands, I think due to the lag they de-sync from the server so they can barely chat let alone run commands. This isn't a permissions issue as it happens to me as well. I tried to use teleportTo (and I believe I set it up correctly, using "world","x","y","z" to define the place but it does not bring them there. Please help me with this bug, as otherwise my game is unplayable.
When I try to use teleportTo, this is the error i receive in the console:
01.08 22:37:05 [Server] WARN Server returned HTTP response code: 500 for URL: http://battleplugins.com/statistics/set
01.08 22:34:36 [Server] INFO The updater did not find an update, and nothing was downloaded.
01.08 22:34:36 [Server] INFO No new version available
01.08 22:34:36 [Server] INFO Checking for Updates:
01.08 22:34:36 [Server] INFO Loaded Arena arenas: quarry
01.08 22:34:35 [Server] WARN at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628)
01.08 22:34:35 [Server] WARN at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:469)
01.08 22:34:35 [Server] WARN at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:558)
01.08 22:34:35 [Server] WARN at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:260)
01.08 22:34:35 [Server] WARN at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:600)
01.08 22:34:35 [Server] WARN at org.bukkit.craftbukkit.v1_7_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:345)
01.08 22:34:35 [Server] WARN at org.bukkit.craftbukkit.v1_7_R3.scheduler.CraftTask.run(CraftTask.java:53)
01.08 22:34:35 [Server] WARN at mc.alk.arena.BattleArena$1.run(BattleArena.java:241)
01.08 22:34:35 [Server] WARN at mc.alk.arena.serializers.BAConfigSerializer.loadCompetitions(BAConfigSerializer.java:118)
01.08 22:34:35 [Server] WARN at mc.alk.arena.controllers.APIRegistrationController.registerCompetition(APIRegistrationController.java:132)
01.08 22:34:35 [Server] WARN at mc.alk.arena.controllers.APIRegistrationController._registerCompetition(APIRegistrationController.java:197)
01.08 22:34:35 [Server] WARN at mc.alk.arena.serializers.ConfigSerializer.loadMatchParams(ConfigSerializer.java:74)
01.08 22:34:35 [Server] WARN at mc.alk.arena.serializers.ConfigSerializer.loadMatchParams(ConfigSerializer.java:88)
01.08 22:34:35 [Server] WARN at mc.alk.arena.serializers.ConfigSerializer.loadMatchParams(ConfigSerializer.java:93)
01.08 22:34:35 [Server] WARN at mc.alk.arena.serializers.ConfigSerializer.loadMatchParams(ConfigSerializer.java:160)
01.08 22:34:35 [Server] WARN at mc.alk.arena.serializers.ConfigSerializer.loadTransitionOptions(ConfigSerializer.java:214)
01.08 22:34:35 [Server] WARN at mc.alk.arena.serializers.ConfigSerializer.getTransitionOptions(ConfigSerializer.java:508)
01.08 22:34:35 [Server] WARN at mc.alk.arena.util.SerializerUtil.getLocation(SerializerUtil.java:94)
01.08 22:34:35 [Server] WARN at java.lang.Float.valueOf(Unknown Source)
01.08 22:34:35 [Server] WARN at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)
01.08 22:34:35 [Server] WARN java.lang.NumberFormatException: For input string: "100]"
01.08 22:34:35 [Server] INFO Error setting the value of teleportTo
The text was updated successfully, but these errors were encountered:
Hello,
I have my mini-game and the lobby for it in separate worlds (using multiverse), very commonly when I end a match if i'm using teleportOut it does not bring them back to the lobby but instead brings them to a void where they can't die (this causes huge lag spikes for the server) and can't use any commands, I think due to the lag they de-sync from the server so they can barely chat let alone run commands. This isn't a permissions issue as it happens to me as well. I tried to use teleportTo (and I believe I set it up correctly, using "world","x","y","z" to define the place but it does not bring them there. Please help me with this bug, as otherwise my game is unplayable.
When I try to use teleportTo, this is the error i receive in the console:
01.08 22:37:05 [Server] WARN Server returned HTTP response code: 500 for URL: http://battleplugins.com/statistics/set
01.08 22:34:36 [Server] INFO The updater did not find an update, and nothing was downloaded.
01.08 22:34:36 [Server] INFO No new version available
01.08 22:34:36 [Server] INFO Checking for Updates:
01.08 22:34:36 [Server] INFO Loaded Arena arenas: quarry
01.08 22:34:35 [Server] WARN at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628)
01.08 22:34:35 [Server] WARN at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:469)
01.08 22:34:35 [Server] WARN at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:558)
01.08 22:34:35 [Server] WARN at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:260)
01.08 22:34:35 [Server] WARN at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:600)
01.08 22:34:35 [Server] WARN at org.bukkit.craftbukkit.v1_7_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:345)
01.08 22:34:35 [Server] WARN at org.bukkit.craftbukkit.v1_7_R3.scheduler.CraftTask.run(CraftTask.java:53)
01.08 22:34:35 [Server] WARN at mc.alk.arena.BattleArena$1.run(BattleArena.java:241)
01.08 22:34:35 [Server] WARN at mc.alk.arena.serializers.BAConfigSerializer.loadCompetitions(BAConfigSerializer.java:118)
01.08 22:34:35 [Server] WARN at mc.alk.arena.controllers.APIRegistrationController.registerCompetition(APIRegistrationController.java:132)
01.08 22:34:35 [Server] WARN at mc.alk.arena.controllers.APIRegistrationController._registerCompetition(APIRegistrationController.java:197)
01.08 22:34:35 [Server] WARN at mc.alk.arena.serializers.ConfigSerializer.loadMatchParams(ConfigSerializer.java:74)
01.08 22:34:35 [Server] WARN at mc.alk.arena.serializers.ConfigSerializer.loadMatchParams(ConfigSerializer.java:88)
01.08 22:34:35 [Server] WARN at mc.alk.arena.serializers.ConfigSerializer.loadMatchParams(ConfigSerializer.java:93)
01.08 22:34:35 [Server] WARN at mc.alk.arena.serializers.ConfigSerializer.loadMatchParams(ConfigSerializer.java:160)
01.08 22:34:35 [Server] WARN at mc.alk.arena.serializers.ConfigSerializer.loadTransitionOptions(ConfigSerializer.java:214)
01.08 22:34:35 [Server] WARN at mc.alk.arena.serializers.ConfigSerializer.getTransitionOptions(ConfigSerializer.java:508)
01.08 22:34:35 [Server] WARN at mc.alk.arena.util.SerializerUtil.getLocation(SerializerUtil.java:94)
01.08 22:34:35 [Server] WARN at java.lang.Float.valueOf(Unknown Source)
01.08 22:34:35 [Server] WARN at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)
01.08 22:34:35 [Server] WARN java.lang.NumberFormatException: For input string: "100]"
01.08 22:34:35 [Server] INFO Error setting the value of teleportTo
The text was updated successfully, but these errors were encountered: