Compatibility
Minecraft: Java Edition
1.21.6โ1.21.10
1.21โ1.21.1
1.20.1โ1.20.6
Platforms
Supported environments
Dedicated servers only
Tags
Creators
Details
Licensed MPL-2.0
Published 2 years ago
This mod removes forbidden characters from signs, books, and when renaming items in anvil.
Default config values:
# To create your regex, I recommend using https://regexr.com/ and https://www.compart.com/en/unicode/block
# If whitelist is empty โ all symbols will be deleted
# If you want, you can allow all symbols by putting '.' into whitelist (whitelist: '.')
Regex:
Sign:
# Bypass permission: textfilter.signBypass
whitelist: '[\u0021-\u007e ะฐ-ั ัััา]'
blacklist: '[ััั]'
Book:
# Bypass permission: textfilter.bookBypass
whitelist: '[\u0021-\u007e \n ยง ะฐ-ั ัััา]'
blacklist: '[ััั]'
Anvil:
# Bypass permission: textfilter.anvilBypass
whitelist: '[\u0021-\u007e ะฐ-ั ัััา]'
blacklist: '[ััั]'
This mod uses fabric-permission-api.
To manage these permission, you can use LuckPerms or any other mod that can be used in this way.
Also you can reload config in-game with /textfilter reload command (requires operator or textfilter.reload permission)


