For big servers with lots of pending commands for users that did not yet claim their role, it might have been possible that command processing was delayed. To ensure that we do not overload your server with lots of commands, we delay command execution by 0.2seconds between each other. But when you have a lot of pending payments for users that are not online, this stacks up and causes new payments to be delayed by the number of commands X 0.2 seconds. This update makes sure to only do the delay when the player is online.