You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature request for the ability for moderators to issue timed penalties towards offending players.
A table has already been set up to enable support on the backend; expiry being an optional field:
playerModerationActions
Field
Type
uuid
char(16)
action
int(11)
reason
varchar(150)
time
timestamp
expiry
timestamp
The text was updated successfully, but these errors were encountered:
Feature request for the ability for moderators to issue timed penalties towards offending players.
A table has already been set up to enable support on the backend; expiry being an optional field:
playerModerationActions
The text was updated successfully, but these errors were encountered: