Civcraft / JukeAlert

Do not open issues here; open them on the maintained fork @ DevotedMC
https://github.com/DevotedMC/JukeAlert
BSD 3-Clause "New" or "Revised" License
5 stars 15 forks source link

Please put the snitch name in jalist's output. #24

Closed CodingMonkeyXYZ closed 8 years ago

CodingMonkeyXYZ commented 9 years ago

It would help with working out where they are faster, without having to transfer the coordinates to a waypoint mod.

ttk2 commented 9 years ago

I don't think this would be very difficult, is there a reason it was not done before?

On Tue, May 12, 2015 at 9:17 AM Simian Axemeister notifications@github.com wrote:

It would help with working out where they are faster, without having to transfer the coordinates to a waypoint mod.

— Reply to this email directly or view it on GitHub https://github.com/Civcraft/JukeAlert/issues/24.

CodingMonkeyXYZ commented 9 years ago

Possibly screen-space being an issue in the chat window.

Maxopoly commented 9 years ago

This was added ages ago

CodingMonkeyXYZ commented 9 years ago

Please can you re-open? This hasn't been fixed. The only columns in jalist output are:

MC World, Location, Hours to cull and Group name.

Nowhere in that list do you print the name of the snitch, which would be a lot more user-friendly than a bunch of coordinates, when you have loads of them.

Maxopoly commented 9 years ago

Oh my bad, I read the title as /jainfo, yeah you are right.

CodingMonkeyXYZ commented 9 years ago

Thanks.

awoo-civ commented 8 years ago

Any chance of this getting added? Should be fairly easy to do I'd assume.

Relevant discussion on reddit: https://www.reddit.com/r/Civcraft/comments/493c73/changelog_20160305/d0owxpj

waffle-stomper commented 8 years ago

Would it be OK for me to move the world name from a column to a header line? As far as I can tell, you can only list snitches for the shard you're in, so the 'world' column is redundant after the first entry. It would help free up room for longer group & snitch names.

Here's an approximation of what the list looks like now:

 Snitch List ----------------------------------------
MC World     Location      Hours to Cull    Group
 rokko-st[-1337 22 -456]      326.39         Group1
 rokko-st[-256 51 -657]       326.39         Group2

Here's my proposed change:

 Snitch List for rokko-steppe ----------------------
Location         Hours to Cull  Group    Name
 [-1337 22 -456]     326.39      Group1   SnitchName1
 [-256 51 -657]      326.39      Group2  
Maxopoly commented 8 years ago

Seems fine to me