Commands do not fail anymore if an advancement method throws UnsupportedOperationException. UnsupportedOperationException is thrown when granting or revoking some advancements (like FakeAdvancements), usually when they are not saved in the database. Now, when an UnsupportedOperationException is thrown, the advancement is simply ignored instead of failing the command execution