VoxelSniper

VoxelSniper

1M Downloads

A Copy Coordinates Tool

Ephjizilla opened this issue · 6 comments

commented

I was told on Twitter to put this suggestion here so, if it's the wrong place for it, I'm sorry.

Anyway, it would be great to see a tool that could copy the coordinates of any block you clicked on and allow you to paste those coordinates (Ctrl+V) as text. Personally, I would use it all the time when entering coordinates into Command Blocks. Also, there could be the option for the brush size to be pasted as the radius value.

Thanks. VoxelSniper is a great piece of work.

commented

No way to make it enter the coordinates into the Minecraft chat console so you can perform the copy and paste yourself? I.e you click on a block, it puts the coordinates into your chat window. You copy those coordinates and paste them for whatever purpose you need, rinse and repeat.

commented

What we can do is to create a tool that just sends you the coordinates as a
chat message but I don't think you can select text in the chat window, can
you?

commented

This would require a client side plugin since ctrl+v is basically "paste from clipboard" and the clipboard is handeled by your OS.

commented

You can give text functionality in the snapshots but that's it
On Sep 26, 2013 6:47 AM, "Monofraps" [email protected] wrote:

What we can do is to create a tool that just sends you the coordinates as a
chat message but I don't think you can select text in the chat window, can
you?


Reply to this email directly or view it on GitHubhttps://github.com//issues/184#issuecomment-25158420
.

commented

Nope. No way to select text in the chat window unless you're typing it in there and haven't pressed enter. I see the difficulty. Thanks for taking the time to consider it.

Keep up the good work.

commented

I had a bit more of a think about this. Is there anyway to make this potential feature work like the Sign Overwrite Brush? For example, players click on a block and it writes the coordinates into an internal buffer then click on a command block and it writes the coordinates into the command block. You could perhaps make brush parameters so that for example "/b cc tp" would enter a teleport command for the stored coordinates into a command block.

Just an idea.