endercrest / VoidSpawn

A Spigot & Bukkit plugin that teleports players upon entering the void.
https://www.spigotmc.org/resources/voidspawn.19350/
GNU Lesser General Public License v2.1
5 stars 10 forks source link

Death still wins #12

Closed SlimeDog closed 7 years ago

SlimeDog commented 7 years ago

Environment: Spigot 1.10.2, VoidSpawn 1.11.0, and the usual collection of WE/WG/MV/PEX/etc., all latest pulls.

I configured askyblock to allowfallingteleport:true. I configured -vs.override in PEX. I configured VoidSpawn for command mode to send the player to a safe location (in a different world) via mvtp. When he jumps over the edge of the island, the player is teleported to the safe location. But when the player goes back to the island, he dies. Since the point of VoidSpawn is to avoid death, I need help. What more information would be helpful?

At least one other person has reported this behavior on MS-Spigot.

endercrest commented 7 years ago

Thanks for the report, I will take a look at this. I believe I have identified the problem.

SlimeDog commented 7 years ago

Thanks. Observed expected behavior in one non-island world.

endercrest commented 7 years ago

Are you only running into this problem with command based teleports?

SlimeDog commented 7 years ago

Here is a sample of my worlds.yml: world: mode: command command: mvtp e:world_void:0.5,64,0.1:0:0

All worlds share the same configuration. For the ASkyBlock world, death ensues on return. For one "normal" world tested, not.

endercrest commented 7 years ago

Thanks, while testing didn't even realise a command was never add to register a command.

endercrest commented 7 years ago

@SlimeDog https://github.com/endercrest/VoidSpawn/releases/tag/V1.11.1-SNAPSHOT

This is a pre-release that contains a fix for this bug. Should you want an immediate fix, that release should do. Nothing else has changed in it.

endercrest commented 7 years ago

I will close this issue once I push an official version to spigot and bukkit.

SlimeDog commented 7 years ago

Thanks. Yeah, I just edit the worlds file. While you're in there, any chance for multiple command support?

endercrest commented 7 years ago

Ya, I will throw that in quickly.

endercrest commented 7 years ago

@SlimeDog https://github.com/endercrest/VoidSpawn/releases/tag/V1.11.2-SNAPSHOT

SlimeDog commented 7 years ago

Verified that 1.11.2-SNAPSHOT resolves the island death issue.