Customize all messages on servers | Parse Placeholder everywhere
Notice: If you are trying to replace colors in your ReplacerConfig, use '§'(Vanilla Minecraft color character) instead of '&'(Bukkit color character). e.g. §3§l instead of &3&l
ProtocolStringReplacer is a plugin that allows you to edit the messages by processing network packets.
It is committed to optimizing efficiency and providing more functions for use.
Since we are handling the packets sent to the player, it will not affect the actual processing in the server, and plugins.
/psr capture command to let you easily copy the original texts.…… And more.
/psr help - List all the commands
/psr edit - Replacer configs editor in game
/psr parse - Test replacing strings
/psr capture - Capture contents in packets
/psr reload - Reload replacer configs
protocolstringreplacer.command.edit - Allow to use edit commands
protocolstringreplacer.command.parse - Allow to use parse commands
protocolstringreplacer.command.reload - Allow to use reload commands
protocolstringreplacer.command.capture - Allow to use capture commands
protocolstringreplacer.feature.usermetacache - Restore original itemstack when receive packet from player to avoid errors in Creative gamemode.
protocolstringreplacer.feature.usermetacache.noncreative - Same with above, but for other gamemodes. To avoid errors caused by other plugins usually.
Looking for plugins that enhances your server QOL experience?
Check our new plugin: ESU
For docs, please check Config.yml and Replacers/Example.yml .
The comments in the files explain almost all the features we have. We don't have a maintaining wiki right away.
For discussing, supporting you can join our Discord Server.
If you met any bug, please report it on GitHub. Write the issue in English or Chinese.
Replacer Config Examples are built in the plugin jar, and will be created the first time you run the plugin.