PEMapModder submitted a new plugin: NameCorrector - Let the whole world join, whatever names they use Read more about this plugin...
PEMapModder updated NameCorrector with a new update entry: Removed unnecessary debug messages Read the rest of this update entry...
Hello, why can't you add "to" characters longer than 1 character? I changed the code: Code: if(strlen($special["to"]) > 10){ $this->getLogger()->warning("The " . self::num_addOrdinal($i + 1) . " special replace in config.yml has an error - \"to\" property is too long!"); continue; and it worked great, i am able to change whole usernames now! Are there any bugs with that?