ShadowMikado
ShadowMikado
Hey, could you send the code that is causing this error?
@bain3
Here is the command I sent: `bash compile.sh -P 5 -t mac-arm64 -j 9`
same error: `sed: RE error: illegal byte sequence`
I tried with a new path, and it worked! I think I know where the problem comes from. Being French, I use words with accents, hence the error "sed: RE...
Can I close the issue ?
HI, you can use `StringToItemParser::getInstance()->registerAlias()`
```php public function registerAlias(string $existing, string $alias) : void{ ``` https://github.com/pmmp/PocketMine-MP/blob/50e2c469a547a16a23b2dc691e70a51d34e29395/src/utils/StringToTParser.php#L64