WorldEdit

WorldEdit

42M Downloads

//asc not working on slabs and stairs

josephjthomas opened this issue ยท 3 comments

commented

WorldEdit Version

7.2.8-SNAPSHOT+5955-3ba0890

Platform Version

Paper version git-Paper-377

Confirmations

  • I am using the most recent Minecraft release.
  • I am using a version of WorldEdit compatible with my Minecraft version.
  • I am using the latest or recommended version of my platform software.
  • I am NOT using a hybrid server, e.g. a server that combines Bukkit and Forge. Examples include Arclight, Mohist, and Cardboard.
  • I am NOT using a fork of WorldEdit, such as FastAsyncWorldEdit (FAWE) or AsyncWorldEdit (AWE)

Bug Description

//asc behaves weird if you use it on stairs or slabs

Expected Behavior

Teleport me to the block above me.

Reproduction Steps

  1. Stand on a slab or the lower part of a stair
  2. Type //asc
  3. Get teleported 0.5 blocks above instead of the block above you

Anything Else?

No response

commented

not sure this is a bug really? you're inside the block so the next available floor is the top of the current block. you can always //asc 2 or whatever

commented

That works too, but it would be easier if it would move you upwards to the next floor, instead of the next block.

commented

I don't think we want to make //asc account for block hitboxes. As it stands it's a very simple calculation, and trying to account for your hitbox and block hitboxes would be very expensive (and I don't know if that information is even available on the server?).