😄 FAQ
Q: How do I know which events to ignore? A: Go through testing the functions of your server, and see if you get kicked for it. If you do legitimately, those are the events you should consider ignoring.
Q: It doesn't work with X Resource that is escrowed. A: Our methods should work with all escrowed resources. However, since neither you nor we have access to the source code for those resources, we cannot guarantee full compatibility. It's important to still import the event protection lines into the resource. If there are issues, simply add the resource to the ignored list.
Q: I tested everything, but events are still being flagged when they shouldn't be. What can I do?
A: If you're encountering false positives, first ensure the event protection configuration is properly set up and you’re using the latest version of PrettyPacketAC. If false flags continue, you can adjust the event protection rules or add the problematic events to the Ignored Events list. Testing your resources with WARN
actions will help you identify which events are causing issues.
Q: How do I find the event names to add to the ignored list? A: You can find the event names by checking the discord logs of your server during gameplay. If you get kicked for a specific event, check the event name from the logs and then add it to the Ignored Events list in your configuration.
Q: What happens if I ignore an event? Does that mean it won't be protected? A: Yes, if you add an event to the ignored list, that specific event won't be monitored or protected by PrettyPacketAC. This means that the event will no longer trigger protections like detection, warning, or banning. Only ignore events that you are certain will not cause security risks.
Q: Can I ignore multiple events at once? A: Yes, you can add multiple events to the Ignored Events list by separating them with commas
Q: Can I ignore multiple resources at once? A: Yes, you can add multiple resources to the Ignored Resources list by separating them with commas
Q: Will ignoring an event compromise my server’s security? A: Ignoring an event removes protection from it, so it’s important to thoroughly test before ignoring events. Only ignore events that are necessary to ensure smooth server functionality, and make sure you’re not exposing any critical vulnerabilities.
Last updated