r/modhelp • u/WhyHowForWhat • 2h ago
General Script to restrict low karma and young account so they can only make a comment on a certain post with specific title and flair?
Platform: Desktop, mobile
I tried to follow steps on the last discussion of this topic about this but to no avail. Assigning members with specific flairs seems to be the best play but I dont want to touch flair setting since it is reserved for members.
I need to make a script where if you dont meet a certain threshold for karma and account age, those users can only make a comment on specific post with specific flair. Like for example, I want them to can only comment on a post that includes title "Diskusi Gamers Indonesia" with the flair that use "Monthly Thread" flair. I already set up different script for them but its too global and doesnt cover what I need (required acc age and karma are censored):
---
type: submission
author:
account_age:
satisfy_any_threshold: false
action: remove
moderators_exempt: false
action_reason: Removed for age limitations
comment: Removed for age limitations. Your account must be X xxxx old to be able to post here.
---
type: comment
author:
account_age:
satisfy_any_threshold: false
action: remove
moderators_exempt: false
action_reason: Removed for age limitations
comment: Removed for age limitations. Your account must be X xxxx old to be able to comment here.
---
type: submission
author:
combined_karma: " "
satisfy_any_threshold: false
action: remove
moderators_exempt: false
action_reason: Removed for karma limitations
comment: Removed for karma limitations. Your account must have XXX karma to be able to post here.
---
type: comment
author:
combined_karma: " "
satisfy_any_threshold: false
action: remove
moderators_exempt: false
action_reason: Removed for karma limitations
comment: Removed for karma limitations. Your account must have XXX karma to be able to comment here.