Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add config option to block renames based on configurable regex for all commands that accept text. #184

Open
JustBru00 opened this issue Jul 24, 2023 · 0 comments

Comments

@JustBru00
Copy link
Owner

JustBru00 commented Jul 24, 2023

Requested by Takin on spigotmc.org https://www.spigotmc.org/threads/epicrename.51650/page-22#post-4618969

For my reference: [^\u0000-\u007F]+ appears to select all characters listed on the etcgamer page.
For java this regex may be [^\\p0000-\\p007F]+ or [^\\P0000-\\P007F]+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant