Fix bug where prefixes were included in dispatched commands.
Thanks to "PukingUnicorns" for finding this issue!
Found that the %playername% token in the commands to dispatch list was pulling in the player's permission group prefix. This was causing issues with the commands being dispatched. With this version, it should only pull the actual player's name and not their prefix.