Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

teleportTo & teleportOut causing severe server lag and teleporting players to voids with immortality #300

Closed
daugvydas120 opened this issue Aug 2, 2014 · 0 comments

Comments

@daugvydas120
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant