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

🛠️bEdit Command | //pos1 & //pos2 #12

Open
7 of 12 tasks
BehrRiley opened this issue Mar 2, 2024 · 0 comments
Open
7 of 12 tasks

🛠️bEdit Command | //pos1 & //pos2 #12

BehrRiley opened this issue Mar 2, 2024 · 0 comments
Assignees
Labels
✨Enhancement New feature or request ⬆️Feature Request Specific addition or interest for improvement good first issue Good for newcomers

Comments

@BehrRiley
Copy link
Member

BehrRiley commented Mar 2, 2024

Feature Description:

a command to manually set the left and right selection points

Command Syntax

By default:

  • //pos1 / //pos2

Optimally, supporting directions to make selections offset from the player, offset from the selection, or other miscellaneous selecting methods

  • //pos# <direction>) (#)
  • //pos# move <direction> (#)
    where # in the command is either the //pos1 or //pos2 command and the second is a number for the distance to offset and is any directional value:
  • north
  • northeast
  • east
  • southeast
  • south
  • southwest
  • west
  • northwest
  • up
  • down
  • left
  • right
  • forward
  • backward
  • //pos# cursor_on
  • //pos# clear
    Examples:
  • //pos1 down
  • //pos1 forward 10
  • //pos1 move left 10

Miscellaneous Arguments

  • (help) - Shows how to use the command:
    • the basic level, eg: //pos#
    • apply directional values //pos# <direction> (#)
    • move by directional values //pos# move <direction> (#)
    • misc args
  • cursor_on - Selects the block the player is looking at
  • clear - Clears the current selection
@BehrRiley BehrRiley added ⬆️Feature Request Specific addition or interest for improvement ✨Enhancement New feature or request good first issue Good for newcomers labels Mar 2, 2024
@BehrRiley BehrRiley self-assigned this Mar 2, 2024
@BehrRiley BehrRiley added this to bEdit Mar 2, 2024
@BehrRiley BehrRiley moved this to Done in bEdit Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨Enhancement New feature or request ⬆️Feature Request Specific addition or interest for improvement good first issue Good for newcomers
Projects
Status: Done
Development

No branches or pull requests

1 participant