- Added 1.13 support
- New Features:
- Now you can reload all plugin configurations with /pluginhider reload
- Now you can change the "hard coded" plugin messages in the config.yml
Example: "SuperCrates> message" > "YourServer> message".
- New Commands:
- /pluginhider reload
Update Tutorial:
add to the end of your config.yml this code:
Code (Text):
#Here you can add some message replacements for hiding the non-customizable plugin messages. (You can add an infinite number of replacements)
#
#Guide: Don't use color codes in (message:).
messageReplacements:
replaceOne:
message: 'String'
replace: '&a&lAnotherString'
replaceTwo:
message: 'String2'
replace: '&b&lAnotherString2'
replaceThree:
message: 'String3'
replace: '&c&lAnotherString3'