List citizens
Raycoms opened this issue ยท 7 comments
May do it by subcommands to prevent an overflow of commands
/mcolonies
as our scope.
/mcolonies citizens [<Colony ID>]
should deliver citizen list of nearest colony with Officer permission OR own Colony.
/colonies citizen <ID>
should print detailed information of 1 citizen.
/mcolonies citizen kill <ID>
speaks for itself.
/mcolonies colonies [<Page>]
prints like 5 or 6 colony names, plus a <Current Page>/<Max Pages>
pagination (prevent overflooding).
Do we want leak information about location?
So, maybe /mcolonies colony direction <Colony ID>
can print Colony ABCDEF is to the <Direction>
, where Direction
is something like N
, S
, E
, W
, NE
, SE
, etc.
[]
means optional.