NerdNu / NerdBugs

A place to report bugs and issues on the reddit public minecraft servers.
5 stars 3 forks source link

Give defaults access to /seen on S #122

Closed FourDown closed 11 years ago

FourDown commented 11 years ago

Would be useful for us.

Can't seen any downsides.

LadyCailin commented 11 years ago

Yeah, this wasn't intentional at all.

On Jun 8, 2013, at 18:21, FourDown notifications@github.com wrote:

Can't seen any downsides.

Would be useful for us.

— Reply to this email directly or view it on GitHub.

zifnab06 commented 11 years ago

It is also unavailable on P, not sure if that was intentional or not.

gsand commented 11 years ago
*:/seen $player $ = >>>
if(!phas_played($player)){
    die(colorize('&cPlease use the exact player name of the person.'))
}
else{
msg(sconcat($player, 'last played on', simple_date('EEE, d MMM at hh:mm aaa, z', plast_played($player), 'GMT')))
}
<<<
totemo commented 11 years ago

Rolled out a case-insensitive /seen under: https://github.com/NerdNu/NerdBugs/issues/90

I'd like to confirm with the server admins before I give default access to these commands, since it's a really a policy issue now. The technical fix is simply to remove the permission check. There is the potential for players to take matters into their own hands if they think a claim is "abandoned", so I'd like the server admins to state their position.

tompreuss commented 11 years ago

In addition to the issue you raise regarding taking things into their own hands, there are also other subtle privacy and harassment issues that could potentially be involved. While most requests made by players to moderators to run /seen on a player are completed without any issue, we'd like to retain the ability to be able to deny such a request if necessary depending on the circumstances.

As such, the padmins want the /seen command to remain moderator only.

draykhar commented 11 years ago

Tharine and I would like to implement this on Survival. We've reached the conclusion that if harassment via this becomes and issue, we'll deal with that as we do all other harassment situations. Warn/Ban.

Thanks!

totemo commented 11 years ago

Ok, I shall make it so.

totemo commented 11 years ago

Accessible to defaults on Survival and to staff only on Creative and PVE. If a Creative admin wants this command available on that server, ask a tech admin to grant defaults the nerdch.level.seen permission.