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

Nether Roof doesn't properly prevent them from getting on top of the Nether #55

Closed CaptainAmpersand closed 4 years ago

CaptainAmpersand commented 4 years ago

Describe the bug A clear and concise description of what the bug is. The issue is that people can still get on top of the nether, and even walk freely. The player's Y coordinate is at exactly 128. If they jump to ~129, literally a block above, they are acted upon by the plugin. However, if they don't jump, they can build, run, and be able to do anything that they see fit. https://i.imgur.com/96uaMB6.png

This is from a 1.14.4 paper server. To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error
  5. Enter the nether
  6. With VoidSpawn, the commands are, as follows: /vs detector Nether /vs mode command /vs command
  7. Get on top of the Nether
  8. Don't be killed as configured.

Expected behavior A clear and concise description of what you expected to happen. The player, after going above bedrock at all, will be killed/acted upon ASAP. people have/can abuse this in order to "fast travel" in my world.

Screenshots If applicable, add screenshots to help explain your problem. This is just about as simple as I can make it: https://i.imgur.com/Pdm28oW.gifv The player is able to stand on the nether roof, but not jump.

VoidSpawn Version: 1.18.0-SNAPSHOT MC Version: 1.14.4 Spigot Version: 1.14.4 Paper-183

Additional context Add any other context about the problem here. N/A

endercrest commented 4 years ago

Thanks for the bug report, I will try to get a fix out for this very soon.

endercrest commented 4 years ago

This has been fixed in V1.18.1. Update should come out today, just pending review on Bukkit.