More concise command output - /cuboid

Post all ideas and suggestions for fCraft here
Post Reply
bren4q
Offline
Posts: 3
Joined: January 9th, 2012, 12:08 pm

More concise command output - /cuboid

Post by bren4q »

As an admin on a busy server with lots of guests I find that the amount of text appearing as a result of entering commands can get in the way of what you are trying to do or can stop you from easily reading what other people are saying. My suggestion is for more concise info messages from commands. This particular topic is for the text that appears when you use the /cuboid command.

A lot of my time is spent just cleaning up the guest maps - removing towers, filling holes, removing incomplete structures. Lots of /cuboid, which I often use with /static so I can quickly plough through it.

Having 5 lines of text appear for every cuboid quickly fills all of the chat screen. Could this be reduced to just 2 lines?
I realise some people might prefer the extra detail, perhaps for complex building tasks, but for admin cleaning tasks it is unneeded info. Perhaps it could be user controlled somehow, even a server-wide setting.

CURRENT (5 lines)

Code: Select all

Cuboid/Normal: Click 2 blocks or use /Mark to make a 
> selection.
Block #1 marked at (1,1,1). Place mark #2.
Cuboid/Normal(Stone): Processing ~2000 blocks.
Cuboid/Normal(Stone): Finished in 0s, updated 1999 blocks.
PROPOSED (2 lines)

Code: Select all

Cuboid/Normal: Click 2 blocks or use /Mark in 2 places
Cuboid/Normal(Stone): Finished in 1s, updated 1999 blocks.

User avatar
Sanjar Khan
Trustee
Offline
Posts: 1766
Joined: May 24th, 2011, 1:40 pm
Location: Leiden, Zuid Holland

Re: More concise command output - /cuboid

Post by Sanjar Khan »

Not just complex building tasks, also for informative logs.
Ferrisbuler2: i will stay but i might not post cus of ollieboy

User avatar
fragmer
fCraft Developer
Offline
Posts: 1386
Joined: May 21st, 2011, 10:53 pm

Re: More concise command output - /cuboid

Post by fragmer »

@Sanjar Khan - log messages are done separately from chat feedback messages, so that's not a problem.


@bren4q - after gathering some opinions from other players, I decided to keep "Block #N marked at (x,y,z). Place mark #N." and "Processing" messages. Most people actually like having them. They're especially helpful for catching accidental marking/mis-marking.

I compacted the initial message, shortening it from "Cuboid/Normal: Click 2 blocks or use /Mark to make a selection." to "Cuboid/Normal: Click or /Mark 2 blocks."

Post Reply