Skip to content

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

@BehrRiley

Description

@BehrRiley

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions