Closed TimJentzsch closed 2 years ago
For the /until command, the next rank of the user is taken as default. If the user already has the highest rank, it fails with an error.
/until
The function to determine the next rank should explicitly return an Optional value, which needs to be handled in the command.
For the
/until
command, the next rank of the user is taken as default. If the user already has the highest rank, it fails with an error.The function to determine the next rank should explicitly return an Optional value, which needs to be handled in the command.