meteor-client icon indicating copy to clipboard operation
meteor-client copied to clipboard

`.asc`, `.desc` and `.top`

Open SKevo18 opened this issue 1 year ago • 0 comments

Describe the feature

I suggest that you add a few commands that use .vclip under the hood, inspired by their counterparts from WordEdit and EssentialsX:

  • .floor - similar to //asc or //desc from WE. It takes one integer argument different than 0:
    • if the argument is a positive number, it attempts to vclip the player n floors above
    • if the argument is a negative number, it acts as opposite (attempts to vclip the player n floors below)
  • .top - similar to /top from EssentialsX: it takes no argument and it attempts to vclip the player to the block with the highest Y elevation on the current X and Z coordinates

How .floor works is illustrated on the following simple sketch which hopefully serves to explain my idea better:

Concept

The main challenge is to calculate to what Y coordinate (how many blocks up/down) to teleport the player. But since this has already been done in the plugins mentioned above, I am sure that it is possible to port such idea here. It would be a great time saver, so you don't have to manually calculate the correct Y coordinate for .vclip when glitching through floors, caves, nether roof, etc...

Before submitting a suggestion

  • [X] This feature doesn't already exist in the client. (I have checked every module and their settings on the latest dev build)

  • [X] This wasn't already suggested. (I have searched suggestions on GitHub and read the FAQ)

SKevo18 avatar Jun 21 '24 17:06 SKevo18