Open ftbastler opened 8 years ago
@confuser With v5 the database structure changed quite a bit. There are some new tables and some new rows which I don't know what they do.
I need some info about..
soft
is for shadow mutes, e.g. players can send messages in chat, but nobody else sees themcreatedReason
is for unban/unmute reasons in the record tablesbm_player_reports
is part of /bmreport, however it's not yet fully implemented/finishedexpires
is the timestamp for when the warning expires, read
is if the player has seen the warning or not@confuser A warning can expire? So what happens when it does that/whats the difference from v4 warnings?
Yes, it can expire. When it does, it's deleted from the table, there's no records table, so it's completely gone.
Ah, okay. That is quite interesting.
Hey @confuser I am working on trying to pick up the issues on this repo. The bm_player_reports_commands
table is the only one I'm confused about. How do you think that would fit into the interface? Thanks for any info you can provide.