Feature description
/align command that aligns players to a block both in position and rotation.
Aligning to a block is hard to do by hand, and is a command I add to all core plugins I develop for my servers. The feature is simple: /align that aligns player to a middle of block and snaps to angles that are multipliers of 45 degrees (eg. 0, 45, 90, 135).
Also could have some arguments: /align edge, /align corner which instead of centering the block, centers the edge of a block, or the corner of 4 blocks.
How the feature is useful
As a server owner myself, I commonly have to place NPCs, set spawn or warp locations, place holograms which all require precise placement to either center, edge, or the corner of blocks. It's an easy to code but a nice to have utility that would integrate smoothly into everything else, and would work along with the plugin's utility-style.
Feature description
/align command that aligns players to a block both in position and rotation.
Aligning to a block is hard to do by hand, and is a command I add to all core plugins I develop for my servers. The feature is simple: /align that aligns player to a middle of block and snaps to angles that are multipliers of 45 degrees (eg. 0, 45, 90, 135).
Also could have some arguments: /align edge, /align corner which instead of centering the block, centers the edge of a block, or the corner of 4 blocks.
How the feature is useful
As a server owner myself, I commonly have to place NPCs, set spawn or warp locations, place holograms which all require precise placement to either center, edge, or the corner of blocks. It's an easy to code but a nice to have utility that would integrate smoothly into everything else, and would work along with the plugin's utility-style.