Karanum / AdamantineShield

An in-progress block logging and rollback plugin for Sponge
MIT License
12 stars 5 forks source link

Chat logging #9

Closed rockclimber2009 closed 6 years ago

rockclimber2009 commented 7 years ago

Maybe think of possibly adding a way to log chat and set it as its own permission node. I can think of many times where this would have been very handy to have.

rockclimber2009 commented 7 years ago

I'm not sure as to how complex the coding would need to be for it, but just a thought.

yepidoodles commented 7 years ago

Chat is already logged; do you mean what people said where they were stood? Seems a little pointless to me.

Karanum commented 7 years ago

AS will implement chat, command and login/logout logging once most of the main features are done.

It's true that these are already logged in the server logs, but sometimes you just want a quick way of sorting through all that. It should have a negligible impact on performance, though it will increase the size of the database a lot faster so these options will probably be disabled by default once they get added.

rockclimber2009 commented 7 years ago

No, I meant that through ashield itself you should be able to get chat logs, Because if someone without SSh access isn't around the logs are difficult to get.

rockclimber2009 commented 7 years ago

Will the command and chat logs be in seperate config options, as logging commands could dramatically increase the file size?

Karanum commented 7 years ago

Yes, they will be separated in the config

Karanum commented 6 years ago

Chat/command logging is implemented, chat/command lookups will follow soon