feat(pterodactyl): added a regex blacklist command
This commit is contained in:
parent
5c2bfea238
commit
f6ebbae583
4 changed files with 58 additions and 3 deletions
|
@ -99,6 +99,10 @@ Default value: `Server started!`
|
|||
If you're not running on recent versions of Paper, which this cog was developed against, or you're otherwise changing for format of chat messages, you'll need to add custom regex through the `[p]pterodactyl config regex` command. Same thing applies if any other type of message isn't being detected. I recomend using ChatGPT or something similar for this, or if you need help, you can join my [Discord server](https://discord.gg/eMUMe77Yb8).
|
||||
See [Regex Examples](regex.md) for default values.
|
||||
|
||||
### `blacklist`
|
||||
|
||||
This group of commands allows you to add regex patterns that will be ignored by the console logger. The intended use for this is if you're getting ratelimited by messages that flood the console after the server sets its status to `running` but before it actually finishes starting.
|
||||
|
||||
### `achievement`
|
||||
|
||||
This regex pattern is used to detect advacnements/challenges. The default should work for most Minecraft servers.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue