Command handling for any part of nameSuggestion
Hello.

I am wondering how could I submit a fix for this plugin?
I've fixed an issue, where for the plugin commands to work, the "name" had to be from the beginning of a user name. Now it parses a sequence of characters anywhere in the user names instead.

Patch file: https://pastebin.com/JhTHAgKv

Merged post

This fix was mainly added because if a name starts with a unicode character, it's really hard if not impossible to type their name into the in-game console.
Unless you reversed your patch, it appears that the current code already contains your changes.  The following is in the current code:

elseif(!string.IsNullOrEmpty(activePlayer.displayName)&& activePlayer.displayName.Contains(nameOrIdOrIp, CompareOptions.IgnoreCase))